Releases: onflow/flow-core-contracts
Releases · onflow/flow-core-contracts
lib/go/templates/v0.7.2
lib/go/contracts/v0.7.2
🛠 Improvements
- Sets minimum default account balance to zero by default. (Tesnet and mainnet is
0.001 FLOW
). (#107) - Upgrades to the locked tokens contract for staking assertions and remove stake functions. (#118)
- Upgrades to the locked tokens contract subtract the account minimum balance when getting the locked token balance (#136)
- Adds
FlowStorageFees
method to get the usable balance of an account (#154) - Updates the
FungibleToken
dependency to get the latest version of the interface with added pre-condition. (#167)
lib/go/templates/v0.6.0
🛠 Improvements
Staking Templates
- Update register node transaction to create a public capability to get the accounts node or delegator IDs (#91)
- Add scripts to query staking info for an account by address:
GenerateGetNodeInfoFromAddressScript
andGenerateGetDelegatorInfoFromAddressScript
(#91) - Reorganize staking templates (#92)
- Add transaction to change payout and end epoch at the same time:
GenerateEndEpochChangePayoutScript
(#91)