go-ethereum/cmd
Marius van der Wijden 7e79254605
eth/protocols/eth: implement eth/69 (#29158)
This PR implements eth/69. This protocol version drops the bloom filter
from receipts messages, reducing the amount of data needed for a sync
by ~530GB (2.3B txs * 256 byte) uncompressed. Compressed this will
be reduced to ~100GB

The new version also changes the Status message and introduces the
BlockRangeUpdate message to relay information about the available history
range.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2025-05-16 17:10:47 +02:00
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
blsync beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
clef all: fix typos in docs and comments (#31548) 2025-04-02 13:52:40 -06:00
devp2p eth/protocols/eth: implement eth/69 (#29158) 2025-05-16 17:10:47 +02:00
era cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
ethkey cmd: fix some typos in readmes (#29405) 2024-04-11 14:06:49 +03:00
evm core: fail execution if system call fails to execute (#31639) 2025-04-19 13:42:54 +02:00
geth cmd/utils: remove deprecated LES flags (#31838) 2025-05-16 10:20:36 +02:00
rlpdump build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils eth/protocols/eth: implement eth/69 (#29158) 2025-05-16 17:10:47 +02:00
workload core: initialize history pruning in BlockChain (#31636) 2025-04-15 14:32:46 +02:00