aboutsummaryrefslogtreecommitdiffstats
path: root/trie/secure_trie.go
Commit message (Collapse)AuthorAgeFilesLines
* trie: added error handlingzsfelfoldi2015-12-011-5/+44
| | | | Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services)
* core, trie: new trieFelix Lange2015-09-231-25/+72
|
* 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
|
* Secure trie shakey / key matchingobscuren2015-03-241-1/+10
|
* Trie => SecureTrieobscuren2015-03-031-0/+4
|
* Delet => Deleteobscuren2015-03-031-1/+1
|
* Secure trieobscuren2015-03-011-0/+32