Closed maurolacy closed 1 year ago
Update integration tests to cosmwasm-1.1.x.
Currently failing with Region too big runtime error. (See https://github.com/CosmWasm/cosmwasm/issues/1638)
Region too big
To reproduce:
cargo wasm-debug cargo test --test integration --features integration
Update: Solved by moving to a (feature-gated) wasm release build.
Update integration tests to cosmwasm-1.1.x.
Currently failing withRegion too big
runtime error. (See https://github.com/CosmWasm/cosmwasm/issues/1638)To reproduce:
Update: Solved by moving to a (feature-gated) wasm release build.