This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
1.2.1-rc.2
Pre-release
Pre-release
Key changes
Fixed a memory leak that's been present for a while when an active validator is ledger syncing, and fixed a very rare edge case around restarting after a fork.
What's Changed
- Add a separate testnets forks module by @LukasGasior1 in #687
- Fork config for Releasenet by @Theoklitos in #688
- Correctly handle node restarting just after fork (PR into main) by @dhedey in #692
- Rework event queue cache in
EpochManager
by @siy in #690