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

Allow restricted marker transfer to happen over IBC #1136

Closed
4 tasks
arnabmitra opened this issue Oct 6, 2022 · 0 comments · Fixed by #1158
Closed
4 tasks

Allow restricted marker transfer to happen over IBC #1136

arnabmitra opened this issue Oct 6, 2022 · 0 comments · Fixed by #1158
Assignees
Labels
ibc inter-blockchain communication marker Marker Module

Comments

@arnabmitra
Copy link
Contributor

Summary

Allow restricted markers to be moved by ibc

Problem Definition

This issue is related to #1127 and #1093
Currently restricted markers are not allowed to be moved by ibc.
This issue and associated code changes should allow the restricted markers to be moved over IBC so that Figure Equity Solution can use it.

Proposal

Step 1. Create a marker path to allow for transfer of restricted markers.
This should follow the same path as transfer i.e check for authz grants to allow it etc.

Step 2: Change the fork of ibc-go to allow the caller to specify if they have already checked the send enabled bank restrictions and hence a regular ibc transfer can proceed.

Ibc markers will still need to be created on the destination chain for now, to bring them into the marker paradigm.
We will try to address the automatic creation of markers in a later ticket.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ibc inter-blockchain communication marker Marker Module
Projects
Development

Successfully merging a pull request may close this issue.

2 participants