go-ethereum/cmd/utils
vickkkkkyy ace9c51233
cmd/utils: fix archive mode detection for TransactionHistory override (#33880)
Archive nodes store the full history of transactions in the index. This PR
fixes a bug for users who provided the NoPruning field in a YAML config file.
Now geth correctly stores full transaction history if archive is configured via
YAML.

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2026-05-27 09:03:32 +02:00
..
cmd.go cmd/utils: optimize history import with batched insertion (#33894) 2026-03-24 21:47:18 +01:00
diskusage.go
diskusage_openbsd.go
diskusage_windows.go
export_test.go
flags.go cmd/utils: fix archive mode detection for TransactionHistory override (#33880) 2026-05-27 09:03:32 +02:00
flags_legacy.go
flags_test.go
history_test.go internal/era: New EraE implementation (#32157) 2026-02-09 08:30:19 -07:00
prompt.go