Skip to content

Releases: CoreumFoundation/coreum

v4.1.0

30 Aug 08:09
8c55c4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

09 Jul 08:10
5e3c62b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

27 Jun 12:49
ebf9d5c
Compare
Choose a tag to compare

What's Changed

Read more

v3.0.3

11 Jan 16:11
14454e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 Dec 13:14
a319907
Compare
Choose a tag to compare

Compatible components

Artifact Version Link
crust coreum-v3.0.0 https://github.com/CoreumFoundation/crust/tree/coreum-v3.0.0
bdjuno/hasura v0.4.0 https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.4.0
big-dipper-2 v0.4.0 https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.4.0

v3.0.2 version contains bugfixes for v3.0.1

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 Nov 19:59
db46382
Compare
Choose a tag to compare

Compatible components

Artifact Version Link
crust coreum-v3.0.0 https://github.com/CoreumFoundation/crust/tree/coreum-v3.0.0
bdjuno/hasura v0.4.0 https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.4.0
big-dipper-2 v0.4.0 https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.4.0

v3.0.1 version contains bugfixes for v3.0.0

What's Changed

  • backport fix for nft register services by @miladz68 in #728
  • Backport to v3: Bump github.com/cosmos/ledger-cosmos-go to v0.12.4 to fix Ledger with CLI by @ysv in #729
  • added v3patch1 upgrade plan and test by @miladz68 in #733

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Nov 16:37
f5ac220
Compare
Choose a tag to compare

Compatible components

Artifact Version Link
crust coreum-v3.0.0 https://github.com/CoreumFoundation/crust/tree/coreum-v3.0.0
bdjuno/hasura v0.4.0 https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.4.0
big-dipper-2 v0.4.0 https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.4.0

Release Highlights

  • Updated to Cosmos SDK v0.47.5 (full changelog here)
    • Added group module.
    • Added govv1 module and deprecated govv1beta1 module.
  • Updated wasmd from v0.30.0 to v0.44.0 (full changelog here)
    This mostly contains bug fixes and adopting Cosmos SDK v0.47.5.
  • Allow recipient to be specified when minting new fungible nor non-fungible tokens.
  • Implemented NFT souldbound features. Souldbound tokens cannot be transfered, traded or modified by the owner.
  • Implemented NFT Send Authorization. Owner of the NFT can now grant send authorization for a specific list of NFTs.
  • Implemented Class freeze and class whitelist for NFTs. The issuer can now freeze or whitelist a user for entire class
    instead of every NFT item in the class.
  • Implemented Block Sending To Smart Contract for fungible tokens. The issuer can now enable this feature, to disallow fungible
    tokens to be transfer to and from smart contracts.
  • Burn rate and send commission rate are now not applied from the sender is smart contract.
  • Migrated Coreum nft module to the native Cosmos SDK nft module. Old transactions and queries are marked as deprecated and
    users must start migrating.
  • Implemented quota based Burn and Mint Authorization for fungible tokens. Users can now grant these authorization and specify
    a limit for the grant.
  • MultiSend now accepts only 1 input.
  • Fix SpendableBalances to include frozen balances.
  • Allow more characters to be used when issuing fungible and non-fungible tokens.
  • Fix CLI to allow data to be attached when issued an NFT or creating a NFT Class.
  • Make CLI compatible with new ledger firmware.
  • Allow smart contracts to query burnt NFTs.
  • Re-estimated and changed deterministic to all message types.
  • Added URI and URIHash to asset FT issuance.
  • Fixed cli panic error if the executed command errors out.

v2.0.2

04 Aug 16:40
dc41e55
Compare
Choose a tag to compare

What's Changed

  • Made before_send interceptor deterministic by @miladz68 in #590

Full Changelog: v2.0.1...v2.0.2

v2.0.1

31 Jul 10:53
b630933
Compare
Choose a tag to compare

Don't use v2.0.1 binaries. Use v2.0.2 instead

Compatible components

Artifact Version Link
faucet v0.2.2 https://github.com/CoreumFoundation/faucet/releases/tag/v0.2.2
bdjuno/hasura v0.3.0 https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.3.0
big-dipper-2 v0.3.0 https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.3.0

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Jul 07:48
d5f7448
Compare
Choose a tag to compare

Don't use v2.0.0 binaries. Use v2.0.2 instead

Compatible components

Artifact Version Link
faucet v0.2.2 https://github.com/CoreumFoundation/faucet/releases/tag/v0.2.2
bdjuno/hasura v0.3.0 https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.3.0
big-dipper-2 v0.3.0 https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.3.0

What's Changed

Read more