Martin Holst Swende
|
8dc8941551
|
core/vm: use a callcontext struct (#20761)
* core/vm: use a callcontext struct
* core/vm: fix tests
* core/vm/runtime: benchmark
* core/vm: make intpool push inlineable, unexpose callcontext
|
2020-04-07 12:45:21 +03:00 |
|
Gregory Markou
|
4be8840120
|
core/vm: use dedicated SLOAD gas constant for EIP-2200 (#20646)
|
2020-02-18 15:07:41 +01:00 |
|
Péter Szilágyi
|
3bb9b49afb
|
core/vm, params: implement EIP2200, SSTORE optimizations (#19964)
* core/vm, params: implement EIP2200, SSTORE optimizations
* core/vm, params: switch EIP2200 to Wei's version
|
2019-08-19 14:39:38 +03:00 |
|
Martin Holst Swende
|
081642ed25
|
Eip 1344 (ChainID opcode) (#19921)
* core/vm: implement EIP 1344 (ChainID opcode)
* core/vm: formatting
|
2019-08-08 16:20:28 +03:00 |
|
Martin Holst Swende
|
3e993ff64a
|
Eip 1884 v3 (#19743)
* core/vm, tests: implement EIP 1884, add support for feature-tests
* core/vm: 1884-changes to extcodehash, move selfbalance opcode
* tests: fix statetests
* core/vm: move constants, address review concerns
* core/vm: word formatting
Co-Authored-By: Péter Szilágyi <peterke@gmail.com>
|
2019-08-08 12:07:23 +03:00 |
|