Skip to content

Commit

Permalink
feat: Remove x/wasm module (#850)
Browse files Browse the repository at this point in the history
* chore: comment out wasm module in lbm-sdk's simapp

* chore: comment out wasm module in lbm-sdk's simapp

* feat: remove `x/wasm` module

* fix: unittest errors

* fix: coverage error and comment out

* chore: update changelog

* fix: fix coverage error

* feat: remove all wasm proto files.

* chore: remove unnecessary comments.
  • Loading branch information
zemyblue authored Jan 6, 2023
1 parent a3d51b9 commit 1ece23d
Show file tree
Hide file tree
Showing 183 changed files with 2,493 additions and 63,337 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features
* (baseapp) [\#840](https://github.com/line/lbm-sdk/pull/840) allow querying the state based on `CheckState`.
* (x/foundation) [\#848](https://github.com/line/lbm-sdk/pull/848) remove `gov mint` for x/foundation proposal
* (x/wasm) [\#850](https://github.com/line/lbm-sdk/pull/850) remove `x/wasm` module in lbm-sdk

### Improvements
* (cosmovisor) [\#792](https://github.com/line/lbm-sdk/pull/792) Use upstream's cosmovisor
Expand Down
2 changes: 1 addition & 1 deletion baseapp/block_gas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestBaseApp_BlockGas(t *testing.T) {
encCfg.InterfaceRegistry.RegisterImplementations((*sdk.Msg)(nil),
&testdata.TestMsg{},
)
app = simapp.NewSimApp(log.NewNopLogger(), dbm.NewMemDB(), nil, true, map[int64]bool{}, "", 0, encCfg, simapp.EmptyAppOptions{}, nil, routerOpt)
app = simapp.NewSimApp(log.NewNopLogger(), dbm.NewMemDB(), nil, true, map[int64]bool{}, "", 0, encCfg, simapp.EmptyAppOptions{}, routerOpt)
genState := simapp.NewDefaultGenesisState(encCfg.Marshaler)
stateBytes, err := json.MarshalIndent(genState, "", " ")
require.NoError(t, err)
Expand Down
6 changes: 0 additions & 6 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@
}
}
},
{
"url": "./tmp-swagger-gen/cosmwasm/wasm/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/lbm/foundation/v1/query.swagger.json",
"operationIds": {
Expand Down Expand Up @@ -196,9 +193,6 @@
}
}
},
{
"url": "./tmp-swagger-gen/lbm/wasm/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/cosmos/base/node/v1beta1/query.swagger.json"
}
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 1ece23d

Please sign in to comment.