openethereum/ethcore/machine/src
Felix Leupold 87e1080581 [Trace] Distinguish between `create` and `create2` (#11311)
* adding a CreateType to ActionParams

* rename calltype to action type

* comments & line lengths

* rebame ActionParams.call_type

* Making call/create type optional

* Moving strict create/call type into trace package instead of storing loosely typed action type

* fix build

* Deriving ActionType from address_scheme in ext.create

* trigger build

* more detailed comments

* Change actions_type to call in vmtests

* skipping serialization for Option::None and using TryFrom instead of maybe_new

* retrigger build

* trigger build
2020-01-13 11:10:24 +01:00
..
executed.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
executed_block.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
executive.rs [Trace] Distinguish between `create` and `create2` (#11311) 2020-01-13 11:10:24 +01:00
externalities.rs [Trace] Distinguish between `create` and `create2` (#11311) 2020-01-13 11:10:24 +01:00
lib.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
machine.rs [Trace] Distinguish between `create` and `create2` (#11311) 2020-01-13 11:10:24 +01:00
substate.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
test_helpers.rs [builtin]: support `multiple prices and activations` in chain spec (#11039) 2019-10-31 17:09:08 +01:00
transaction_ext.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
tx_filter.rs Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00