go-ethereum/cmd
YQ AltLayer 444d7c4197 cmd/geth: print disk space cleared after prune-history
The prune-history command completes without reporting how much disk
space was freed, making it difficult for operators to assess the
impact of the operation.

Measure the chaindata directory size before and after pruning, and
include the cleared space in the completion log message.

Before:
  History pruning completed  tail=15537393 elapsed=883.604ms

After:
  History pruning completed  tail=15537393 cleared=672.00GiB elapsed=883.604ms

Fixes #31916
2026-03-01 13:06:38 +00: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 cmd/clef: update Safe API documentation links in changelog (#32136) 2025-07-09 14:09:11 -06:00
devp2p eth/protocols/eth: drop protocol version eth/68 (#33511) 2026-02-28 21:43:40 +01:00
era internal/era: New EraE implementation (#32157) 2026-02-09 08:30:19 -07:00
ethkey cmd: fix some typos in readmes (#29405) 2024-04-11 14:06:49 +03:00
evm core/vm: implement eip-7843: SLOTNUM (#33589) 2026-02-26 13:53:46 +01:00
geth cmd/geth: print disk space cleared after prune-history 2026-03-01 13:06:38 +00:00
keeper go.mod: update ckzg (#33901) 2026-02-26 20:04:25 +01:00
rlpdump build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils cmd/geth: add inspect trie tool to analysis trie storage (#28892) 2026-02-24 10:56:00 -07:00
workload cmd/workload, eth/tracers/native: introduce state proof tests (#32247) 2025-12-15 08:35:02 +01:00