aboutsummaryrefslogtreecommitdiffstats
path: root/trie/encoding_test.go
Commit message (Collapse)AuthorAgeFilesLines
* trie: rework and document key encodingFelix Lange2017-04-251-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 structureszsfelfoldi2015-12-171-0/+6
|
* core, trie: new trieFelix Lange2015-09-231-19/+17
|
* trie: run codec tests, add benchmarks, fasterEthan Buchman2015-08-071-4/+54
|
* faster hex-prefix codec and string -> []byteEthan Buchman2015-08-061-5/+5
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-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 informationFelix Lange2015-07-071-0/+16
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-38/+29
|
* ethtrie => trieobscuren2014-10-311-0/+68