openethereum/ethcore/src/spec
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
..
genesis.rs clean up ethcore::spec module imports (#7990) 2018-02-23 19:37:23 +01:00
mod.rs Implement hardcoded sync in the light client (#8075) 2018-03-27 13:56:59 +02:00
seal.rs clean up ethcore::spec module imports (#7990) 2018-02-23 19:37:23 +01:00
spec.rs EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00