Skip to content
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

solana-ibc: added send_packet method #132

Merged
merged 11 commits into from
Nov 29, 2023
Merged

solana-ibc: added send_packet method #132

merged 11 commits into from
Nov 29, 2023

Conversation

dhruvja
Copy link
Collaborator

@dhruvja dhruvja commented Nov 28, 2023

Allows us to send packets given that we already have the client,
connection and channels set up. This is different from
send_transfer and no transfer takes place in this method. It
accepts a packet and stores it.

This method was added in IBC v0.30.0

solana/solana-ibc/programs/solana-ibc/src/error.rs Outdated Show resolved Hide resolved
solana/solana-ibc/programs/solana-ibc/src/lib.rs Outdated Show resolved Hide resolved
@mina86 mina86 changed the title added send_packet method solana-ibc: added send_packet method Nov 28, 2023
@dhruvja dhruvja requested a review from mina86 November 28, 2023 20:29
@dhruvja dhruvja enabled auto-merge (squash) November 29, 2023 08:39
@dhruvja dhruvja merged commit 05c9a38 into master Nov 29, 2023
5 checks passed
@dhruvja dhruvja deleted the send-packet-impl branch November 29, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants