Testnet hot fix release
Babylon Testnet contained bug which lead to creating unbounded amount of events at the epoch boundary that could lead to node crashing with OOM error.
Changes
- #714 hot-fix: removed duplicated events
EventHandleQueuedMsg
at end of epoch for queued messages
Recovery procedure procedure
Download network snapshot without faulty events link
Steps to recover:
- Stop your
babylond
node - Update to the hotfixed
babylond
binary from this release tag. When buildingbabylond
binary, remember to usetestnet
env option i.eBABYLON_BUILD_OPTIONS="testnet" make install
- Start your node from the provided snapshot. Make sure you backup your home directory first. You can extract the snapshot like this:
tar -xf ./babylon_542160_pruned_bbn-test-5.tar -C ~/.babylond --overwrite