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

feat: decode IBC transfer data object to JSON for MsgRecvPacket #93

Merged
merged 17 commits into from
Apr 6, 2023

Conversation

MonikaCat
Copy link
Contributor

@MonikaCat MonikaCat commented Apr 6, 2023

Description

Fixes BDU-894 and BDU-446

Changes:

  • Decode transfer data object to JSON, append it to the message and store it inside message table for /ibc.core.channel.v1.MsgRecvPacket

Checklist

  • Targeted PR against correct branch.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit tests.
  • Re-reviewed Files changed in the Github PR explorer.

@MonikaCat MonikaCat marked this pull request as ready for review April 6, 2023 07:00
@MonikaCat MonikaCat changed the title feat: decode IBC transfer data for MsgRecvPacket feat: decode IBC transfer data object to JSON for MsgRecvPacket Apr 6, 2023
@MonikaCat MonikaCat added the automerge Automatically merge PR once all prerequisites pass label Apr 6, 2023
@MonikaCat MonikaCat requested a review from RiccardoM April 6, 2023 07:09
@RiccardoM RiccardoM merged commit 97a15cf into cosmos/v0.45.x Apr 6, 2023
@RiccardoM RiccardoM deleted the dev/ibc-txs branch April 6, 2023 07:50
MonikaCat added a commit that referenced this pull request Aug 31, 2023
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰    
v    Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description
<!-- Small description -->
Fixes
[BDU-894](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-894)
and
[BDU-446](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-446)

Changes:
- Decode transfer `data` object to JSON, append it to the message and
store it inside `message` table for `/ibc.core.channel.v1.MsgRecvPacket`

## Checklist
- [x] Targeted PR against correct branch.
- [x] Linked to Github issue with discussion and accepted design OR link
to spec that describes this work.
- [ ] Wrote unit tests.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.


[BDU-894]:
https://forbole.atlassian.net/browse/BDU-894?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[BDU-446]:
https://forbole.atlassian.net/browse/BDU-446?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Co-authored-by: Mai Quang Hiep <maiquanghiepdl@gmail.com>
MonikaCat added a commit that referenced this pull request Jan 3, 2024
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰    
v    Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description
<!-- Small description -->
Fixes
[BDU-894](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-894)
and
[BDU-446](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-446)

Changes:
- Decode transfer `data` object to JSON, append it to the message and
store it inside `message` table for `/ibc.core.channel.v1.MsgRecvPacket`

## Checklist
- [x] Targeted PR against correct branch.
- [x] Linked to Github issue with discussion and accepted design OR link
to spec that describes this work.
- [ ] Wrote unit tests.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.


[BDU-894]:
https://forbole.atlassian.net/browse/BDU-894?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[BDU-446]:
https://forbole.atlassian.net/browse/BDU-446?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Co-authored-by: Mai Quang Hiep <maiquanghiepdl@gmail.com>
MonikaCat added a commit that referenced this pull request Jan 19, 2024
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰    
v    Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description
<!-- Small description -->
Fixes
[BDU-894](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-894)
and
[BDU-446](https://forbole.atlassian.net/jira/software/c/projects/BDU/issues/BDU-446)

Changes:
- Decode transfer `data` object to JSON, append it to the message and
store it inside `message` table for `/ibc.core.channel.v1.MsgRecvPacket`

## Checklist
- [x] Targeted PR against correct branch.
- [x] Linked to Github issue with discussion and accepted design OR link
to spec that describes this work.
- [ ] Wrote unit tests.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.


[BDU-894]:
https://forbole.atlassian.net/browse/BDU-894?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[BDU-446]:
https://forbole.atlassian.net/browse/BDU-446?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Co-authored-by: Mai Quang Hiep <maiquanghiepdl@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all prerequisites pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants