mirror of
https://github.com/osmosis-labs/osmosis.git
synced 2026-01-11 10:03:59 +00:00
* update path v31 * fix binary json * update changelog * create new v31 merge section * fix v30 upgrade test
CosmWasm support
This package contains CosmWasm integration points.
This package provides first class support for:
- Queries
- Denoms
- Pools
- Prices
- Messages / Execution
- Minting / controlling of new native tokens
- Swap
Command line interface (CLI)
- Commands
osmosisd tx wasm -h
- Query
osmosisd query wasm -h
Tests
This contains a few high level tests that x/wasm is properly
integrated.
Since the code tested is not in this repo, and we are just testing the application integration (app.go), I figured this is the most suitable location for it.