v5.2.0-icq
Changelog
• 4cb6a12 Merge branch 'release/v5.2.x' of https://github.com/cosmos/ibc-go into v5.2.0-icq
• 6b281bd Update Dockerfile for release/v5.2.x ( #3089 )
• eb6c376 Update CHANGELOG.md
• bedb3e5 Update CHANGELOG.md
• 15c0908 update changelog in preparation for v5.2.0 release
• fb9c600 fix: check `x/bank` send enabled before escrowing fees (backport #2942 ) ( #2953 )
• 977b84a deps: bump SDK v0.46.7 in v5.2.x ( #2944 )
• 4576649 chore: bump ics23 to v0.9.0 (backport #2868 ) ( #2878 )
• f443bb6 Fix imports
• 2dcd8d3 Revert "added msg_server in icq"
• 9f29131 Revert "bug fixes"
• 79d60a5 bug fixes
• 3faf091 updates to icq readme
• 2350a1a added msg_server in icq
• cf884f7 Fix icq params.md
• 21df2f1 Fix icq specs ordering
• 4a8b97c Fix a comment
• 6d02afe Fix go lint and imports
• 42a9120 Fix icq module unit tests
• a06781f Add unit tests to icq types package
• 4381e85 Add unit tests to keeper package
• a0f9ac6 Initial spec for ICQ
• 63178d1 Upgrade icq to ibc v5
• e949809 updated module test according to new icq packet
• ac07b47 Make InterchainQueryPacketData and Ack independent of chain
• c10022c updates on icq readme
• 7a9d1c5 added ICQ documentation
• 09781ac Fix tests
• 0a6c064 Remove host channel open restrictions
• f237d52 Fix Port registration in InitGenesis
• d9a883f bug fixes in icq module test
• a620b4f added initial icq module testing
• 44ca00c added initial icq module testing
• 6a23d29 removed module_test.go for icq
• 001fe38 Add support for batch requests in single packet
• fe8d698 Make portID changeable through genesis
• 80eeb1c added module_test in icq
• 21d846c added icq testing in simapp
• 719c669 Remove controller side from icq
• 7eec0b4 Remove prefix restriction from controller port
• 04829d6 Fix port binding error
• 47cfb7a Migrate icq to mono-module architecture
• 5919468 rename PortID to icqhost
• c0fcb01 Remove type from InterchainQueryPacketData
• 63bce9f Remove allow_proof and allow_height from params
• f693fd0 Initial commit
• d8800e5 Save gas on IsFeeEnabled (backport #2786 ) ( #2816 )
• 705958d deps: bump SDK to v0.46.6 ( #2807 )
• 878986c chore: integrated git cliff into the code base to automate generation of changelogs ( #2774 )
• 3c97d70 docs: fix migration/docs for ICA controller middleware ( #2737 ) ( #2765 )
• fbbaec0 add missing set order functions for ica ( #2740 ) ( #2758 )
• ef83e45 chore: rm event emission after context caching ( #2662 ) ( #2727 )
• ef5a05b Update CHANGELOG.md