Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MonsieurNicolas MonsieurNicolas released this 21 Dec 18:38
· 7122 commits to master since this release

New features

  • New meta data emitted (previous ledger entry state) - see #944
  • Perform maintenance on startup by default for nodes not in CATCHUP_COMPLETE mode (this reduces the disk space requirement for those nodes as data is purged more often)- see #947
  • Additional QUORUM_SET validation - as described in f9286a6 and fa048e6

Fixes and improvements

  • Major history publish/download overhaul, to improve reliability of interactions with history subsystem - see #951
  • Validators only forward messages from the extended quorum - this closes a potential attack vector to DoS validators
  • Avoid triggering catchup from history when restarting a node after a short downtime
  • Improved "quorum" reporting