Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
|
4 years ago |
.. |
downloader
|
eth/downloader: more context in errors (#21067)
|
5 years ago |
fetcher
|
all: fix typos in comments (#21118)
|
5 years ago |
filters
|
all: simplify and fix database iteration with prefix/start (#20808)
|
5 years ago |
gasprice
|
cmd, core, eth, miner, params: configurable gas floor and ceil
|
6 years ago |
tracers
|
core/vm: EIP-2315, JUMPSUB for the EVM (#20619)
|
4 years ago |
api.go
|
eth: add debug_accountRange API (#19645)
|
5 years ago |
api_backend.go
|
internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783)
|
5 years ago |
api_test.go
|
eth: add debug_accountRange API (#19645)
|
5 years ago |
api_tracer.go
|
all: seperate consensus error and evm internal error (#20830)
|
5 years ago |
backend.go
|
les, les/lespay: implement new server pool (#20758)
|
5 years ago |
bloombits.go
|
eth: improve shutdown synchronization (#20695)
|
5 years ago |
config.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
discovery.go
|
cmd/geth: enable DNS discovery by default (#20660)
|
5 years ago |
gen_config.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
handler.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
handler_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
helper_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
peer.go
|
eth: skip transaction announcer goroutine on eth<65
|
5 years ago |
protocol.go
|
eth: rework tx fetcher to use O(1) ops + manage network requests
|
5 years ago |
protocol_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
sync.go
|
eth: interrupt chain insertion on shutdown (#21114)
|
5 years ago |
sync_test.go
|
eth: improve shutdown synchronization (#20695)
|
5 years ago |