Skip to content

Commit

Permalink
refactor(wasmbinding): remove bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Dec 16, 2022
1 parent 3095a7d commit fefdd83
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 3,551 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### API breaks

* [#3763](https://github.com/osmosis-labs/osmosis/pull/3763) Move binary search and error tolerance code from `osmoutils` into `osmomath`
* [#376x](https://github.com/osmosis-labs/osmosis/pull/3763) Remove Osmosis `bindings` that were previously supported as custom wasm plugins.

### Bug fixes

Expand Down
1 change: 0 additions & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func (appKeepers *AppKeepers) InitNormalKeepers(
// if we want to allow any custom callbacks
supportedFeatures := "iterator,staking,stargate,osmosis,cosmwasm_1_1"

wasmOpts = append(owasm.RegisterCustomPlugins(appKeepers.GAMMKeeper, appKeepers.BankKeeper, appKeepers.TwapKeeper, appKeepers.TokenFactoryKeeper), wasmOpts...)
wasmOpts = append(owasm.RegisterStargateQueries(*bApp.GRPCQueryRouter(), appCodec), wasmOpts...)

wasmKeeper := wasm.NewKeeper(
Expand Down
56 changes: 0 additions & 56 deletions wasmbinding/bindings/msg.go

This file was deleted.

8 changes: 0 additions & 8 deletions wasmbinding/bindings/pool.go

This file was deleted.

101 changes: 0 additions & 101 deletions wasmbinding/bindings/query.go

This file was deleted.

74 changes: 0 additions & 74 deletions wasmbinding/bindings/types.go

This file was deleted.

Loading

0 comments on commit fefdd83

Please sign in to comment.