Updates old transactions and adds new transactions to support Flow Epochs.
FlowIDTableStaking
- breaking change:: Updates the
end_epoch.cdc
andpay_rewards.cdc
transactions to use the new calculate and pay methods.
FlowClusterQC
- Adds transactions and scripts to test, interact with, and query the clusterQC
- See FLIP here: https://github.com/onflow/flow/blob/josh/epochflip/flips/20210113-quorum-certificate.md
FlowDKG
- Adds transactions and scripts to test, interact with, and query the DKG
- See FLIP here: https://github.com/onflow/flow/blob/josh/epochflip/flips/20210322-dkg.md
FlowEpoch
- Adds transactions and scripts to test, interact with, and query the epoch smart contract
- See FLIP here: https://github.com/onflow/flow/blob/josh/epochflip/flips/20210607-epoch.md
FlowStakingCollection
Breaking Changes
- Adds machine account creation to node registration transaction
- Updates setup staking collection transaction to include machine account field.
- Adds machine account info to transfer node transaction.
- See staking collection docs here: https://flow-docs-git-feature-epochs-onflow.vercel.app/staking/staking-collection/
LockedTokens
- No changes for locked tokens transactions
StakingProxy
- No changes for staking proxy transactions