1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/eth
Greg Colvin cd57d5cd38
core/vm: EIP-2315, JUMPSUB for the EVM (#20619)
* core/vm: implement EIP 2315, subroutines for the EVM

* core/vm: eip 2315 - lintfix + check jump dest validity + check ret stack size constraints

  logger: markdown-friendly traces, validate jumpdest, more testcase, correct opcodes

* core/vm: update subroutines acc to eip: disallow walk-into

* core/vm/eips: gas cost changes for subroutines

* core/vm: update opcodes for EIP-2315

* core/vm: define RETURNSUB as a 'jumping' operation + review concerns

Co-authored-by: Martin Holst Swende <martin@swende.se>
2020-06-02 13:30:16 +03:00
..
downloader eth/downloader: more context in errors (#21067) 2020-05-29 11:12:43 +02:00
fetcher all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
filters
gasprice
tracers core/vm: EIP-2315, JUMPSUB for the EVM (#20619) 2020-06-02 13:30:16 +03:00
api.go
api_backend.go
api_test.go
api_tracer.go
backend.go
bloombits.go
config.go
discovery.go
gen_config.go
handler.go
handler_test.go
helper_test.go
peer.go
protocol.go
protocol_test.go
sync.go eth: interrupt chain insertion on shutdown (#21114) 2020-05-26 21:37:37 +02:00
sync_test.go