Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Oct 30, 2024
1 parent 0939a6e commit f9c3c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ message Action {
FeeChange fee_change = 55;
IbcSudoChange ibc_sudo_change = 56;

// Deprecated
astria_vendored.tendermint.abci.ValidatorUpdate validator_update = 51; // Prefer `ValidatorUpdateV2` instead.
// Prefer `ValidatorUpdateV2` instead.
astria_vendored.tendermint.abci.ValidatorUpdate validator_update = 51 [deprecated = true];
}
}

Expand Down Expand Up @@ -237,7 +237,7 @@ message FeeChange {
astria.protocol.fees.v1.RollupDataSubmissionFeeComponents rollup_data_submission = 11;
astria.protocol.fees.v1.SudoAddressChangeFeeComponents sudo_address_change = 12;
astria.protocol.fees.v1.TransferFeeComponents transfer = 13;
astria.protocol.fees.v1.ValidatorUpdateFeeComponents validator_update = 14;
astria.protocol.fees.v1.ValidatorUpdateFeeComponents validator_update = 14 [deprecated = true];
astria.protocol.fees.v1.ValidatorUpdateV2FeeComponents validator_update_v2 = 15;
}
}
Expand Down

0 comments on commit f9c3c17

Please sign in to comment.