Releases: onflow/flowkit
Version 1.18.0
What's Changed
- Contract deployment args fix by @jribbink in #42
- Add CODECOV_TOKEN by @jribbink in #43
- Allow for private key to be created in a target directory by @chasefleming in #48
Breaking Changes
There is a minor breaking change to flowkit.Init
. The Init
function no longer creates an emulator account for you. You should now create an account (it is recommended to use NewEmulatorAccount
) and then add it to the state's accounts with state.Accounts().AddOrUpdate(...)
.
Usage Example
emulatorServiceAccount, _ := accounts.NewEmulatorAccount(readerWriter, crypto.ECDSA_P256, crypto.SHA3_256, "")
state.Accounts().AddOrUpdate(emulatorServiceAccount)
Full Changelog: v1.17.3...v1.18.0
v2.0.0-stable-cadence-alpha.18
What's Changed
- Fix boxo dependency and downgrade back to Go 1.20 by @turbolent in #41
Full Changelog: v2.0.0-stable-cadence-alpha.17...v2.0.0-stable-cadence-alpha.18
v2.0.0-stable-cadence-alpha.17
What's Changed
- Update to Cadence v1.0.0-preview.25 by @turbolent in #40
Full Changelog: v2.0.0-stable-cadence-alpha.16...v2.0.0-stable-cadence-alpha.17
v2.0.0-stable-cadence-alpha.16
What's Changed
- Update flow go to preview 17 by @chasefleming in #39
Full Changelog: v2.0.0-stable-cadence-alpha.15...v2.0.0-stable-cadence-alpha.16
v2.0.0-stable-cadence-alpha.15
What's Changed
- Update to Cadence v1.0.0-preview.22 by @turbolent in #38
Full Changelog: v2.0.0-stable-cadence-alpha.14...v2.0.0-stable-cadence-alpha.15
v2.0.0-stable-cadence-alpha.14
What's Changed
Full Changelog: v2.0.0-stable-cadence-alpha.13...v2.0.0-stable-cadence-alpha.14
v1.17.3
v1.17.2
v2.0.0-stable-cadence-alpha.13
What's Changed
- Update to Cadence v1.0.0-preview.19 by @turbolent in #34
Full Changelog: v2.0.0-stable-cadence-alpha.12...v2.0.0-stable-cadence-alpha.13
v2.0.0-stable-cadence-alpha.12
What's Changed
Full Changelog: v2.0.0-stable-cadence-alpha.11...v2.0.0-stable-cadence-alpha.12