Skip to content

Releases: fioprotocol/fio.contracts

FIO Contracts 2.11.1

14 Sep 19:45
c51cf2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

ABI/WASM Hashes

Refer to ABI/WASM

FIO Contracts 2.11.0

16 Aug 17:57
d3d0ee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.11.0

ABI/WASM Hashes

Refer to ABI/WASM

FIO Contracts 2.10.0

12 Jun 19:20
1d8717d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.10.0

ABI/WASM Hashes

Refer to ABI/WASM

FIO Contracts 2.9.2

26 Feb 02:23
4e16fa2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

WASM/Hash

Refer to ABI/WASM for the hashes for this release.

FIO Contracts 2.9.1

12 Feb 19:31
bf72c8b
Compare
Choose a tag to compare

Release - FIO Contracts v2.9.1

What's Changed

  • BD-4082: Unstaking adds new lock entry for user instead of adding lock period to existing lock
  • BD-4162: Unstake on account results in "cannot emplace locks when locks pre-exist

Full Changelog: v2.9.0...v2.9.1

WASM/Hash

Refer to ABI/WASM for the hashes for this release.

FIO Contracts 2.9.0

17 Jan 04:24
25c5da4
Compare
Choose a tag to compare

New features in this release

FIP-37: Lift limit on number of FIO Public Keys in account's permissions
FIP-38: Add ability to create FIO Chain Account
FIP-39: Support alternate FIO Public Key for encryption of New Funds Request/Record OBT content blob
FIP-40: Enable specified accounts to register FIO Addresses on private FIO Domains
FIP-42: Enable FIO Address and Domain registration in a single transaction
FIP-47: Allow FIO Block Producers to update their information

Changelog Summary

Full Changelog: v2.8.1...v2.9.0

WASM/Hash

Refer to ABI/WASM for the hashes for this release.

Release - FIO Contracts v2.8.1

30 Dec 18:21
05cc42b
Compare
Choose a tag to compare

Bug Fixes

BD-4162: Multiple unstakes causes exception. Fixed by @edrotthoff in #285

Full Changelog: v2.8.0...v2.8.1

WASM/Hash

Refer to ABI/WASM for the hashes for this release.

Testnet Release Candidate - FIO v2.8.1-rc1

28 Nov 21:31
518dcdb
Compare
Choose a tag to compare

What's Changed

  • BD-4208 integrate BD-4162 changes into fio.contracts release 2.8.x by @edrotthoff in #285

Full Changelog: v2.8.0...v2.8.1-rc1

Release - FIO Contracts v2.8.0

13 Oct 15:47
Compare
Choose a tag to compare

This release is comprised of 2 Features, FIP-17 and FIP-41.

FIP-17a FIO Token Wrapping. Contracts specific changes include the addition of several actions including wraptokens, wrap_fio_tokens, unwraptokens, regoracle, unregoracle, and setoraclefee.

FIP-17b FIO Domain Wrapping. Contracts specific changes include the addition of several actions including wrapdomain, wrap_fio_domains, unwrapdomain, regoracle, unregoracle, and setoraclefee.

FIP-41 Enable token locking to existing accounts. This FIP removes the restriction that trnsloctoks can only transfer tokens to a FIO Public Key which has not yet been established as an account. This FIP modifies the trnsloctoks action.

Refer to the FIO Release Notes for additional information on any related FIO core changes.

Bug Fixes

BD-2737: regproducer fixes incl fio_pub_key (signing key) use by non-acct owner
BD-4082: unstaking, locks and trnsloctoks interactions

WASM/Hash

Refer to ABI/WASM for the hashes for this release.

Release Candidate - FIO v2.8.0-rc2

30 Sep 15:26
7453493
Compare
Choose a tag to compare

This release is comprised of 2 Features, FIP-17 and FIP-41.

FIP-17a FIO Token Wrapping. Contracts specific changes include the addition of several actions including wraptokens, wrap_fio_tokens, unwraptokens, regoracle, unregoracle, and setoraclefee.

FIP-41 Enable token locking to existing accounts. This FIP removes the restriction that transfer_locked_tokens can only transfer tokens to a FIO Public Key which has not yet been established as an account. This FIP modifies one action, trnsloctoks, and adds one action, clrgenlocked.

Refer to the FIO Release Notes for additional information on any related FIO core changes.

Bug Fixes

BD-2737: regproducer fixes incl fio_pub_key (signing key) use by non-acct owner,
BD-4082: unstaking, locks and trnsloctoks interactions

WASM/Hash

Refer to fio.mainnet for the ABI/WASM output for this release.