Skip to content

Releases: oasysgames/oasys-genesis-contract

Release v1.7.0

10 Oct 03:18
4c70a63
Compare
Choose a tag to compare

This release introduces an update to LOAS, adding the functionality to revoke issued LOAS. Below is the specification for the revoke function:

  • The minter is now allowed to revoke any issued LOAS.
    • While this change grants significant authority to the minter, there's no need for concern, as most LOAS users adhere to the terms outlined in paper contracts, with the smart contract serving as a supplementary enforcement tool.
  • By default, only the locked amount will be revoked.
    • However, the minter has the flexibility to specify any arbitrary amount for revocation, including the entire remaining balance.

What's Changed

Full Changelog: v1.6.2...v1.7.0

Release v1.6.2

28 Sep 09:26
e5cbb3a
Compare
Choose a tag to compare

Added a script for BLS key updates in this release.

What's Changed

Full Changelog: v1.6.1...v1.6.2

Release v1.6.1

04 Sep 08:18
21e32e2
Compare
Choose a tag to compare

This release restricts duplicate BLS public key registrations. Since the BLS public key serves as the identifier for a vote, it must be unique.

What's Changed

  • prevent registering same bls pub key by @tak1827 in #43

Full Changelog: v1.6.0...v1.6.1

Release v1.6.0

27 Aug 04:32
5675779
Compare
Choose a tag to compare

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

Release v1.5.1

20 Aug 08:59
4b50259
Compare
Choose a tag to compare

This release includes minor bug fixes in Environment contracts and overall gas cost reductions.

What's Changed

Full Changelog: v1.5.0...v1.5.1

Release v1.5.0

20 Aug 08:58
3b87148
Compare
Choose a tag to compare

This release is an update to make the validator non-permissive.

What's Changed

Full Changelog: v1.4.0...v1.5.0

Release v1.4.0

20 Aug 08:40
94c3567
Compare
Choose a tag to compare

Added the OASMultiTransfer contract for OAS bulk transfers.

What's Changed

Full Changelog: v1.3.1...v1.4.0

Release v1.3.1

20 Aug 08:33
56d52dd
Compare
Choose a tag to compare

Reduced gas cost of methods used for instant verification in the Verse-Layer.

What's Changed

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

20 Aug 08:26
2548a79
Compare
Choose a tag to compare
  • Added 10 days claim lock period for unstake
  • Modified reward calculation logic

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release v1.2.0

20 Aug 08:05
2e5de43
Compare
Choose a tag to compare
  • Added reward balance replenishment method to the StakeManager
  • Added the LOAS (Wrapped OAS with locking)

What's Changed

Full Changelog: v1.1.0...v1.2.0