Skip to content

Release v1.6.0

Compare
Choose a tag to compare
@tak1827 tak1827 released this 27 Aug 04:32
· 6 commits to main since this release
5675779

This release aims to support fast finality, a mechanism to finalize PoS chains originally developed by BSC. To enable this, we've added BLS public key registration functionality to the StakeManager contract. The spec are as follows:

  • Only the validator owner is permitted to register and update the BLS public key.
  • Duplicate key registration is not allowed.
    • In the case of an update, the previously registered key information remains unchanged. Users are not allowed to register a new key if it matches any previously registered key.

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0