Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trie: rework and document key encoding | Felix Lange | 2017-04-25 | 1 | -86/+61 |
| | | | | | 'encode' and 'decode' are meaningless because the code deals with three encodings. Document the encodings and give a name to each one. | ||||
* | light: implemented odr-capable trie and state structures | zsfelfoldi | 2015-12-17 | 1 | -0/+6 |
| | |||||
* | core, trie: new trie | Felix Lange | 2015-09-23 | 1 | -19/+17 |
| | |||||
* | trie: run codec tests, add benchmarks, faster | Ethan Buchman | 2015-08-07 | 1 | -4/+54 |
| | |||||
* | faster hex-prefix codec and string -> []byte | Ethan Buchman | 2015-08-06 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 1 | -38/+29 |
| | |||||
* | ethtrie => trie | obscuren | 2014-10-31 | 1 | -0/+68 |