v8.4.0
📝 Implementation
Integrate E2E Test Locally + Github Actions
require (
github.com/strangelove-ventures/interchaintest/v8 v8.4.0
)
IMPORTANT NOTE
This release changes the IBCTEST_SKIP_FAILURE_CLEANUP
environment prefix to ICTEST_SKIP_FAILURE_CLEANUP
Feature Highlights
- Adding functions for pre-start of node + pre-start of all nodes in a chain by @nivasan1 in #1123
- Migrate Wasm contracts helper by @BiPhan4 in #1122
Local Interchain
- local-ic go.mod namespace fixed by @Reecepbcups in #1142
- Go JSON Configuration builder by @Reecepbcups in #1141
Other
- renamed
IBCTEST_
toICTEST_
by @Reecepbcups in #1124 - migrate wasm ibc test from reflect_send to cw_ibc_example by @kakucodes in #1131
New Contributors
- @kakucodes made their first contribution in #1131
Full Changelog: v8.3.0...v8.4.0