wasmd/x/wasm
Ethan Frey dbe123986d Fix gas prices 2020-01-27 11:53:56 +01:00
..
client Merge branch 'master' into merge_gaia_master_broken 2020-01-23 22:53:42 +01:00
internal Fix gas prices 2020-01-27 11:53:56 +01:00
testdata Update escrow contract and uncomment tests 2020-01-17 11:26:19 +01:00
README.md Use [wasm] subsection in app.toml 2020-01-20 10:29:22 +01:00
alias.go Merge branch 'master' of github.com:cosmwasm/wasmd into vw/lru_cache_config 2020-01-18 18:25:54 +05:30
genesis_test.go Merge branch 'master' into merge_gaia_master_broken 2020-01-23 22:53:42 +01:00
handler.go All compiles except ./cmd 2020-01-23 19:18:17 +01:00
module.go Add query command for wasm code 2019-11-22 17:50:10 +01:00
module_test.go Fix tests 2020-01-24 11:23:10 +01:00

README.md

Wasm Module

This should be a brief overview of the functionality

Configuration

You can add the following section to config/app.toml. Below is shown with defaults:

[wasm]
# This is the maximum sdk gas (wasm and storage) that we allow for any x/wasm "smart" queries
query_gas_limit = 300000
# This is the number of wasm vm instances we keep cached in memory for speed-up
# Warning: this is currently unstable and may lead to crashes, best to keep for 0 unless testing locally
lru_size = 0

Messages

TODO

CLI

TODO

Rest

TODO