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
..
2016-03-11 10:58:51 +01:00
2016-06-07 11:44:09 -07:00
2016-05-23 11:46:01 +02:00
2016-06-07 11:44:09 -07:00
2016-06-07 11:44:09 -07:00
2016-02-27 15:49:44 +01:00
2016-06-07 11:44:09 -07:00
2016-06-07 11:44:09 -07:00
2016-02-05 13:40:41 +01:00