This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: oraichain/orai
Releases · oraichain/orai
v0.41.5-rc1
Full Changelog: v0.41.5-rc0...v0.41.5-rc1
v0.41.5-rc0
Full Changelog: v0.41.4-rc0...v0.41.5-rc0
v0.41.4
What's Changed
- Update/rpc timestamp wasm legacy by @ducphamle2 in #33
- Feat/ibc wasm hooks by @ducphamle2 in #34
- Added IBC Wasm Hooks module of Osmosis and Packet Forward Middleware to leverage the power of IBC
- Added interchain test and e2e docker test
- Switched to using Go Workspace
- Fixed CometBFT tx search DDOS vector
Full Changelog: v0.41.3...v0.41.4
v0.41.4-rc0
What's Changed
- Update/rpc timestamp wasm legacy by @ducphamle2 in #33
Full Changelog: v0.41.3...v0.41.4-rc0
v0.41.3-statesync-script
Full Changelog: v0.41.3...v0.41.3-statesync-script
- Added: production statesync script
v0.41.3
What is the purpose of the change
- Fixed Huckleberry and code name Cherry bugs
- Pumped CosmWasm to the latest version
- Updated wasmvm lib to v1.2.4
- Pumped Cosmos SDK to 0.45.15
- Switched to CometBFT version 0.34.29
Does this pull request introduces a new feature or user-facing behaviour changes? no
How is the feature or change documented? yes
What's Changed
- Fix/huckle berry cherry bug by @ducphamle2 in #31
- Update/cosmos sdk 04515 by @ducphamle2 in #32
Full Changelog: v0.41.2...v0.41.3
v0.41.2
What is the purpose of the change
- Add state sync feature for cosmwasm
- Fix upgrade feature when adding interchain accounts module
- Add test scripts
- Update wasmvm lib
- Pump Cosmos SDK & Tendermint version
Brief Changelog
- Add state sync handler for cosmwasm
- Fix upgradeHandler() function to add interchain accounts
- Add state sync test scripts for the network upgrade v0.41.2
- Pump wasmvm to v1.2.0
- Pump Cosmos SDK to 0.45.12 & Tendermint to 0.34.25
Documentation and Release Note
- Does this pull request introduces a new feature or user-facing behaviour changes? yes
- How is the feature or change documented? yes
v0.41.2-beta.0
What is the purpose of the change
- Add state sync feature for cosmwasm
- Fix upgrade feature when adding interchain accounts module
- Add test script
- Update wasmvm lib
Brief Changelog
- Add state sync handler for cosmwasm
- Fix upgradeHandler() function to add interchain accounts
- Add state sync test script
- Pump wasmvm to v1.2.0
Documentation and Release Note
- Does this pull request introduces a new feature or user-facing behaviour changes? yes
- How is the feature or change documented? yes
v0.41.1
This release patches the app hash error when running on OS other than Alpine, which caused by using the wrong libwasmvm lib.
Oraichain mainnet v0.41.0
This is the official release of the Oraichain mainnet v0.41.0
- Custom CosmWasm that supports backward compatibility and ZK Proof
- Latest Cosmos SDK v0.45.10
- Dragonberry fix