Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced to return the td and throw a specific error on TD | obscuren | 2014-11-04 | 2 | -6/+15 |
| | |||||
* | Reworked chain handling process | obscuren | 2014-11-04 | 2 | -44/+104 |
| | | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain. | ||||
* | Bloom validation | obscuren | 2014-11-04 | 1 | -4/+5 |
| | |||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 4 | -40/+24 |
| | |||||
* | removed old bloom | obscuren | 2014-11-04 | 2 | -67/+0 |
| | |||||
* | Removed debug print | obscuren | 2014-11-04 | 1 | -0/+2 |
| | |||||
* | Sha addresses | obscuren | 2014-11-04 | 2 | -4/+18 |
| | |||||
* | Fixed genesis | obscuren | 2014-11-04 | 1 | -4/+5 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-11-01 | 2 | -7/+9 |
|\ | |||||
| * | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -2/+4 |
| | | | | | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log. | ||||
| * | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -5/+5 |
| | | |||||
* | | Re-org op codes | obscuren | 2014-11-01 | 2 | -316/+9 |
|/ | |||||
* | ethwire => wire | obscuren | 2014-10-31 | 2 | -5/+5 |
| | |||||
* | ethtrie => trie | obscuren | 2014-10-31 | 2 | -6/+6 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 8 | -58/+58 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 4 | -8/+8 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 5 | -18/+18 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 26 | -0/+3248 |