openethereum/ethcore
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
..
res VM tracing and JSON RPC endpoint for it. (#1169) 2016-06-02 12:40:31 +02:00
src Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
Cargo.toml Bumping clippy version 2016-06-03 11:15:38 +02:00
build.rs Moving all Client public API types to separate mod & binary serialization codegen for that mod (#1051) 2016-05-16 18:33:32 +02:00