Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trie: added error handling | zsfelfoldi | 2015-12-01 | 1 | -1/+74 |
| | | | | Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services) | ||||
* | core, trie: new trie | Felix Lange | 2015-09-23 | 1 | -124/+140 |
| | |||||
* | trie: improve benchmarks | Felix Lange | 2015-09-23 | 1 | -34/+72 |
| | |||||
* | 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 |
| | |||||
* | trie: dirty tracking | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
| | |||||
* | trie: fixed tests | obscuren | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed mkdnode & added some tests | obscuren | 2015-03-19 | 1 | -1/+10 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -11/+11 |
| | |||||
* | Merge branch 'develop' into poc-9 | obscuren | 2015-03-06 | 1 | -1/+1 |
|\ | |||||
| * | Start at 0 | obscuren | 2015-03-06 | 1 | -2/+1 |
| | | |||||
* | | Delet => Delete | obscuren | 2015-03-03 | 1 | -0/+32 |
| | | |||||
* | | Secure trie | obscuren | 2015-03-01 | 1 | -1/+0 |
|/ | |||||
* | Fixed iterator | obscuren | 2015-02-08 | 1 | -0/+39 |
| | |||||
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -298/+161 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -53/+2 |
| | |||||
* | Fixed tests for 'types' | obscuren | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | Merge branch 'tests' into poc8 | obscuren | 2014-11-19 | 1 | -173/+116 |
|\ | |||||
| * | update imports order per goimports | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tests | Taylor Gerring | 2014-11-15 | 1 | -7/+4 |
| |\ | | | | | | | | | | | | | | | | Conflicts: p2p/messenger_test.go trie/trie_test.go | ||||
| | * | Convert trie tests to gocheck | Taylor Gerring | 2014-11-13 | 1 | -164/+111 |
| | | | |||||
| * | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 1 | -166/+111 |
| | | | |||||
* | | | j => i | obscuren | 2014-11-18 | 1 | -1/+0 |
| | | | |||||
* | | | added output test | obscuren | 2014-11-18 | 1 | -1/+2 |
| | | | |||||
* | | | Added some comparison tests for the new ptrie | obscuren | 2014-11-18 | 1 | -0/+56 |
|/ / | |||||
* / | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -1/+13 |
|/ | |||||
* | ethtrie => trie | obscuren | 2014-10-31 | 1 | -0/+434 |