-
Notifications
You must be signed in to change notification settings - Fork 593
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
Ibcmodulev2 transfer application spike #7524
Merged
bznein
merged 30 commits into
feat/ibc-eureka
from
cian/issue#7510-ibcmodulev2-transfer-application-spike
Nov 19, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7a257c3
chore: adding ibc module v2 and on recv implementation with hard code…
chatton 6608b93
chore: adding ack callback
chatton 3c23128
chore: adding send packet
chatton c7a74a6
chore: adding transfer v2 module to app wiring
chatton 4f70fc4
chore: adding happy path and basic failure for send and recv for tran…
chatton 49392cd
chore: adding ack test for transfer
chatton d3b19c9
chore: fix some linter errors
chatton 615f956
chore: adding timeout test for transfer v2
chatton c03b8c9
chore: adding test case which ensures tokens can be transfered over b…
chatton 0e72c17
chore: full transfer flow from A - B - C - B - A
chatton 198996b
chore: separated test out into subtests
chatton 973f2f7
chore: add sequence as argument to OnRecvPacket
bznein f53d865
chore: adding TODOs for next steps
chatton cec9d52
chore: adding transferv2 module to wasm simapp
chatton 8d6f0a8
chore: refactor OnTimeout to accept sequence
chatton 756c52b
chore: refactor OnAck to accept sequence
chatton 20bae59
chore: switch argument order
chatton 16700f9
wip: mid merge with feature branch, build will be broken
chatton c2f6937
Merge branch 'feat/ibc-eureka' into cian/issue#7510-ibcmodulev2-trans…
bznein b2a1514
Fix timeoutTimestamp for tests
20afb28
linter
bznein 29f1151
chore: removing duplicate imports in wasm simapp
chatton a6c801a
chore: adding channelkeeperv2 query server
chatton 6d68fb6
Merge branch 'feat/ibc-eureka' into cian/issue#7510-ibcmodulev2-trans…
bznein dbf6f2c
register grpc gateway routes
gjermundgaraba 739af65
Merge branch 'feat/ibc-eureka' into cian/issue#7510-ibcmodulev2-trans…
bznein d7c9437
fix ack structure for v2 transfer tests
bznein 8a4fb46
Merge branch 'feat/ibc-eureka' into cian/issue#7510-ibcmodulev2-trans…
gjermundgaraba 468035e
lint
gjermundgaraba 1992fde
make signature consistent
bznein 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have an issue created for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually have the commit ready to be added to this PR (if we want to!) or I can add it in a separate one! I just wanted to go over it w/ Cian before