Tien Nguyen

Results 7 issues of Tien Nguyen

## Problem In` examples/hello/weaver.toml` i added the env (same env in bootstrap runtime): ```toml env = ["ENVELOPE_TO_WEAVELET_FD=9", "WEAVELET_TO_ENVELOPE_FD=10"] ``` it panic when run: ```bash cd examples/hello weaver multi deploy weaver.toml...

enhancement

Upgrade: * ibc-go: v4.3.0 * cosmos-sdk: v0.45.14 * wasmd: v0.30.0

I reopened the PR to fix the data race (#1472) with `failedBlocks` but I switched to using `sync.Map` to protect a map. ## Summary by CodeRabbit - **Refactor** - Enhanced...

# What does this PR do? Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks...