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
- 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
Full Changelog: v0.4.3...v0.4.4-beta