Skip to content

v0.4.1

Compare
Choose a tag to compare
@jedmccaleb jedmccaleb released this 18 Jan 23:18
· 7088 commits to master since this release

New Features

  • Added a CATCHUP_RECENT mode that allows a node to fetch the last N ledgers when joining the network.
  • Added checkquorum command. Check quorum intersection from history.
  • Added graphquorum command. Print a quorum set graph from history.
  • Added inferquorum command. Print a quorum set inferred from history.

Fixes

  • Reworked history system. Interface to the world is the same but it should work much better than before.
  • Changed the definition of quorum slice to not need to include yourself. Your node is no longer automatically added to your quorum set.