-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Move IBC packet data interpretation to the application module #5890
Merged
Commits on Mar 31, 2020
-
fix: move IBC packet data interpretation to the application module
This also adds a channelexported.NewOpaquePacketData(rawBytes) implementation to assist apps in being able to manipulate the raw packet data using the codec layer.
Configuration menu - View commit details
-
Copy full SHA for b5070a4 - Browse repository at this point
Copy the full SHA b5070a4View commit details -
feat: use an internal-to-module PacketDataI type
This one only has a GetBytes() method, which is implemented by OpaquePacketData.
Configuration menu - View commit details
-
Copy full SHA for 723704f - Browse repository at this point
Copy the full SHA 723704fView commit details -
No need to wrap the []byte packet.GetData(). If the caller wants it, they can use it directly.
Configuration menu - View commit details
-
Copy full SHA for 92038fd - Browse repository at this point
Copy the full SHA 92038fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1000af9 - Browse repository at this point
Copy the full SHA 1000af9View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 36d8c43 - Browse repository at this point
Copy the full SHA 36d8c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0cba60 - Browse repository at this point
Copy the full SHA f0cba60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e631f - Browse repository at this point
Copy the full SHA 40e631fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 754b4fa - Browse repository at this point
Copy the full SHA 754b4faView commit details -
Apply suggestions from code review
Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6c0598 - Browse repository at this point
Copy the full SHA c6c0598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842d73d - Browse repository at this point
Copy the full SHA 842d73dView commit details
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.