openethereum/ethcore/src/client
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
..
client.rs Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
config.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
error.rs propagate trace error to the top 2016-05-18 11:34:15 +02:00
mod.rs Transaction tracing for eth_call. 2016-06-02 13:50:50 +02:00
test_client.rs VM tracing and JSON RPC endpoint for it. (#1169) 2016-06-02 12:40:31 +02:00
trace.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00