Skip to content

Releases: 0xPolygon/heimdall-v2

v0.5.4

18 Dec 13:05
e3551c5

Choose a tag to compare

Description

This release contains a security fix for vote extensions and a bug fix for silent crashing in heimdall when talking to bor via gRPC client. Also, it improves the logs in the whole code base.

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

12 Dec 11:54
6bdac03

Choose a tag to compare

Description

In this release we ship a fix in cometBFT. It's recommended to all node operators to upgrade asap for all networks.

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

04 Dec 10:11
ac37f60

Choose a tag to compare

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

v0.5.2-beta

02 Dec 08:51
137f77d

Choose a tag to compare

v0.5.2-beta Pre-release
Pre-release

Description

This is a maintenance release containing improvements and bugs' fixes.
It also sets the block height for the upcoming mainnet HF.
Use only on amoy until a stable release is created.

What's Changed

New Contributors

Full Changelog: v0.4.6-beta...v0.5.2-beta

v0.5.1-beta

24 Nov 15:16
814b0f4

Choose a tag to compare

v0.5.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0-beta...v0.5.1-beta

v0.4.5

24 Nov 15:14
ff03562

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.5.0-beta

14 Nov 06:31
2e0b433

Choose a tag to compare

v0.5.0-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.5-beta...v0.5.0-beta

v0.4.6-beta

21 Nov 15:55
05b65d0

Choose a tag to compare

v0.4.6-beta Pre-release
Pre-release

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.6-beta

v0.4.4

12 Nov 14:47
49e80a1

Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

27 Oct 12:28
77f59b7

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3