Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

115 lines (69 loc) · 6.48 KB

CHANGELOG

[Unreleased]

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.