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
94451c2788
all: implement EIP-1559 ( #22837 )
...
This is the initial implementation of EIP-1559 in packages core/types and core.
Mining, RPC, etc. will be added in subsequent commits.
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
4 years ago
..
checkpointoracle
les: update checktime even if check fails
4 years ago
flowcontrol
les: move client pool to les/vflux/server ( #22495 )
4 years ago
utils
les/utils: UDP rate limiter ( #21930 )
4 years ago
vflux
les, tests: fix les clientpool ( #22756 )
4 years ago
api.go
les: move client pool to les/vflux/server ( #22495 )
4 years ago
api_backend.go
core, eth, internal/ethapi: create access list RPC API ( #22550 )
4 years ago
api_test.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
benchmark.go
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
4 years ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
all: define London+baikal, undefine yolov3, add london override flag ( #22822 )
4 years ago
client_handler.go
eth, les: drop support for eth/64, fix eth/66 tests
4 years ago
commons.go
les: fix balance expiration ( #22343 )
4 years ago
costtracker.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
distributor.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
cmd/devp2p: skip ENR field tails properly in nodeset filter ( #22565 )
4 years ago
fetcher.go
les: implement new les fetcher ( #20692 )
4 years ago
fetcher_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
handler_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
metrics.go
les: polish code ( #22625 )
4 years ago
odr.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
odr_requests.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
odr_test.go
all: implement EIP-1559 ( #22837 )
4 years ago
peer.go
les: polish code ( #22625 )
4 years ago
peer_test.go
les: introduce forkID ( #21974 )
4 years ago
protocol.go
eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber ( #22841 )
4 years ago
pruner.go
les: historical data garbage collection ( #19570 )
4 years ago
pruner_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
request_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
retrieve.go
les: don't drop sentTo for normal cases ( #22048 )
4 years ago
server.go
les: fix goroutine leaks in tests ( #22707 )
4 years ago
server_handler.go
les: polish code ( #22625 )
4 years ago
server_requests.go
tests/fuzzers: fix goroutine leak in les fuzzer ( #22455 )
4 years ago
servingqueue.go
les: move client pool to les/vflux/server ( #22495 )
4 years ago
state_accessor.go
all: implement EIP-1559 ( #22837 )
4 years ago
sync.go
eth, les: add new config field SyncFromCheckpoint ( #22123 )
4 years ago
sync_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
test_helper.go
les: fix goroutine leaks in tests ( #22707 )
4 years ago
txrelay.go
les: remove transaction propagation limits ( #22125 )
4 years ago
ulc.go
cmd, eth, les: fix up ultra light config integration
5 years ago
ulc_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago