openethereum/json/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
..
blockchain Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
misc Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
spec EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00
state Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
test Difficulty tests 2017-10-10 14:51:12 +02:00
transaction Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
trie updated serde to version 1.0 2017-07-06 11:36:15 +02:00
vm fix typos in vm description comment (#8446) 2018-04-24 14:25:27 +02:00
bytes.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
hash.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
lib.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
maybe.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
uint.rs Implement hardcoded sync in the light client (#8075) 2018-03-27 13:56:59 +02:00