github KYVENetwork/chain v0.4.0

latest releases: v1.5.0, v1.4.0, v1.3.2...
2 years ago

v0.4.0 - 2022-06-7

Features

  • Implemented scheduled upgrades for pool versions
  • Implemented abstain vote besides valid and invalid. Validators who don't vote 5 times in a row at all get removed with a timeout slash

Client Breaking Changes

  • The arg vote on MsgVoteProposal changed from bool to uint64. 0 = valid, 1 = invalid, 2 = abstain
  • The arg versions on MsgCreatePoolProposal changed to version
  • The arg binaries got added to MsgCreatePoolProposal

Improvements

  • Check the quorum of the bundle proposal on chain to prevent unjustified slashes
  • Don't drop bundle proposals if one funder can't afford the funding cost, instead remove all of them and proceed
  • If a validator submits a NO_DATA_BUNDLE the will just skip the upload instead of proposing an empty bundle
  • Added query QueryFunder
  • Added query QueryStaker
  • Added query QueryDelegator

Bug Fixes

Deprecated

  • Deprecated versions on kyve.registry.v1beta1.Pool

Don't miss a new chain release

NewReleases is sending notifications on new releases.