aboutsummaryrefslogtreecommitdiffstats
path: root/trie/shortnode.go
Commit message (Collapse)AuthorAgeFilesLines
* core, trie: new trieFelix Lange2015-09-231-57/+0
|
* faster hex-prefix codec and string -> []byteEthan Buchman2015-08-061-2/+2
|
* 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
|
* trie: dirty trackingJeffrey Wilcke2015-07-041-3/+9
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* Fixed a copy issue in the trie which could cause a consensus failureobscuren2015-02-031-1/+7
|
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-0/+29