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-09 00:05:47 +01:00
2016-05-16 18:33:32 +02:00
2016-02-16 00:22:44 +01:00
2016-02-05 13:40:41 +01:00
2016-04-03 15:07:52 +02:00
2016-02-05 13:40:41 +01:00
2016-06-07 11:44:09 -07:00
2016-03-17 18:43:01 +01:00
2016-06-03 11:15:38 +02:00
2016-03-02 13:02:33 +03:00
2016-01-17 13:11:25 +01:00