Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -3/+3 |
| | | | | | | * Renamed ChainManager to BlockChain * Checkpointing is no longer required and never really properly worked when the state was corrupted. | ||||
* | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 1 | -3/+3 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | core: fixed test | obscuren | 2015-06-10 | 1 | -4/+1 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -3/+3 |
| | |||||
* | Comment out broken test (return type does not exist) | Taylor Gerring | 2015-03-12 | 1 | -4/+5 |
| | |||||
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 1 | -2/+0 |
| | |||||
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -8/+0 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+0 |
| | |||||
* | Fixed chain test & added new chain | obscuren | 2014-12-30 | 1 | -3/+3 |
| | |||||
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -1/+1 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+93 |