You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we send tx with gas simulation (== --gas auto ), it will simulate the tx and then the code is created in the ~/.wasmd/wasm/. As a result, real execution of store code tx will fail with already exists error.
Version
all version
Steps to Reproduce
$ wasmcli tx store ./contract.wasm --gas auto --gas-adjustment 1.4 ~~
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
For manual tests I was using the cosmwasm/wasmd-demo docker image
cd /go/src/github.com/cosmwasm/wasmd/x/wasm/testdata
wasmcli tx wasm store ./escrow.wasm --from validator --gas auto --gas-adjustment 1.4 --chain-id=testing -y
Summary of Bug
When we send tx with gas simulation (== --gas auto ), it will simulate the tx and then the code is created in the ~/.wasmd/wasm/. As a result, real execution of store code tx will fail with already exists error.
Version
all version
Steps to Reproduce
$ wasmcli tx store ./contract.wasm --gas auto --gas-adjustment 1.4 ~~
For Admin Use
The text was updated successfully, but these errors were encountered: