Skip to content

Releases: onflow/flow-core-contracts

Refactored Transaction Fee Calculation

17 Mar 20:25
6a08d8c
Compare
Choose a tag to compare

What's changed

Full Changelog: lib/go/templates/v0.10.1...lib/go/templates/v0.11.0

⚠️ Breaking change

Fee deduction no longer emits a FlowFees.TokensDeposited, but instead emits a FlowFees.FeesDeducted. FlowFees.FeesDeducted contains inclusionEffort and executionEffort info in addition to the final fee value.

The FlowToken.TokensDeposited event for the FlowFees contract address has no change, and is still emitted.

This breaking change will come into effect after a spork switches the fee deduction from FlowServiceAccount.deductTransactionFee to FlowFees.deductTransactionFee.

Flow Contract Audit Vouchers - Update

02 Feb 17:56
842c892
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/templates/v0.10.0...lib/go/templates/v0.10.1

Flow Contract Audit Vouchers - Update

02 Feb 17:55
842c892
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.10.0...lib/go/contracts/v0.10.1

Flow Contract Audit Vouchers

28 Jan 20:08
e2f2876
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/templates/v0.9.0...lib/go/templates/v0.10.0

Flow Contract Audit Vouchers

28 Jan 20:16
e2f2876
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.9.0...lib/go/contracts/v0.10.0

Automatic Reward Payment

18 Jan 21:50
e014b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.8.0...lib/go/templates/v0.9.0

Automatic Reward Payment

18 Jan 21:51
e014b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.8.0...lib/go/templates/v0.9.0

DKG Safety Threshold & Non-Operational Withholding

29 Nov 21:45
139e44d
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.7.9...lib/go/templates/v0.8.0

DKG Safety Threshold & Non-Operational Withholding

29 Nov 21:46
139e44d
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/go/contracts/v0.7.9...lib/go/templates/v0.8.0

Reward Payment From Fees & Machine Account Improvements

10 Sep 19:40
6fcd492
Compare
Choose a tag to compare
  • Uses Transaction Fees to pay rewards instead of minting new tokens (#235)
  • Add update to claimed networking address (#239)
  • Don't create machine accounts for non-consensus or collection nodes (#244)
  • Ignore unsubmitted votes when constructing cluster qc (#244)