openethereum/rpc/src/v1
Kirill Fomichev 3b23817936
Add trace information to eth_estimateGas (#10519)
* Add trace information to eth_estimateGas

* replace unwrap better version

* change vm::Error formatter to more user-friendly

* remove extra error format

* use map_or instead sequence of map/unwrap_or
2019-03-27 14:21:08 +01:00
..
helpers Add trace information to eth_estimateGas (#10519) 2019-03-27 14:21:08 +01:00
impls fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
tests fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
traits fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
types fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
extractors.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
informant.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
metadata.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
mod.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00