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.
Marius van der Wijden
b1e72f7ea9
core/evm: RANDOM opcode (EIP-4399) ( #24141 )
...
* core: implement eip-4399 random opcode
* core: make vmconfig threadsafe
* core: miner: pass vmConfig by value not reference
* all: enable 4399 by Rules
* core: remove diff (f)
* tests: set proper difficulty (f)
* smaller diff (f)
* eth/catalyst: nit
* core: make RANDOM a pointer which is only set post-merge
* cmd/evm/internal/t8ntool: fix t8n tracing of 4399
* tests: set difficulty
* cmd/evm/internal/t8ntool: check that baserules are london before applying the merge chainrules
3 years ago
..
catalyst
core/evm: RANDOM opcode (EIP-4399) ( #24141 )
3 years ago
downloader
core, eth: improve delivery speed on header requests ( #23105 )
3 years ago
ethconfig
all: core rework for the merge transition ( #23761 )
3 years ago
fetcher
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
filters
eth/filters: remove unused field 'chaindb' in PublicFilterAPI ( #24072 )
3 years ago
gasprice
all: core rework for the merge transition ( #23761 )
3 years ago
protocols
trie, core, eth: use db.has over db.get where possible
3 years ago
tracers
core/evm: RANDOM opcode (EIP-4399) ( #24141 )
3 years ago
api.go
eth: fix typo in comment ( #23941 )
3 years ago
api_backend.go
all: core rework for the merge transition ( #23761 )
3 years ago
api_test.go
cmd/geth, eth, core: snapshot dump + unify with trie dump ( #22795 )
4 years ago
backend.go
eth, les: update unclean shutdown markers regularly ( #24077 )
3 years ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
discovery.go
cmd/utils: use eth DNS tree for snap discovery ( #22808 )
4 years ago
handler.go
eth: continue after whitelist check
3 years ago
handler_eth.go
core, eth, les, trie: remove the sync bloom, used by fast sync
3 years ago
handler_eth_test.go
core, eth: improve delivery speed on header requests ( #23105 )
3 years ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peerset.go
eth: don't wait for snap registration if we're not running snap ( #22272 )
4 years ago
state_accessor.go
all: core rework for the merge transition ( #23761 )
3 years ago
sync.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
sync_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago