- (deps) #129 Bump Comsos-SDK to v0.50.8, CometBFT to v0.38.9, ibc-go to v8.3.2, ethermint to v0.22.0-sdk50-1
- (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()
andRoute()
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.
- Remove
- (x/*) #129 module-specific proposal and update params is moved to msg levelto to support msgs-based gov proposals.