Skip to content

Releases: withtally/staker

v1.0.0

14 Feb 14:14
Compare
Choose a tag to compare

Release Notes

This represents the first production-ready release of Staker—a flexible, configurable staking contract which makes it easy to distribute onchain staking rewards for any ERC20 token, including DAO governance tokens.

This version of Staker is ready to use in production builds. All code in the /src directory has been extensively audited and tested.

This release includes:

  • Staker.sol - The core contract implementing the staking mechanics. Staker is extensible and modular to make customization straightforward.
  • BinaryEligibilityOracleEarningPowerCalculator.sol - An optional reward calculator module that turns depositors' rewards on or off based on their delegatee's activity score, as reported by a properly constrained offchain oracle.
  • First Party Extensions - Extensions which add functionality to Staker, including signature based methods, convenience methods for tokens with permit functionality, and more.
  • Standard Reward Notifiers - Simple reward notifier modules for handling common sources of reward distribution, such as tokens in a DAO treasury or tokens minted via inflation.

v0.9.9-rc1

05 Feb 21:05
Compare
Choose a tag to compare
v0.9.9-rc1 Pre-release
Pre-release

Release Candidate 1

⚠️ This version is not yet intended for production use.

This version of Staker is the first release candidate. It includes all features and functionality intended for the 1.0.0 release. This version is intended for onchain integration testing. While it has been thoroughly audited, it is currently undergoing final security reviews. Small changes, including breaking changes to the core contracts, may be made before the release of version 1.0.0.