aboutsummaryrefslogtreecommitdiffstats
path: root/ethtrie
Commit message (Collapse)AuthorAgeFilesLines
* ethtrie => trieobscuren2014-10-316-1394/+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-233-4/+4
| | | | mist, etheruem have been moved to cmd/
* Added generic big to 256 method. Implemented new iteratorobscuren2014-10-105-105/+129
|
* Implemented new iteratorobscuren2014-10-101-0/+143
|
* 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-043-29/+35
|
* Trie fixesobscuren2014-07-172-18/+81
|
* Fixed an issue where the trie might crash on missmatching lengthsobscuren2014-07-152-10/+55
|
* Added paranoia checkobscuren2014-07-021-0/+14
|
* Moved methodsobscuren2014-07-021-46/+47
|
* merge upstreamzelig2014-07-012-30/+185
|
* refactor ethutil/trie to ethtriezelig2014-06-295-0/+925