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

Deserialize ics20 v2 packet data with Protobuf #4165

Conversation

ljoss17
Copy link
Contributor

@ljoss17 ljoss17 commented Aug 27, 2024

Closes: #4098

Description

The encoding if ICS20 v2 PacketData was switched from JSON to Protobuf, cosmos/ibc#1097. This PR updates how the packet data is deserialized when checking the length of the receiver and memo field.


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@ljoss17 ljoss17 merged commit d4816ff into luca_joss/add-compatibility-to-ics20-v2 Aug 28, 2024
30 checks passed
@ljoss17 ljoss17 deleted the luca_joss/deserialize-ics20-v2-packet-data-with-protobuf branch August 28, 2024 06:40
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