github 0xPolygon/heimdall-v2 v0.4.4-beta

latest release: v0.4.4-test
pre-release14 hours ago

Description

This version brings a few optimizations on RPC along with the new online pruning solution. To enable it:

  • on config.toml:
[storage]
compact = true
compaction_interval = 1000

[storage.pruning]
interval = "3h"
indexer_pruning_enabled = true
  • on app.toml:
min-retain-blocks = 2500000

If you go to ./packaging/templates/config/amoy/app.toml or ./packaging/templates/config/mainnet/app.toml you will see a better description on each variable.

What's Changed

Full Changelog: v0.4.3...v0.4.4-beta

Don't miss a new heimdall-v2 release

NewReleases is sending notifications on new releases.