Skip to content

Releases: onflow/flow-core-contracts

lib/go/contracts/v1.1.0

17 May 17:47
Compare
Choose a tag to compare
Pre-release

Contains changes from:

  • Adds entitlements to LockedTokens and view to more contracts: #429
  • Adds more view and updates NFT dependency: 9490f1d

Cadence 1.0 Core Contracts Transactions

07 May 16:26
Compare
Choose a tag to compare
Pre-release

Contains the Cadence 1.0 versions of core contracts transactions.
Includes all the changes in the feature branch PR: #319

🥳

Cadence 1.0 Core Contracts

07 May 16:27
Compare
Choose a tag to compare
Pre-release

Contains the Cadence 1.0 versions of core contracts.
Includes all the changes in the feature branch PR: #319

🥳

lib/go/templates/v0.15.0

21 Nov 20:49
e05552a
Compare
Choose a tag to compare

What's Changed?

  • Adds metadata views to FlowToken (#370)
  • Adds RandomBeaconHistory contract (#375)
  • Improves Epoch phase performance (#379)
  • Adds automatic access node slots (#379)
  • Improvements to Epoch events and addition of target duration and target end time (#379)

Full Changelog: lib/go/contracts/v0.13.0...lib/go/contracts/v0.15.0

lib/go/contracts/v0.15.0

21 Nov 19:19
e05552a
Compare
Choose a tag to compare

What's Changed?

  • Adds metadata views to FlowToken (#370)
  • Adds RandomBeaconHistory contract (#375)
  • Improves Epoch phase performance (#379)
  • Adds automatic access node slots (#379)
  • Improvements to Epoch events and addition of target duration and target end time (#379)

Full Changelog: lib/go/contracts/v0.13.0...lib/go/contracts/v0.15.0

lib/go/templates/v0.14.0

16 Oct 18:52
c7ba90a
Compare
Choose a tag to compare

This release includes the changes in this PR to introduce a new RandomBeaconHistory contract.

#375

More details are in the linked pull request

lib/go/templates/v0.13.0

26 Jun 14:34
Compare
Choose a tag to compare

This release includes the changes in this PR to introduce delegator staking minimums and add support for moving epoch admin resources to the service account:

#364

More details are in the linked pull request

Introduce Delegator Staking minimums

26 Jun 14:34
Compare
Choose a tag to compare

This release includes the changes in this PR to introduce delegator staking minimums and add support for moving epoch admin resources to the service account:

#364

More details are in the linked pull request

lib/go/contracts/v0.12.2

17 Apr 10:48
c016478
Compare
Choose a tag to compare

Introduce the upgrade in the FungibleToken standard and this upgrade includes FLIP - 69 and the PR that introduce the change is PR 123

lib/go/templates/v0.12.1

03 Feb 18:21
276863c
Compare
Choose a tag to compare

Includes large upgrades to the epoch smart contracts to improve performance and add support for random slot selection.
Many admin and user transactions and scripts were upgraded to support this.

  • Performance and Slot selection: #321