-
Notifications
You must be signed in to change notification settings - Fork 52
feat(solana): implement ics27-gmp ibc app #757
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
base: feat/solana
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat/solana #757 +/- ##
==============================================
Coverage ? 99.86%
==============================================
Files ? 17
Lines ? 767
Branches ? 0
==============================================
Hits ? 766
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dc6c040
to
b6f5bb3
Compare
Related PR - cosmos/ibc-go#8660 |
b6f5bb3
to
e10d7bf
Compare
97ebeed
to
c8a763d
Compare
d3ec90b
to
dadce0c
Compare
0d410ae
to
9d10cf6
Compare
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.
LGTM. Left some questions
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.
We should use the proto definition present in ibc-go for this. We have a seperate repo that generates rust code for proto definitions in ibc-go. This is something we can refactor 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.
oh, nice!
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.
@srdtrk could you create a task for this? 🙏
programs/solana/programs/ics27-gmp/src/instructions/on_ack_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_recv_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_timeout_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_timeout_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_ack_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_ack_packet.rs
Outdated
Show resolved
Hide resolved
programs/solana/programs/ics27-gmp/src/instructions/on_timeout_packet.rs
Outdated
Show resolved
Hide resolved
86071fc
to
3cbee29
Compare
3cbee29
to
22fb4a3
Compare
Description
This PR implements ICS27-GMP app. More details in the ADR added in this PR.
ref: IBCSOL-267
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.