confio / poe-contracts

Tgrade PoE smart contracts
Apache License 2.0
25 stars 11 forks source link

Fix valset integration tests #206

Closed maurolacy closed 1 year ago

maurolacy commented 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)

To reproduce:

cargo wasm-debug
cargo test --test integration --features integration

Update: Solved by moving to a (feature-gated) wasm release build.