Releases: KiiChain/kiichain
Releases · KiiChain/kiichain
v6.1.0-rc1
v6.0.0
What's Changed
- Add EVM integration test suites by @Thaleszh in #150
- Add more docs to reentrance lock function by @jhelison in #151
- Fix IBC unsafe log by @jhelison in #152
- Fix oracle votes and install oracle ante handlers by @jhelison in #154
- Wasmd precompile coins input validation by @jhelison in #153
- Improve IBC handle of negative amounts by @Thaleszh in #155
- Apply upgrade v5.2 by @Thaleszh in #159
- Bump EVM cosmos version to v0.4.2 by @Thaleszh in #158
- Remove IBC precompile by @Thaleszh in #160
- Correct error passing on tokenfactory wasmbinding by @Thaleszh in #161
- Removes algo specification from local_node script by @Thaleszh in #162
- Refresh account information before usage on cosmos ante by @Thaleszh in #165
- Oracle precompile input validation by @jhelison in #167
- Wasmd telemetry by @jhelison in #166
- General reentrance protection on Wasmd and Gas usage testing by @jhelison in #168
- Remove native fallback price from fee abstraction by @Thaleszh in #164
- Check blocked address before minting in wasmbinding tokenfactory by @Thaleszh in #163
- Upgrade for fee abstraction removal and remove older upgrades by @Thaleszh in #173
- Add EVM mempool by @Thaleszh in #174
Full Changelog: v5.1.0...v6.0.0
v6.0.0-rc1
What's Changed
- Add EVM integration test suites by @Thaleszh in #150
- Add more docs to reentrance lock function by @jhelison in #151
- Fix IBC unsafe log by @jhelison in #152
- Fix oracle votes and install oracle ante handlers by @jhelison in #154
- Wasmd precompile coins input validation by @jhelison in #153
- Improve IBC handle of negative amounts by @Thaleszh in #155
- Apply upgrade v5.2 by @Thaleszh in #159
- Bump EVM cosmos version to v0.4.2 by @Thaleszh in #158
- Remove IBC precompile by @Thaleszh in #160
- Correct error passing on tokenfactory wasmbinding by @Thaleszh in #161
- Removes algo specification from local_node script by @Thaleszh in #162
- Refresh account information before usage on cosmos ante by @Thaleszh in #165
- Oracle precompile input validation by @jhelison in #167
- Wasmd telemetry by @jhelison in #166
- General reentrance protection on Wasmd and Gas usage testing by @jhelison in #168
- Remove native fallback price from fee abstraction by @Thaleszh in #164
- Check blocked address before minting in wasmbinding tokenfactory by @Thaleszh in #163
- Upgrade for fee abstraction removal and remove older upgrades by @Thaleszh in #173
- Add EVM mempool by @Thaleszh in #174
Full Changelog: v5.1.0...v6.0.0-rc1
v5.1.0
What's Changed
- Update README.md by @KiiChainDev in #128
- Remove wasm precompile by @Thaleszh in #129
- Remove incorrect doc strings from modules by @Thaleszh in #130
- Remove legacy mint param from local node startup by @Thaleszh in #135
- Swap micro coins denom on oracles for non-micro ones by @Thaleszh in #131
- Document EVM v0.1 to v0.3.1 upgrade by @Thaleszh in #136
- Enhance README with Simplified Quick-Start Guide for Developers. by @temidayo67 in #102
- Upgrade v5.1.0 by @jhelison in #138
- Fix reentrance problems on the Wasmd precompile by @jhelison in #137
- Revert "Remove wasm precompile" and apply reentrancy fix by @jhelison in #134
New Contributors
- @KiiChainDev made their first contribution in #128
Full Changelog: v5.0.0...v5.1.0
v5.1.0-rc1
What's Changed
- Update README.md by @KiiChainDev in #128
- Remove wasm precompile by @Thaleszh in #129
- Remove incorrect doc strings from modules by @Thaleszh in #130
- Remove legacy mint param from local node startup by @Thaleszh in #135
- Swap micro coins denom on oracles for non-micro ones by @Thaleszh in #131
- Document EVM v0.1 to v0.3.1 upgrade by @Thaleszh in #136
- Enhance README with Simplified Quick-Start Guide for Developers. by @temidayo67 in #102
- Upgrade v5.1.0 by @jhelison in #138
- Fix reentrance problems on the Wasmd precompile by @jhelison in #137
- Revert "Remove wasm precompile" and apply reentrancy fix by @jhelison in #134
New Contributors
- @KiiChainDev made their first contribution in #128
Full Changelog: v5.0.0...v5.1.0-rc1
v5.0.0
What's Changed
- Add README for staking precompile #62 by @temidayo67 in #107
- fix: add missing address validation in GetTokenfactoryDenomsByCreator by @watarus in #111
- Bump IBCv10, SDK v0.53, Wasmd v0.61 and EVM v0.4.1 by @Thaleszh in #115
- Upgrade v5 by @Thaleszh in #120
- Override EVM chain ID if default by @jhelison in #121
- Add devnet to evm chains coin info by @Thaleszh in #126
New Contributors
- @temidayo67 made their first contribution in #107
- @watarus made their first contribution in #111
Full Changelog: v4.0.0...v5.0.0
v5.0.0-rc2
What's Changed
Full Changelog: v5.0.0-rc1...v5.0.0-rc2
v5.0.0-rc1
What's Changed
- Add README for staking precompile #62 by @temidayo67 in #107
- fix: add missing address validation in GetTokenfactoryDenomsByCreator by @watarus in #111
- Bump IBCv10, SDK v0.53, Wasmd v0.61 and EVM v0.4.1 by @Thaleszh in #115
- Upgrade v5 by @Thaleszh in #120
New Contributors
- @temidayo67 made their first contribution in #107
- @watarus made their first contribution in #111
Full Changelog: v4.0.0...v5.0.0-rc1
v4.0.0
What's Changed
- Removed .gitattributes by @nayrukii in #57
- Add basic issue templates and contributing.md by @Thaleszh in #58
- fix: fixing typo in README by @Muladi12 in #74
- Fee abstraction basic module by @jhelison in #79
- chore: add .editorconfig for consistent formatting by @rjsrams in #84
- Readme by @Enzo-Amorim in #73
- Update Added Jhelison as Codeowner and Stale PR Workflow by @nayrukii in #88
- Fee abstraction core logic by @jhelison in #90
- Fee Abstraction docs and upgrade by @jhelison in #91
- Fix bad interface on fee abstraction by @jhelison in #92
- Fix awful math on price calculation by @jhelison in #93
- Fee abstraction module by @jhelison in #75
- Update packages to v4 by @jhelison in #96
- Add log event emission on fee conversion by @jhelison in #97
- Add begin and end blocker metrics to custom modules by @jhelison in #98
New Contributors
- @nayrukii made their first contribution in #57
- @Muladi12 made their first contribution in #74
- @rjsrams made their first contribution in #84
- @Enzo-Amorim made their first contribution in #73
Full Changelog: v3.0.0...v4.0.0
v4.0.0-rc2
What's Changed
- Add log event emission on fee conversion by @jhelison in #97
- Add begin and end blocker metrics to custom modules by @jhelison in #98
Full Changelog: v4.0.0-rc1...v4.0.0-rc2