Skip to content

v0.27.1: Reduce risk of validator being slashed

Compare
Choose a tag to compare
@hewison-chris hewison-chris released this 23 Nov 01:54
· 789 commits to v0.x.x since this release

Major improvements since v0.27.0

Reduce risk of Slashing Validators

By revealing pre-images on new block events.

Cache the Coinbase Transaction

To reduce processing and logging only calculate the payouts to the Validators and Commons Budget once per payout block.

Several Registry improvements

  • DNS: Respond CNAME RR with registered address
  • Refactor zone finding
  • Refactor ZoneData
  • Move supported query types into central place

Prevent DOS attack via pre-image reveal

By rejecting pre-images that are too far into the future excessive hashing can be prevented.

Flash fee calculation fixes

Correct handling of update and funding transaction fees.