forked from forks/go-ethereum
* 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> |
||
|---|---|---|
| .. | ||
| downloader | ||
| fetcher | ||
| filters | ||
| gasprice | ||
| tracers | ||
| 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 | ||
| sync_test.go | ||