Skip to content

Releases: FirmaChain/firmachain

FirmaChain v0.4.0 for colosseum mainnet (Official Release)

05 Dec 04:35
e2ab40a
Compare
Choose a tag to compare

Firmachain Changes

Upgrade chain binary

  • Chain binary : v0.3.5 -> v0.4.0

Upgrade module

  • cosmos-sdk(Cosmos SDK) : v0.45.9 -> v0.45.16
  • IBC-go(IBC) : v3.3.0 -> v4.4.0
  • wasmd(CosmWasm) : v0.29.2 -> v0.33.0

Replace module

  • Tendermint : v0.34.21 -> CometBFT : v0.34.33

Requirements

  • Go : v1.18 -> v1.21

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.4.0

Firmachain v0.4.0-alpha1 RC for devnet

22 Oct 04:48
c5413e0
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.5-patch...v0.4.0-alpha1

FirmaChain v0.3.5-patch for colosseum mainnet (Official Release)

20 Dec 07:57
Compare
Choose a tag to compare

This upgrade will not support the binary download method used in the previous upgrades.
This is because with the addition of the CosmWasm module. you have to build the binary "make install" by yourself.

  • Fix: InterChain Account bug fix (cosmos/ibc-go#1088)

  • Support Cosmos SDK 0.45.9

  • Support IBC v3.3.0

  • Support Wasmd v0.29.2 (support cosmwasm-std 1.0-1.1)

  • Change 'Minimum Commission Rate' (0% -> 5%)

FirmaChain v0.3.3-patch for colosseum mainnet (Official Release)

20 Oct 02:27
Compare
Choose a tag to compare

FirmaChain v0.3.5 for colosseum public testnet (alpha-4)

10 Jun 05:46
Compare
Choose a tag to compare

add wasmd module & ibc upgrade (v2.2.0)
update cosmos sdk v0.45.1

FirmaChain v0.3.3 for colosseum mainnet release (Official Release)

07 Jan 04:55
Compare
Choose a tag to compare

Improvements

Support Get contractList From contract hash on contract module

Fix : genesis export issues
Fix : optimize to get Nft list from owner

FirmaChain v0.3.2 for colosseum public testnet

03 Dec 07:24
Compare
Choose a tag to compare

Improvements

Support Hardware Ledger

Support Cosmos SDK 0.44.5

  • This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series:
  • Emit ante handler events for failed transactions: ant events can cause blockchain change (eg tx fees) and related events should be emitted.
  • (fix) Upgrade IAVL to 0.17.3 to solve race condition bug in IAVL.
  • See the Cosmos SDK v0.44.5 Changelog for the exhaustive list of all changes and check other fixes in 0.44.x release series.

FirmaChain v0.3.1 for colosseum public testnet

10 Nov 04:30
Compare
Choose a tag to compare

Improvements

Support Burn Module

FirmaChain v0.3.0 for colosseum public testnet

03 Nov 12:26
Compare
Choose a tag to compare

Improvements

Support Token Module (like ERC-20)

Support Cosmos SDK 0.44.3

  • bumps Tendermint to v0.34.14.
  • bumps the gin-gonic/gin version to 1.7.0 to fix the upstream security vulnerability.
  • adds a null guard with a user-friendly error message for possible nil Amount in tx fee Coins.

FirmaChain v0.3.0-Alpha2 Release Candidate for colosseum-1

03 Nov 11:25
Compare
Choose a tag to compare

Improvements

Support Token Module

Support Cosmos SDK 0.44.3

  • bumps Tendermint to v0.34.14.
  • bumps the gin-gonic/gin version to 1.7.0 to fix the upstream security vulnerability.
  • adds a null guard with a user-friendly error message for possible nil Amount in tx fee Coins.