openethereum/ethcore/evm/src
Wei Tang a4c7843a07 EIP 145: Bitwise shifting instructions in EVM (#8451)
* Add SHL, SHR, SAR opcodes

* Add have_bitwise_shifting schedule flag

* Add all EIP tests for SHL

* Add SHR implementation and tests

* Implement SAR and add tests

* Add eip145transition config param

* Change map_or to map_or_else when possible
2018-05-05 10:23:50 +02:00
..
benches Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
interpreter EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00
evm.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
factory.rs remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
instructions.rs EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00
lib.rs remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
tests.rs EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00
vmtype.rs remove evmjit (#8229) 2018-04-04 18:07:49 +09:00