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
3bbeb94c1c
eth: make traceChain avoid OOM on long-running tracing (#23736)
This PR changes long-running chain tracing, so that it at some points releases the memory trie db, and switch over to a fresh disk-backed trie.
|
3 years ago |
.. |
checkpointoracle
|
…
|
|
downloader
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
4 years ago |
fetcher
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
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/vflux/server: fix metrics (#22946)
|
3 years ago |
api.go
|
les: move client pool to les/vflux/server (#22495)
|
4 years ago |
api_backend.go
|
eth: make traceChain avoid OOM on long-running tracing (#23736)
|
3 years ago |
api_test.go
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
4 years ago |
benchmark.go
|
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
4 years ago |
bloombits.go
|
…
|
|
client.go
|
cmd/geth, cmd/evm, params: implement Arrow Glacier (EIP 4345) (#23810)
|
3 years ago |
client_handler.go
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
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
|
…
|
|
distributor_test.go
|
…
|
|
enr_entry.go
|
cmd/devp2p: skip ENR field tails properly in nodeset filter (#22565)
|
4 years ago |
fetcher.go
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
4 years ago |
fetcher_test.go
|
core: use block difficulty for genesis (#23793)
|
3 years ago |
handler_test.go
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
4 years ago |
metrics.go
|
les: polish code (#22625)
|
4 years ago |
odr.go
|
les: generate random nums directly, not via strange conversions
|
4 years ago |
odr_requests.go
|
les, light: improve txstatus retrieval (#22349)
|
4 years ago |
odr_test.go
|
les: fix data races in tests (#23457)
|
4 years ago |
peer.go
|
les: polish code (#22625)
|
4 years ago |
peer_test.go
|
…
|
|
protocol.go
|
eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber (#22841)
|
4 years ago |
pruner.go
|
trie, les: add missing calls to Ticker.Stop (#23415)
|
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: generate random nums directly, not via strange conversions
|
4 years ago |
server.go
|
les: fix goroutine leaks in tests (#22707)
|
4 years ago |
server_handler.go
|
core/state: move state account to core/types + abstracted "write account to trie" (#23567)
|
3 years ago |
server_requests.go
|
tests/fuzzers: fix goroutine leak in les fuzzer (#22455)
|
4 years ago |
servingqueue.go
|
les: avoid shutdown hang (#23139)
|
4 years ago |
state_accessor.go
|
all: removed blockhash from statedb (#23126)
|
4 years ago |
sync.go
|
les: duplicate downloader and fetcher to allow progressive refactoring
|
4 years ago |
sync_test.go
|
les: fix data races in tests (#23457)
|
4 years ago |
test_helper.go
|
les: fix data races in tests (#23457)
|
4 years ago |
txrelay.go
|
les: generate random nums directly, not via strange conversions
|
4 years ago |
ulc.go
|
…
|
|
ulc_test.go
|
les: fix data races in tests (#23457)
|
4 years ago |