-
Notifications
You must be signed in to change notification settings - Fork 23
Integrate module to module IBC messages #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
9efa1f3
Started impl, first test creation
Kayanski 5393958
formatting [skip ci]
Kayanski f449ec1
Restart impl
Kayanski 4554f42
Added verifiedsender to ibc-callback
Kayanski 81f1556
Modified implementation with InstalledModuleIdentification for all mo…
Kayanski 883a09a
Added test
Kayanski 76ed58d
Merged with main
Kayanski 1515665
Module-to-module works
Kayanski 658907b
Fixed tests and clippy
Kayanski c9c466a
Clippy
Kayanski 301c373
Fixed test after error change
Kayanski de6a62e
Fixed error
Kayanski 46d2920
Removed user initiated callbacks
Kayanski 1eac1f8
Add source module in callback
Kayanski a75829f
Added callback handler identification
Kayanski 2850733
Fixed tests
Kayanski 4b9bcf9
Fixed tests
Kayanski 62e836d
not use latest but current version for client and host verification
Kayanski 6869f92
Removed cross-account calls
Kayanski 43174c9
Fixed test
Kayanski 502e4ef
Better addr getter for installed module
Kayanski ed19f5e
Added account + native module error
Kayanski d561c1c
rm unneeded clone
CyberHoward 2085a47
use raw query for module install verification
CyberHoward e823031
update error msg
CyberHoward 642a161
rm redundant type
CyberHoward 1a686b5
Added docs
Kayanski 539cfe6
Merged
Kayanski a7ea538
Some nits
Kayanski 389706e
formatting [skip ci]
Kayanski 6962d1e
Added error on no module ibc endpoint
Kayanski 84f95e8
Fixed module queries and added calbackresult
Kayanski 441dc3e
Merge with main
Kayanski 867278a
Fixed clippies
Kayanski 7777d60
Merge branch 'main' into feature/module-ibc
Kayanski 4dea142
Removed cw-controllers too high version
Kayanski 67d633f
Merge branch 'feature/module-ibc' of github.com:AbstractSDK/abstract …
Kayanski 5ac11c5
Removed callback receiver
Kayanski 6f5ece3
Added calling module security test
Kayanski 4e77c7e
Clippy
Kayanski 3c3606a
Merged with main
Kayanski 2a5f2d3
Merge with main
Kayanski ad4ab6a
Simplified module IBC API
Kayanski a8afe4c
Merge remote-tracking branch 'origin/main' into feature/module-ibc
Kayanski f39fa36
formatting [skip ci]
Kayanski f9e778a
Double import fix
Kayanski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
mod execute; | ||
mod ibc_callback; | ||
mod instantiate; | ||
mod module_ibc; | ||
mod query; | ||
mod receive; | ||
mod reply; | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.