openethereum/rpc/src/v1/helpers
Gav Wood 311730ea95 Improvements and optimisations to estimate_gas (#4142)
* Return 0 instead of error with out of gas on estimate_gas

* Fix stuff up.

* Another estimate gas fix.

* Alter balance to maximum possible rather than GP=0.

* Only increase to amount strictly necessary.

* Improvements and optimisations to estimate_gas.

- Introduce proper error type
- Avoid building costly traces

* Fix tests.

* Actually fix testsActually fix tests
2017-01-12 11:06:12 +01:00
..
block_import.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
dispatch.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
errors.rs Improvements and optimisations to estimate_gas (#4142) 2017-01-12 11:06:12 +01:00
mod.rs Using jsonrpc-macros 2016-12-13 14:40:35 +01:00
network_settings.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
poll_filter.rs Limit for logs filter. (#2180) 2016-09-21 11:51:10 +01:00
poll_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
requests.rs Delayed transactions 2016-12-15 18:19:19 +01:00
signer.rs Web Based Dapps (#3956) 2016-12-27 10:15:02 +00:00
signing_queue.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00