Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 21:29
· 150 commits to main since this release
aeb9ec0

The team is happy to announce the next release of testnet. The main focus of this release has been to add a number of new features and harden the existing ones.

Embedded Storage: Introduction of persistent storage for mev-commit that helps retain certain state across restarts.

Health Check: mev-commit and oracle now expose a /health endpoint that helps determine the health of the running node by the state of important subsystems.

New Oracle API: A new authenticated API for registering provider graffiti along with their addresses has been introduced for oracle.

New Provider API: A new withdrawal API for providers to withdraw their stake from the contract.

New Bidder API: A new validator API for bidders to get information on whether the running node is opted into a validator that proposes blocks in the next epoch.

Increase of Slashing Penalty: The slashing penalty has been increased by 5% on top of the decayed bid amount (removed from the provider's share). 100% of the decayed bid is given to the bidder, and the additional 5% goes to the protocol treasury.

Window Offset Change: This change allows a deposit to be withdrawn 1 window earlier and to deposit 3 times the window amount for automatic deposit instead of 4 times.

In addition, several small fixes and improvements have been made. See the changelog and documentation for more information.

Changelog