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
797b0812ab
eth/protocols/snap: snap sync testing (#22179)
* eth/protocols/snap: make timeout configurable
* eth/protocols/snap: snap sync testing
* eth/protocols/snap: test to trigger panic
* eth/protocols/snap: fix race condition on timeouts
* eth/protocols/snap: return error on cancelled sync
* squashme: updates + test causing panic + properly serve accounts in order
* eth/protocols/snap: revert failing storage response
* eth/protocols/snap: revert on bad responses (storage, code)
* eth/protocols/snap: fix account handling stall
* eth/protocols/snap: fix remaining revertal-issues
* eth/protocols/snap: timeouthandler for bytecode requests
* eth/protocols/snap: debugging + fix log message
* eth/protocols/snap: fix misspelliings in docs
* eth/protocols/snap: fix race in bytecode handling
* eth/protocols/snap: undo deduplication of storage roots
* synctests: refactor + minify panic testcase
* eth/protocols/snap: minor polishes
* eth: minor polishes to make logs more useful
* eth/protocols/snap: remove excessive logs from the test runs
* eth/protocols/snap: stress tests with concurrency
* eth/protocols/snap: further fixes to test cancel channel handling
* eth/protocols/snap: extend test timeouts on CI
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
|
4 years ago |
.. |
downloader
|
eth/protocols/snap: snap sync testing (#22179)
|
4 years ago |
fetcher
|
core, eth, les, trie: add a prefix to contract code (#21080)
|
4 years ago |
filters
|
eth/filters: fix potential deadlock in filter timeout loop (#22178)
|
4 years ago |
gasprice
|
cmd, eth: offer maxprice flag for overwritting price cap (#21531)
|
4 years ago |
protocols
|
eth/protocols/snap: snap sync testing (#22179)
|
4 years ago |
tracers
|
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers (#22038)
|
4 years ago |
api.go
|
eth: return error from eth_chainID during sync before EIP-155 activates (#21686)
|
4 years ago |
api_backend.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
api_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
api_tracer.go
|
core/state: convert prefetcher to concurrent per-trie loader
|
4 years ago |
backend.go
|
eth/filters: fix potential deadlock in filter timeout loop (#22178)
|
4 years ago |
bloombits.go
|
eth: updated comments (#21490)
|
4 years ago |
config.go
|
eth, les: add new config field SyncFromCheckpoint (#22123)
|
4 years ago |
discovery.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
gen_config.go
|
eth, les: add new config field SyncFromCheckpoint (#22123)
|
4 years ago |
handler.go
|
eth/protocols/snap: snap sync testing (#22179)
|
4 years ago |
handler_eth.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_eth_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_snap.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
peer.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
peerset.go
|
eth: improve log message (#22146)
|
4 years ago |
sync.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
sync_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |