Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 2.42 KB

CHANGELOG

v8.0.0

State Machine Breaking

Improvements

  • (ante) #129 Remove NewValidatorCommissionDecorator because its logic is duplicated with the logic implemented in the staking module's msg server.
  • (x/*) #129 Apply Cosmos-SDK improvements.
    • Remove Type() and Route() methods from all msgs
    • Remove GetSigner() methods from all msgs, move their logic to protobuf and define a custom GetSigner func if needed.
    • authority has been added to the required module to execute proposal msgs.

Client Breaking

  • (x/*) #129 module-specific proposal and update params is moved to msg levelto to support msgs-based gov proposals.