Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Mainnet update

Compare
Choose a tag to compare
@faustbrian faustbrian released this 04 Sep 06:54
· 36 commits to mainnet since this release
8aeda51

Fixed

  • Fixed an issue that could cause votes & delegates to be duplicated (adding unique constraints in the DB)
  • Fixed an issue where blocks were processed before they were verified
  • Fixed a timestamp (time-travel) overflow issue
  • Fixed some logging issues where data was missing
  • Fixed an issue that could result in transaction pool spam
  • Fixed an issue that could result in duplicated transactions in the pool

Changed

  • Disabled some of the endpoints that could be used to crash nodes and get them to miss blocks (active delegates)
  • Implemented stricter validation of vote data