Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 20:10
· 840 commits to develop since this release
e6cb0a1

🚀 Features

  • Facilitator superset and facilitator synchronous removal

🐛 Fixes

  • Keep snapshot in memory when offloading fails
  • Fix facilitator superset calculation & include whitelisting
  • Fix non-stable hash calculation of GlobalSnapshot
  • Check session while removing peer from ping healthcheck
  • Decoding proofs to serializable Nes
  • Fix sortRumors cast type in gossip
  • Check data equality when adding proofs for Signed
  • Fix typo causing 60s delay on L1 API
  • Fix draining l1 consensus pipeline twice
  • Process batch of snapshots until first failure
  • Fix isSignedBy method naming
  • Queue proposals for future healthcheck rounds
  • Log error on peer discovery

📓 Architecture Decision Records

  • Project versioning and release flow ADR
  • Fix ADR #10 status

💬 Other

  • Skaffold setup
  • Updated the scoping syntax.
  • Added a Setup and Contributing guide.
  • Fix url checking last-reference in tools module
  • Generalized the setup instructions to be OS agnostic
  • Error logging for gossip rumors consumer
  • Add dependency updates plugin
  • Use sbt directly in github actions
  • Update dependencies
  • Add jvmopts for faster compilation
  • Tools can load keys from files & generation of infinite transaction s…