Releases: onflow/flow-core-contracts
Releases · onflow/flow-core-contracts
Flow Contract Audit Vouchers
What's Changed
- New contract created for managing contract deployment vouchers #271 (minor update #273) by @tehranifar
- Fix DKG nil keys edge case #274 by @joshuahannan
Full Changelog: lib/go/contracts/v0.9.0...lib/go/contracts/v0.10.0
Automatic Reward Payment
What's Changed
- Adds transaction to stake all rewards for all nodes and delegators in a staking collection by @joshuahannan in #263
- Fix error message by @jordanschalm in #265
- Set staking auction length explicitly in
resetEpoch
by @jordanschalm in #268 - Avoid reporting a node has voted during the Staking phase by @jordanschalm in #269
- Automated rewards and calculation by @joshuahannan in #267
Full Changelog: lib/go/contracts/v0.8.0...lib/go/templates/v0.9.0
Automatic Reward Payment
What's Changed
- Adds transaction to stake all rewards for all nodes and delegators in a staking collection by @joshuahannan in #263
- Fix error message by @jordanschalm in #265
- Set staking auction length explicitly in
resetEpoch
by @jordanschalm in #268 - Avoid reporting a node has voted during the Staking phase by @jordanschalm in #269
- Automated rewards and calculation by @joshuahannan in #267
Full Changelog: lib/go/contracts/v0.8.0...lib/go/templates/v0.9.0
DKG Safety Threshold & Non-Operational Withholding
What's Changed
- update dependencies by @joshuahannan in #245
- Use borrow instead of load/copy by @joshuahannan in #250
- Transaction for registering multiple nodes with the staking collection by @joshuahannan in #251
- Adds non-operational rewards withholding by @joshuahannan in #249
- Multi unlock by @Kay-Zee in #252
- add script to get Approved nodes list by @kc1116 in #254
- add configurable DKG success threshold and tests by @joshuahannan in #261
- Add new transactions for interacting with staking allow-list by @jordanschalm in #262
Full Changelog: lib/go/contracts/v0.7.9...lib/go/templates/v0.8.0
DKG Safety Threshold & Non-Operational Withholding
What's Changed
- update dependencies by @joshuahannan in #245
- Use borrow instead of load/copy by @joshuahannan in #250
- Transaction for registering multiple nodes with the staking collection by @joshuahannan in #251
- Adds non-operational rewards withholding by @joshuahannan in #249
- Multi unlock by @Kay-Zee in #252
- add script to get Approved nodes list by @kc1116 in #254
- add configurable DKG success threshold and tests by @joshuahannan in #261
- Add new transactions for interacting with staking allow-list by @jordanschalm in #262
Full Changelog: lib/go/contracts/v0.7.9...lib/go/templates/v0.8.0
Reward Payment From Fees & Machine Account Improvements
Reward Payment From Fees & Machine Account Improvements
Update to Get Machine Account Address Script
*#230 Changes return type of get_machine_account_address.cdc
to an optional.