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.
Felix Lange
e86ad52640
beacon/engine, eth/catalyst: EIP-4844 updates for the engine API ( #27736 )
...
This is a spin-out from the EIP-4844 devnet branch, containing just the Engine API modifications
and nothing else. The newPayloadV3 endpoint won't really work in this version, but we need the
data structures for testing so I'd like to get this in early.
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
1 year ago
..
catalyst
beacon/engine, eth/catalyst: EIP-4844 updates for the engine API ( #27736 )
1 year ago
downloader
eth/downloader: drop beacon head updates if the syncer is restarting ( #27397 )
1 year ago
ethconfig
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
fetcher
all: move main transaction pool into a subpool ( #27463 )
1 year ago
filters
eth/filters: reuse handleLogs method for removed logs ( #27438 )
1 year ago
gasprice
eth: use slices package for sorting ( #27490 )
1 year ago
protocols
core/state: value diff tracking in StateDB ( #27349 )
1 year ago
tracers
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. ( #27716 )
1 year ago
api.go
les, eth: fix typo in comment ( #27369 )
1 year ago
api_admin.go
eth: split api.go into namespace based files ( #27263 )
1 year ago
api_backend.go
eth, miner: rm redundant type declare ( #27713 )
1 year ago
api_debug.go
cmd, core/state, eth, tests, trie: improve state reader ( #27428 )
1 year ago
api_debug_test.go
cmd, core/state, eth, tests, trie: improve state reader ( #27428 )
1 year ago
api_miner.go
core/txpool: make transaction validation reusable across packages (pools) ( #27429 )
1 year ago
backend.go
cmd, core, eth, graphql, trie: no persisted clean trie cache file ( #27525 )
1 year ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
handler.go
eth: better active protocol handler tracking ( #27665 )
1 year ago
handler_eth.go
eth: better active protocol handler tracking ( #27665 )
1 year ago
handler_eth_test.go
all: move main transaction pool into a subpool ( #27463 )
1 year ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
all: move main transaction pool into a subpool ( #27463 )
1 year ago
peer.go
eth: remove admin.peers[i].eth.head and difficulty ( #26804 )
2 years ago
peerset.go
all: fix some typos ( #25551 )
2 years ago
state_accessor.go
core/types, params: add blob transaction type, RLP encoded for now ( #27049 )
2 years ago
sync.go
eth: better active protocol handler tracking ( #27665 )
1 year ago
sync_test.go
eth: use new atomic types ( #27137 )
2 years ago