Skip to content

Commit

Permalink
Refactor after review
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Sep 4, 2024
1 parent b67bf76 commit dd56c41
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 342 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes

* Add missing protobuf definitions to be able to decode old block messages
* [#8600](https://github.com/osmosis-labs/osmosis/pull/8600) Add missing protobuf definitions to be able to decode old block messages

### State Breaking

Expand Down
93 changes: 0 additions & 93 deletions proto/osmosis/bridge/v1beta1/bridge.proto

This file was deleted.

58 changes: 0 additions & 58 deletions proto/osmosis/bridge/v1beta1/events.proto

This file was deleted.

13 changes: 0 additions & 13 deletions proto/osmosis/bridge/v1beta1/genesis.proto

This file was deleted.

52 changes: 0 additions & 52 deletions proto/osmosis/bridge/v1beta1/query.proto

This file was deleted.

125 changes: 0 additions & 125 deletions proto/osmosis/bridge/v1beta1/tx.proto

This file was deleted.

4 changes: 4 additions & 0 deletions proto/osmosis/gamm/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ service Msg {
}

// ===================== MsgCreatePool
// This is not used anymore, but must be retained in the file to allow indexers
// to index blocks since genesis
message MsgCreatePool {
string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ];

Expand Down Expand Up @@ -284,6 +286,8 @@ message MsgExitSwapExternAmountOutResponse {
];
}

// This is not used anymore, but must be retained in the file to allow indexers
// to index blocks since genesis
message MsgCreateBalancerPool {
string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ];

Expand Down
4 changes: 4 additions & 0 deletions proto/osmosis/lockup/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ service Msg {
returns (MsgSetRewardReceiverAddressResponse);
}

// This is not used anymore, but must be retained in the file to allow indexers
// to index blocks since genesis
message MsgUnlockPeriodLock {
string owner = 1 [ (gogoproto.moretags) = "yaml:\"owner\"" ];
uint64 ID = 2;
Expand All @@ -50,6 +52,8 @@ message MsgLockTokens {
}
message MsgLockTokensResponse { uint64 ID = 1; }

// This is not used anymore, but must be retained in the file to allow indexers
// to index blocks since genesis
message MsgUnlockTokens {
string owner = 1 [ (gogoproto.moretags) = "yaml:\"owner\"" ];
}
Expand Down
Loading

0 comments on commit dd56c41

Please sign in to comment.