Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trie: remove Key in MissingNodeError | Felix Lange | 2017-04-18 | 1 | -5/+0 |
| | | | | | | The key was constructed from nibbles, which isn't possible for all nodes. Remove the only use of Key in LightTrie by always retrying with the original key that was looked up. | ||||
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | light: implemented odr-capable trie and state structures | zsfelfoldi | 2015-12-17 | 1 | -4/+14 |
| | |||||
* | trie: added error handling | zsfelfoldi | 2015-12-01 | 1 | -0/+41 |
Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services) |