openethereum/util/src/trie
Robert Habermeier 13968aaa38 Refactor triedb constructors to error on invalid state root (#1230)
* add TrieError, refactor Trie DB creation

* remove Result type alias due to glob import conflicts

* fix fallout in state.rs

* add debug, display impl for TrieError

* fix fallout in account.rs

* ethcore::Error::TrieError variant

* fix remaining fallout in ethcore crate

* added From<TrieError> impl for Error, removed map_err calls

* fix test breakages

* fix doc tests

* update docs

[ci skip]
2016-06-07 11:44:09 -07:00
..
journal.rs Fixing clippy warnings 2016-03-11 10:58:51 +01:00
mod.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
node.rs Removing warnings 2016-05-23 11:46:01 +02:00
sectriedb.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
sectriedbmut.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
standardmap.rs Make "random" trie tests fully determinate. 2016-02-27 15:49:44 +01:00
triedb.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
triedbmut.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
trietraits.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00