Skip to content

Commit

Permalink
fix(settlement): remove state index from proto (dymensionxyz#777)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
danwt and github-actions authored May 3, 2024
1 parent 1189384 commit 767b8fd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 78 deletions.
2 changes: 1 addition & 1 deletion proto/types/dymint/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message State {
tendermint.types.BlockID last_block_id = 5 [(gogoproto.nullable) = false, (gogoproto.customname) = "LastBlockID"];
google.protobuf.Timestamp last_block_time = 6 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];

uint64 sl_state_index = 7 [(gogoproto.customname) = "SLStateIndex"];
reserved 7;

tendermint.types.ValidatorSet next_validators = 8;
tendermint.types.ValidatorSet validators = 9;
Expand Down
117 changes: 40 additions & 77 deletions types/pb/dymint/state.pb.go

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

0 comments on commit 767b8fd

Please sign in to comment.