openethereum/ethcore
Wei Tang 0bed5976e3 Refactor evm Instruction to be a c-like enum (#8914)
* Add a basic instruction c-like enum

* Fix all compiling errors

* Fix tests

* Access instruction info as a Instruction impl

* Use macro to avoid duplication in from_u8

* Use single space instead of multiple tabs to avoid formatting issue

* Fix evmbin compile

* typo: indentation

* Use if let to remove an expect

* Address grumbles
2018-06-27 13:33:32 +02:00
..
benches Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
crypto Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
evm Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
light Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
node_filter new blooms database (#8712) 2018-06-20 15:13:07 +02:00
private-tx Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
res Update hardcoded headers (#8925) 2018-06-22 10:49:10 +02:00
service Bump error-chain and quick_error versions (#8972) 2018-06-25 14:20:44 +02:00
src Fix deadlock in blockchain. (#8977) 2018-06-26 20:49:06 +02:00
stratum Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
sync Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
transaction Disallow unsigned transactions in case EIP-86 is disabled (#8802) 2018-06-05 19:49:11 +02:00
types added from and to to Receipt (#8756) 2018-06-07 16:47:41 +02:00
vm Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
wasm Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
Cargo.toml Disable hardware-wallets on platforms that don't support libusb (#8464) 2018-06-26 09:03:38 +02:00