Skip to content

Commit

Permalink
Rename legacy propsal files
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 14, 2023
1 parent 23d05ef commit c394424
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 501 deletions.
6 changes: 3 additions & 3 deletions docs/proto/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- [MsgIBCSend](#cosmwasm.wasm.v1.MsgIBCSend)
- [MsgIBCSendResponse](#cosmwasm.wasm.v1.MsgIBCSendResponse)

- [cosmwasm/wasm/v1/proposal.proto](#cosmwasm/wasm/v1/proposal.proto)
- [cosmwasm/wasm/v1/proposal_legacy.proto](#cosmwasm/wasm/v1/proposal_legacy.proto)
- [AccessConfigUpdate](#cosmwasm.wasm.v1.AccessConfigUpdate)
- [ClearAdminProposal](#cosmwasm.wasm.v1.ClearAdminProposal)
- [ExecuteContractProposal](#cosmwasm.wasm.v1.ExecuteContractProposal)
Expand Down Expand Up @@ -649,10 +649,10 @@ MsgIBCSendResponse



<a name="cosmwasm/wasm/v1/proposal.proto"></a>
<a name="cosmwasm/wasm/v1/proposal_legacy.proto"></a>
<p align="right"><a href="#top">Top</a></p>

## cosmwasm/wasm/v1/proposal.proto
## cosmwasm/wasm/v1/proposal_legacy.proto



Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions x/wasm/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ var (
// Deprecated: Do not use.
TestHandler = keeper.TestHandler
// Deprecated: Do not use.
NewWasmProposalHandler = keeper.NewWasmProposalHandler //nolint:staticcheck // we still require this alias despite the deprecation
// Deprecated: Do not use.
NewQuerier = keeper.Querier
// Deprecated: Do not use.
ContractFromPortID = keeper.ContractFromPortID
Expand Down
File renamed without changes.
Loading

0 comments on commit c394424

Please sign in to comment.