Skip to content

Everest Upgrade

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 30 Aug 19:25
· 7812 commits to dev since this release
5343c43

This release includes various bug fixes, optimizations, and improvements.

  • Fixed Snowstorm UTXO memory leak in the conflict graph implementation when rejecting non-transitively conflicting transactions.
  • Fixed Snowstorm duplicated accept call in the input graph implementation when voting on optimistically accepted transactions.
  • Renamed "Default Subnet" to "Primary Network."
  • Added Memo field to the AVM Send API.
  • Fixed IPC nil pointer caused by incorrect initialization order.
  • Fixed validator list serialization. Previously the validator list was serialized into a single Key/Value pair in the DB, which caused errors when the validator set grew too large. Now the list is properly chunked.
  • Updated network version checking to allow for higher version peers to decide if the versions are compatible.