Skip to content

Releases: KiiChain/kiichain

v7.2.0

17 Apr 14:39
f632e7f

Choose a tag to compare

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

16 Apr 20:30
f632e7f

Choose a tag to compare

v7.2.0-rc1 Pre-release
Pre-release

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

17 Mar 18:06
b103c1c

Choose a tag to compare

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

10 Mar 23:14
d3221f0

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.1.0-rc1

10 Mar 14:39
d3221f0

Choose a tag to compare

v7.1.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v7.0.0...v7.1.0.rc1

What's Changed

Full Changelog: v7.1.0...v7.1.0-rc1

v7.0.1

12 Feb 19:28
cbaa3d0

Choose a tag to compare

What's Changed

  • Enforce chain id usage from genesis instead of flag by @Thaleszh in #273

Full Changelog: v7.0.0...v7.0.1

v7.0.0

04 Feb 15:22
103ca39

Choose a tag to compare

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

Full Changelog: v6.1.0...v7.0.0

v6.1.1

22 Jan 19:07
ed80dd8

Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.0.1

22 Jan 19:07
4d19aa0

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.1.0

12 Dec 19:21
79bdc96

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.1.0