Releases: FirmaChain/firmachain
FirmaChain v0.4.0 for colosseum mainnet (Official Release)
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
- feat: minor version bumps of core dependencies by @LucaPalla95 in #2
- Apply changes for devnet testing by @haryunio in #3
- Edit readme before release by @haryunio in #4
- v0.4.0 release by @haryunio in #5
New Contributors
- @LucaPalla95 made their first contribution in #2
- @haryunio made their first contribution in #3
Full Changelog: v0.3.5...v0.4.0
Firmachain v0.4.0-alpha1 RC for devnet
What's Changed
- feat: minor version bumps of core dependencies by @LucaPalla95 in #2
- Apply changes for devnet testing by @haryunio in #3
New Contributors
- @LucaPalla95 made their first contribution in #2
- @haryunio made their first contribution in #3
Full Changelog: v0.3.5-patch...v0.4.0-alpha1
FirmaChain v0.3.5-patch for colosseum mainnet (Official Release)
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)
Update cosmos sdk v0.44.5-patch
- patched IBC Security Advisory Dragonberry
- https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702
FirmaChain v0.3.5 for colosseum public testnet (alpha-4)
add wasmd module & ibc upgrade (v2.2.0)
update cosmos sdk v0.45.1
FirmaChain v0.3.3 for colosseum mainnet release (Official Release)
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
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
Improvements
Support Burn Module
FirmaChain v0.3.0 for colosseum public testnet
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
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.