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
- revert: rio height to 256 by @kamuikatsurgi in #489
- chore: bump kurtosis-pos by @kamuikatsurgi in #490
- opt: RPC Calls in Milestone Block Fetching by @kamuikatsurgi in #491
- chore: bump kurtosis-pos by @kamuikatsurgi in #494
- perf(milestone): optimize RPC calls in block fetching by @kamuikatsurgi in #493
- Pruner Optimization by @lucca30 in #496
- fix releaser by @lucca30 in #497
- Backporting Main to Develop by @lucca30 in #500
- Set producer planned downtime by @avalkov in #472
- Removing main/master package trigger by @djpolygon in #502
- Enable test for SetValidatorDowntime tx by @avalkov in #501
- chore: backport main to develop by @kamuikatsurgi in #505
- refactor: omit unnecessary reassignment by @rifeplight in #508
- misc fixes and improvements by @marcello33 in #507
- Producer downtime tx HF block by @avalkov in #509
- v0.5.2 candidate by @marcello33 in #511
New Contributors
- @rifeplight made their first contribution in #508
Full Changelog: v0.4.5...v0.5.2