Releases: KiiChain/kiichain
Releases · KiiChain/kiichain
v7.0.1
v7.0.0
What's Changed
- Improve pipelines by @Thaleszh in #177
- Add Websoft audit report by @jhelison in #179
- Update issue template by @jhelison in #181
- Update gnark vulnerable dependency by @jhelison in #182
- Remove math.sqrt from ballot calculation by @jhelison in #191
- Change time.now to ctx.BlockTime and remove genesis time validations by @jhelison in #190
- Remove nogas deadcode by @jhelison in #195
- feat: add evm upgrade v5 by @Thaleszh in #196
- Upgrade kiichain to version v7.0.0 by @Thaleszh in #197
- Bump EVM to v0.5.1 by @Thaleszh in #180
- Remove panic on slash function by @jhelison in #201
- Add reward information telemetry by @Thaleszh in #209
- fix: add validation for lookbackPeriod in ParseGetTwapsArgs by @Winnode in #210
- chore(deps): bump github.com/hashicorp/go-getter from 1.7.8 to 1.7.9 by @dependabot[bot] in #214
- chore(deps): bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 by @dependabot[bot] in #216
- chore(deps): bump github.com/ulikunitz/xz from 0.5.11 to 0.5.14 by @dependabot[bot] in #218
- fix: handle error in pickReferenceDenom instead of panic by @Winnode in #220
- Add checklist to PR template by @Thaleszh in #231
- fix(oracle): handle errors in pickReferenceDenom instead of panic by @ngapaxs in #232
- Fix swagger generation by @Thaleszh in #233
- Make fee conversion rounding explicit (always round up) by @OneNov0209 in #238
- fix(oracle): handle ValAddressFromBech32 error in EndBlocker by @ngapaxs in #241
- fix(oracle): require strict majority for weighted median by @Decussilva in #243
- Remove ICS precompile by @Thaleszh in #247
- fix(oracle): fix wrong nil check in ValidateFeeder function by @catsmile100 in #255
- fix(oracle): use ConsensusVersion constant instead of hardcoded value by @catsmile100 in #257
- fix(oracle): return error instead of nil in RemoveExcessFeeds by @ngapaxs in #244
- fix(tokenfactory): check blocked address before minting by @jhelison in #261
- Bump golang to 1.24 and solve dependabot by @dependabot[bot] in #217
- chore(deps): bump github.com/docker/docker from 27.1.1+incompatible to 28.0.0+incompatible by @dependabot[bot] in #260
- chore(deps): bump github.com/cometbft/cometbft from 0.38.19 to 0.38.21 by @dependabot[bot] in #262
- Re-enable mempool by @Thaleszh in #266
New Contributors
- @Winnode made their first contribution in #210
- @dependabot[bot] made their first contribution in #214
- @ngapaxs made their first contribution in #232
- @OneNov0209 made their first contribution in #238
- @Decussilva made their first contribution in #243
- @catsmile100 made their first contribution in #255
Full Changelog: v6.1.0...v7.0.0
v6.1.1
v6.0.1
v6.1.0
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