Releases: KiiChain/kiichain
Releases · KiiChain/kiichain
v7.2.0
What's Changed
- chore: fix typos on evm chain id warning by @Thaleszh in #285
- fix: edit upgrade to include v7.0 for mainnet by @Thaleszh in #284
- fix(oracle): use weight parameter in NewClaim constructor by @giwaov in #288
- fix(oracle): add denom length validation and query result limits by @giwaov in #287
- fix: resolve division-by-zero chain halt by @amathxbt in #299
- fix: validate baseDenom param on reward module by @Thaleszh in #308
- fix: ensure nativeOracleDenom is whitelisted and exists in voteTargets by @Thaleszh in #303
- fix: disable fee abstraction when base token price is 0 to prevent incorrect fee conversions by @Thaleszh in #307
- fix: apply whitelist denoms on feeabstration genesis by @Thaleszh in #304
- test: add regression tests for reward schedule under 1 second left by @Thaleszh in #315
- fix: ensure reward community pool has funds by @Thaleszh in #305
- fix: ensure feetokens cannot be initialized as new by @Thaleszh in #316
- docs: add edge cases and decision flows for reward module readme by @Thaleszh in #321
- fix: improve reward genesis validation and reward pool validation by @Thaleszh in #323
- fix: ensure price update follows oracle module after UpdateTokenMetadata in fee abstraction by @Thaleszh in #322
- fix: change validation of tokenfactory to change admin to "" by @Thaleszh in #324
- fix: revert enabled number ordering on feetokenmetadata proto construct by @Thaleszh in #326
- docs: add section to fee abstraction readme on feature being used automaticly by @Thaleszh in #327
- fix: crosscheck UpdateTokenMetadata decimals with ERC20 contracts and bank metadata by @Thaleszh in #325
- fix: enforce wasmbind uses msg server on tokenfactory set denom metadata path by @Thaleszh in #329
- feat: add governance and related events to custom modules by @Thaleszh in #330
- fix: limit tokenfactory changeadmin with page requests & index it properly by @Thaleszh in #328
- feat: add hacken audit pdf by @Thaleszh in #331
New Contributors
Full Changelog: v7.1.0...v7.2.0
v7.2.0-rc1
What's Changed
- fix(oracle): use weight parameter in NewClaim constructor by @giwaov in #288
- fix(oracle): add denom length validation and query result limits by @giwaov in #287
- fix: resolve division-by-zero chain halt by @amathxbt in #299
- fix: validate baseDenom param on reward module by @Thaleszh in #308
- fix: ensure nativeOracleDenom is whitelisted and exists in voteTargets by @Thaleszh in #303
- fix: disable fee abstraction when base token price is 0 to prevent incorrect fee conversions by @Thaleszh in #307
- fix: apply whitelist denoms on feeabstration genesis by @Thaleszh in #304
- test: add regression tests for reward schedule under 1 second left by @Thaleszh in #315
- fix: ensure reward community pool has funds by @Thaleszh in #305
- fix: ensure feetokens cannot be initialized as new by @Thaleszh in #316
- docs: add edge cases and decision flows for reward module readme by @Thaleszh in #321
- fix: improve reward genesis validation and reward pool validation by @Thaleszh in #323
- fix: ensure price update follows oracle module after UpdateTokenMetadata in fee abstraction by @Thaleszh in #322
- fix: change validation of tokenfactory to change admin to "" by @Thaleszh in #324
- fix: revert enabled number ordering on feetokenmetadata proto construct by @Thaleszh in #326
- docs: add section to fee abstraction readme on feature being used automaticly by @Thaleszh in #327
- fix: crosscheck UpdateTokenMetadata decimals with ERC20 contracts and bank metadata by @Thaleszh in #325
- fix: enforce wasmbind uses msg server on tokenfactory set denom metadata path by @Thaleszh in #329
- feat: add governance and related events to custom modules by @Thaleszh in #330
- fix: limit tokenfactory changeadmin with page requests & index it properly by @Thaleszh in #328
- feat: add hacken audit pdf by @Thaleszh in #331
New Contributors
Full Changelog: v7.1.0-mainnet...v7.2.0-rc1
v7.1.0-mainnet
What's Changed
- chore: fix typos on evm chain id warning by @Thaleszh in #285
- fix: edit upgrade to include v7.0 for mainnet by @Thaleszh in #284
Full Changelog: v6.1.0...v7.1.0-mainnet
v7.1.0
What's Changed
- Remove unused wasmd precompile by @Thaleszh in #271
- Deprecate config flag for evm chain ID by @Thaleszh in #274
- feat: add check pr title pipeline by @Thaleszh in #275
- feat: re-enable jailing on oracle module by @Thaleszh in #279
- chore: fixes a batch of lint issues by @Thaleszh in #282
- feat: upgrade evm to v0.6.0 and reenable ics precompile by @Thaleszh in #281
- release: v7.1.0 by @Thaleszh in #283
Full Changelog: v7.0.0...v7.1.0
v7.1.0-rc1
What's Changed
- Remove unused wasmd precompile by @Thaleszh in #271
- Deprecate config flag for evm chain ID by @Thaleszh in #274
- feat: add check pr title pipeline by @Thaleszh in #275
- feat: re-enable jailing on oracle module by @Thaleszh in #279
- chore: fixes a batch of lint issues by @Thaleszh in #282
- feat: upgrade evm to v0.6.0 and reenable ics precompile by @Thaleszh in #281
Full Changelog: v7.0.0...v7.1.0.rc1
What's Changed
Full Changelog: v7.1.0...v7.1.0-rc1
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