github 0xPolygon/heimdall-v2 v0.5.2

3 hours ago

Description

This is a maintenance release containing improvements and bugs' fixes.
It also sets the block height for the upcoming mainnet HF, scheduled for Tuesday, December 16th at around 12:00 UTC, block 34966593.
This release can be used on mainnet and amoy.

Also, it's the first stable release shipping the new online pruning solution, helping node operators drastically reduce the disk size for heimdall, and keeping it stable going forward. 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

Please, check ./packaging/templates/config/amoy/app.toml or ./packaging/templates/config/mainnet/app.toml for more info and comprehensive descriptions for each variable.

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.5.2

Don't miss a new heimdall-v2 release

NewReleases is sending notifications on new releases.