Skip to content

Latest commit

 

History

History
220 lines (138 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

220 lines (138 loc) · 12.9 KB

CHANGELOG

An '!' indicates a state machine breaking change.

v1.5.0 - 2024-07-05

Features

  • ! (x/stakers) #185 Support multiple coins in stakers module.
  • ! (x/bundles) #184 Support multiple coins in bundles module.
  • ! (x/funders) #179 Support multiple coins for funding.
  • ! (x/bundles) #177 Add end-key to pool.
  • ! (x/bundles) #178 Tally bundle proposal on timeout.
  • ! (x/delegation) #176 Support multiple denoms for delegation rewards.
  • ! (x/bundles) #172 Storage-cost per storage-provider.
  • ! (x/bundles) #175 Tally bundle proposal on skip-uploader-role.

Improvements

  • #199 Align events naming.
  • ! (deps) #198 Bump ibc version to v8.3.1.
  • (deps) #197 Bump to CosmosSDK v0.50.7
  • ! (x/pool) #190 Make inflation-share-weight a decimal.
  • #182 Make release builds reproducible.
  • ! #183 Only charge coins which are whitelisted.
  • ! (deps) #174 Add mainnet KYVE image to interchain tests.
  • ! (deps) #171 Bump ibc version to v8.2.0 and remove unnecessary dev-dependency.
  • ! (deps) #169 Migrate to Cosmos-SDK v0.50
  • (deps) #161 Bump ibc packet forward middleware.

Bug Fixes

  • ! (deps) #203 Use newest IAVL version to prevent pruning error.
  • #194 Return correct result for legacy rpc block_results request.
  • #192 Cosmos-SDK & IBC swagger-code generation.
  • (x/query) #159 Add pool params back to kyve params query.
  • (x/query) #160 Add funders back to pool query.
  • #163 Add back swagger UI for KYVE and Cosmos REST queries.

v1.4.0 - 2023-11-17

Features

Improvements

  • ! (x/bundles) #142 Halt the pool if a single validator has more than 50% voting power.
  • ! (deps) #33, #152 Upgrade Cosmos SDK to v0.47.6 (v0.47.6-kyve).

Bug Fixes

  • #149 Add bundles query version map to genesis import/export.
  • (x/delegation) #135 CLI: Use correct args amount for tx redelegate.

v1.3.2 - 2023-11-16

Improvements

  • (deps) #138 Bump ledger dependency to fix ledger build on latest macOS devices.

Bug Fixes

  • (x/delegation) #136 CLI: Use correct args amount for tx redelegate.
  • (x/bundles) #149 Add bundles query version map to genesis import/export.

v1.3.1 - 2023-08-02

Bug Fixes

  • #122 Fix makefile go version parse cmd.

v1.3.0 - 2023-07-15

Features

  • ! (ibc) #30 Integrate Packet Forward Middleware.
  • ! (x/bundles) #98 Split inflation rewards between chain and protocol layer.
  • ! (x/bundles) #99 Use weighted round-robin approach for uploader selection.
  • ! (x/bundles) #108 Store stake security for finalized bundles.

Improvements

  • ! (x/bundles) #62 Payout storage cost directly to the bundle uploader.
  • ! (x/pool) #74 Improve parameter validation in pool proposals.
  • ! (x/stakers) #46 Allow protocol validator commission rewards to be claimed.

Bug Fixes

  • #96 Track investor delegation inside auth module.

Client Breaking

  • ! (x/stakers) #46 Include MsgClaimCommissionRewards for claiming commission rewards.

API Breaking

  • (x/query) #87 Correctly return pools that an account has funded.
  • (x/stakers) #46 Emit an event when claiming protocol validator commission rewards.
  • (x/bundles) #104 Improve schema for finalized bundles query.

v1.2.3 - 2023-07-15

API Breaking

  • (x/query) #87 Correctly return pools that an account has funded.
  • (x/bundles) #104 Improve schema for finalized bundles query.

v1.2.2 - 2023-06-08

Bug Fixes

v1.2.1 - 2023-05-25

Bug Fixes

v1.2.0 - 2023-05-16

Bug Fixes

  • #48 Register Amino types for full Ledger support.
  • (x/team) #45 Adjust vesting schedules of multiple KYVE Core Team members.

v1.1.3 - 2023-05-25

Bug Fixes

v1.1.2 - 2023-05-12

API Breaking

  • (x/bundles) #42 Emit VoteEvent after BundleProposedEvent when submitting a bundle.

v1.1.1 - 2023-05-08

Improvements

v1.1.0 - 2023-04-18

Improvements

  • #22 Various minor code improvements, cleanups, and validations.
  • (deps) #21, #28 Bump Cosmos SDK to v0.46.12 (v0.46.12-kyve).
  • (deps) #21 Switch to CometBFT from Informal Systems' Tendermint fork.
  • (ibc) #27 Enable tokens to be sent and received via IBC.

Bug Fixes

  • #20 Adjust investor vesting schedules from second funding round.

Client Breaking

  • (x/query) #23 Update the StakerMetadata query to reflect the new Identity and metadata fields.
  • (x/stakers) #23 Update MsgUpdateMetadata to reflect the new Identity and metadata fields.

API Breaking

  • #22 Emit an event when updating module parameters.
  • (x/delegation) #24 Emit an event when a user initiates a protocol unbonding.
  • (x/pool) #24 Emit events for all module governance actions.
  • (x/stakers) #23 Update the event emitted when updating protocol node metadata.

State Machine Breaking

  • (x/bundles) #19 Migrate NetworkFee param to type sdk.Dec.
  • (x/bundles) #22 Switch to a non-manipulable pseudo-random source seed for uploader selection.
  • (x/bundles) #26 Include the timestamp of the block that finalized a bundle.
  • (x/delegation) #19 Migrate VoteSlash, UploadSlash, TimeoutSlash params to type sdk.Dec.
  • (x/stakers) #19 Migrate Commission to type sdk.Dec.
  • (x/stakers) #23 Improve metadata by adding Identity, SecurityContact, Details fields, deprecating Logo.

v1.0.1 - 2023-05-08

Improvements

v1.0.0 - 2023-03-10

Release for the KYVE network launch.

v1.0.0-rc1 - 2023-03-07

v1.0.0 Release Candidate for a Kaon network upgrade.

Improvements

State Machine Breaking

  • (x/bundles) #1 Migrate StorageCost param to type sdk.Dec.

v1.0.0-rc0 - 2023-02-03

v1.0.0 Release Candidate for the Kaon network launch.