aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/chain_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-289/+0
|
* Removed events from the state managerobscuren2014-10-291-2/+0
|
* PoC 7 updatesobscuren2014-10-291-2/+2
| | | | | | * Bloom * Block restructure * Receipts
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-1/+1
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* Renamed block_chain to chain_managerobscuren2014-10-201-0/+291