This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: oraichain/orai
Releases · oraichain/orai
v0.42.4
What's Changed
- make keeper public by @tubackkhoa in #57
- v0.42.4 by @ducphamle2 in #62
New features:
- Add globalfee module, applying a required minimum gas price for the chain.
- Enable staking stargate querier.
- EVM is now fully compatible with CosmWasm via a new precompile feature.
Full Changelog: v0.42.3...v0.42.4
v0.42.3
What's Changed
- Fix gasless contracts not having enough gas to execute contracts #56
- Fix the clock counter contract not updating the counter value after each block #59
- Fix the
timeout_commit
value still being 5 secs when usingoraid
commands other thaninit
to populate config files #58 - Remove docker-related files
- Add even more e2e tests
- Return block timestamp for websocket cometbft
Full Changelog: v0.42.2...v0.42.3-rc0
v0.42.2
What's Changed
- fix: typos by @omahs in #53
- v0.42.2 by @ducphamle2 in #55
New Contributors
Full Changelog: v0.42.1...v0.42.2
v0.42.1
What's Changed
- v0.42.1 by @ducphamle2 in #52
- Allows permissioned contracts to be gasless
- Adds tokenfactory module
- Links cosmos to evm address having the same public key
Full Changelog: v0.42.0...v0.42.1
v0.42.1-rc3
Full Changelog: v0.42.1-rc2...v0.42.1-rc3
v0.42.1-rc2
feat: disable force transfer & add cw bindings tests
v0.42.1-rc1
chore: add e2e docker upgrade tests
v0.42.1-rc0
chore: remove redundan files
v0.42.0
- Enable EVM for the chain
v0.42.0-rc2
- Add eth keys
- Fix hard-coded akava bug denom evmutil