An '!' indicates a state machine breaking change.
v1.5.0 - 2024-07-05
- ! (
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.
- #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.
- ! (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
- ! (
x/funders
) #141 Implementation of the new funders concept. - #128 Add docker build.
- ! (
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
).
- #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
- (deps) #138 Bump ledger dependency to fix ledger build on latest macOS devices.
- (
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
- #122 Fix makefile go version parse cmd.
v1.3.0 - 2023-07-15
- ! (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.
- ! (
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.
- #96 Track investor delegation inside auth module.
- ! (
x/stakers
) #46 IncludeMsgClaimCommissionRewards
for claiming commission rewards.
- (
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
- (
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
- (deps) #82 Bump Cosmos SDK to v0.46.13 (
v0.46.13-kyve
) to adhere to the Cosmos SDK Barberry Security Advisory.
v1.2.1 - 2023-05-25
- (deps) #63 Bump IBC to v6.1.1 to adhere to the IBC Huckleberry Security Advisory.
v1.2.0 - 2023-05-16
- #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
- (deps) #63 Bump IBC to v6.1.1 to adhere to the IBC Huckleberry Security Advisory.
v1.1.2 - 2023-05-12
- (
x/bundles
) #42 EmitVoteEvent
afterBundleProposedEvent
when submitting a bundle.
v1.1.1 - 2023-05-08
- #34 Support Heighliner to enable interchaintest.
v1.1.0 - 2023-04-18
- #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.
- #20 Adjust investor vesting schedules from second funding round.
- (
x/query
) #23 Update theStakerMetadata
query to reflect the newIdentity
and metadata fields. - (
x/stakers
) #23 UpdateMsgUpdateMetadata
to reflect the newIdentity
and metadata fields.
- #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.
- (
x/bundles
) #19 MigrateNetworkFee
param to typesdk.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 MigrateVoteSlash
,UploadSlash
,TimeoutSlash
params to typesdk.Dec
. - (
x/stakers
) #19 MigrateCommission
to typesdk.Dec
. - (
x/stakers
) #23 Improve metadata by addingIdentity
,SecurityContact
,Details
fields, deprecatingLogo
.
v1.0.1 - 2023-05-08
- #34 Support Heighliner to enable interchaintest.
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.
- (deps) #3, #7 Bump Cosmos SDK to v0.46.10 (
v0.46.10-kyve-rc0
). - (deps) #3 Bump IBC to v6.1.0.
- (deps) #7 Bump Tendermint to v0.34.26.
- (
x/team
) #7 Switch to a co-minting approach.
- (
x/bundles
) #1 MigrateStorageCost
param to typesdk.Dec
.
v1.0.0-rc0 - 2023-02-03
v1.0.0
Release Candidate for the Kaon network launch.