go-ethereum/eth/downloader
Quentin McGaw 67f879ac18
refactor!(core/types): Block method WithBody(Body) signature (#110)
Breaking change refactoring `core/types.Block.WithBody()` method from signature
WithBody(transactions []*Transaction, uncles []*Header) *Block
to signature
WithBody(body Body) *Block
such that block and body extras can be used within `WithBody`.
Note `geth` made the same change in method signature so the deltas introduced in this PR will disappear once we sync.
2025-02-11 14:29:34 +00:00
..
api.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
beacondevsync.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
beaconsync.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
downloader.go refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
downloader_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
events.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetchers.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetchers_concurrent.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetchers_concurrent_bodies.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetchers_concurrent_headers.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
fetchers_concurrent_receipts.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
metrics.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
modes.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
peer.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
queue.go refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
queue_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
resultstore.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
skeleton.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
skeleton_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
statesync.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
testchain_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00