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.
Martin Holst Swende
8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop ( #27891 )
...
This change removes a chainconfig parameter passed into rawdb.ReadLogs, which is not used nor needed.
It also modifies the filter loop slightly, avoiding a labeled break and instead using a method.
This change does not modify any behaviour.
1 year ago
..
catalyst
all: replace data gas to blob gas in comments ( #27825 )
1 year ago
downloader
all: rename dataGas to blobGas ( #27789 )
1 year ago
ethconfig
core/txpool/blobpool: 4844 blob transaction pool ( #26940 )
1 year ago
fetcher
all: move main transaction pool into a subpool ( #27463 )
1 year ago
filters
eth/filters, core/rawdb: remove unused param, refactor filtering-loop ( #27891 )
1 year ago
gasprice
consensus/misc: move eip1559 into a package ( #27828 )
1 year ago
protocols
eth/protocols/snap: fix batch writer when resuming an aborted sync ( #27842 )
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 )
2 years ago
api_admin.go
eth: split api.go into namespace based files ( #27263 )
2 years ago
api_backend.go
eth/filters, core/rawdb: remove unused param, refactor filtering-loop ( #27891 )
1 year ago
api_debug.go
eth: conver if-else-if chain to tagged switch ( #27816 )
1 year ago
api_debug_test.go
all: expose block number information to statedb ( #27753 )
1 year ago
api_miner.go
core/txpool: make transaction validation reusable across packages (pools) ( #27429 )
1 year ago
backend.go
core/txpool/blobpool: 4844 blob transaction pool ( #26940 )
1 year ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
handler.go
core/txpool/blobpool: 4844 blob transaction pool ( #26940 )
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
core/txpool/blobpool: 4844 blob transaction pool ( #26940 )
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
all: expose block number information to statedb ( #27753 )
1 year ago
sync.go
core/txpool/blobpool: 4844 blob transaction pool ( #26940 )
1 year ago
sync_test.go
eth: use new atomic types ( #27137 )
2 years ago