openethereum/ethcore/src
Wei Tang 9c595aff95
Allow single opcode stepping for EVM (#9051)
* Feed in ActionParams on VM creation

* Fix ethcore after Vm interface change

* Move informant inside Interpreter struct

* Move do_trace to Interpreter struct

* Move all remaining exec variables to Interpreter struct

* Refactor VM to allow single opcode step

* Fix all EVM tests

* Fix all wasm tests

* Fix wasm runner tests

* Fix a check case where code length is zero

* Fix jsontests compile

* Fix cargo lock

* Use match instead of expect

* Use cheaper check reader.len() == 0 for the initial special case

* Get rid of try_and_done! macro by using Result<(), ReturnType>

* Use Never instead of ()

* Fix parity-bytes path

* Bypass gasometer lifetime problem by borrow only for a instance

* typo: missing {

* Fix ethcore test compile

* Fix evm tests
2018-08-14 04:06:15 +08:00
..
account_provider Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
blockchain block cleanup (#9117) 2018-07-30 10:45:10 +01:00
client Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
engines decode block rlp less often (#9252) 2018-08-02 10:20:46 +01:00
ethereum ethcore: fix pow difficulty validation (#9328) 2018-08-10 15:36:19 +02:00
json_tests Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
miner ethcore: fix pow difficulty validation (#9328) 2018-08-10 15:36:19 +02:00
snapshot block cleanup (#9117) 2018-07-30 10:45:10 +01:00
spec ethcore: add transition flag for transaction permission contract (#9275) 2018-08-07 15:18:19 +01:00
state Implement EIP-1052 (EXTCODEHASH) and fix several issues in state account cache (#9234) 2018-07-31 13:27:57 +08:00
tests Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
trace Improve Tracer documentation (#9237) 2018-07-30 13:59:01 +02:00
verification ethcore sync decodes rlp less often (#9264) 2018-08-08 10:56:54 +02:00
views Don't allocate in expect_valid_rlp unless necessary (#8867) 2018-06-12 08:15:52 +02:00
account_db.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
block.rs Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
builtin.rs ethcore: add missing builtins benchmarks (#9170) 2018-07-20 15:06:11 +02:00
cache_manager.rs remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
db.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
encoded.rs block cleanup (#9117) 2018-07-30 10:45:10 +01:00
error.rs removed client error (#9253) 2018-07-31 10:55:18 +01:00
executed.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
executive.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
externalities.rs Fix eternalities tests can_create (missing parameter) (#9270) 2018-08-02 17:15:22 +08:00
factory.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
header.rs block cleanup (#9117) 2018-07-30 10:45:10 +01:00
lib.rs docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
machine.rs ethcore: add transition flag for transaction permission contract (#9275) 2018-08-07 15:18:19 +01:00
pod_account.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
pod_state.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
state_db.rs remove util-error (#9054) 2018-07-06 15:09:39 +02:00
test_helpers.rs decode block rlp less often (#9252) 2018-08-02 10:20:46 +01:00
tx_filter.rs ethcore: add transition flag for transaction permission contract (#9275) 2018-08-07 15:18:19 +01:00