openethereum/rpc/src/v1/helpers
Niklas Adolfsson 5b54442a48
fix (light/provider) : Make `read_only executions` read-only (#9591)
* `ExecutionsRequest` from light-clients as read-only

This changes so all `ExecutionRequests` from light-clients are executed
as read-only which the `virtual``flag == true ensures.

This boost up the current transaction to always succeed

Note, this only affects `eth_estimateGas` and `eth_call` AFAIK.

* grumbles(revert renaming) : TransactionProof

* grumbles(trace) : remove incorrect trace

* grumbles(state/prove_tx) : explicit `virt`

Remove the boolean flag to determine that a `state::prove_transaction`
whether it should be executed in a virtual context or not.

Because of that also rename the function to
`state::prove_transction_virtual` to make more clear
2018-10-08 21:30:46 +02:00
..
accounts.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
block_import.rs rpc: fix is_major_importing sync state condition (#9112) 2018-07-23 15:42:08 +02:00
dispatch.rs [light] Validate `account balance` before importing transactions (#9417) 2018-09-11 19:20:59 +02:00
errors.rs Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00
fake_sign.rs Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
ipfs.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
light_fetch.rs fix (light/provider) : Make `read_only executions` read-only (#9591) 2018-10-08 21:30:46 +02:00
mod.rs Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00
network_settings.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
nonce.rs Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
oneshot.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
poll_filter.rs Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
poll_manager.rs Allow Poll Lifetime to be configured via CLI (#8885) 2018-06-18 13:42:54 +02:00
requests.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
secretstore.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signer.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
signing_queue.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
subscribers.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
subscription_manager.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
work.rs Add a new RPC `parity_submitWorkDetail` similar `eth_submitWork` but return block hash (#9404) 2018-10-03 03:02:48 +08:00