aboutsummaryrefslogtreecommitdiffstats
path: root/ethtrie/trie.go
Commit message (Collapse)AuthorAgeFilesLines
* ethtrie => trieobscuren2014-10-311-620/+0
|
* ethcrypto => cryptoobscuren2014-10-311-3/+3
|
* Removed events from the state managerobscuren2014-10-291-17/+20
|
* PoC 7 updatesobscuren2014-10-291-0/+11
| | | | | | * Bloom * Block restructure * Receipts
* Removed unnecessary code.obscuren2014-10-271-3/+0
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Added generic big to 256 method. Implemented new iteratorobscuren2014-10-101-33/+20
|
* Renamed Sha3Bin to Sha3obscuren2014-10-081-1/+1
|
* Fixed race conditionobscuren2014-09-241-2/+2
|
* Upped protocol version for VM changeobscuren2014-09-181-0/+7
|
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-5/+6
|
* Trie fixesobscuren2014-07-171-10/+20
|
* Fixed an issue where the trie might crash on missmatching lengthsobscuren2014-07-151-5/+14
|
* Added paranoia checkobscuren2014-07-021-0/+14
|
* Moved methodsobscuren2014-07-021-46/+47
|
* merge upstreamzelig2014-07-011-17/+34
|
* refactor ethutil/trie to ethtriezelig2014-06-291-0/+563