v8.2.0
Breaking Changes
- Block height types are now int64 (previously uint64) to match the upstream SDK.
Changelog
- refactor!: changing block height type from uint64 to int64 by @spoo-bar in #979
- feat!: replace broadcaster's account retriever to use chain's bech32 prefix when converting AccAddress to string by @madrezaz in #1009
- feat: local-ic native cli interaction by @Reecepbcups in #1007
- fix: Parse sequence number as uint instead of int in cosmos SendIBCTransfer by @pharr117 in #990
- fix: local interchain readme by @bekauz in #988
- ux: use relative path for chains if applicable by @Reecepbcups in #999
- chore: Version Bumps by @Reecepbcups in #985
- chore(deps): fix open security issues for SOC 2 by @Reecepbcups in #1006
New Contributors
- @pharr117 made their first contribution in #990
- @bekauz made their first contribution in #988
- @madrezaz made their first contribution in #1009
Full Changelog: v8.1.0...v8.2.0