-
Notifications
You must be signed in to change notification settings - Fork 41
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
IBC support in the marker module #1093
Comments
Some initial comments on markers that get created on the destination chain:
|
This was referenced Oct 5, 2022
4 tasks
See #1127 |
Implemented in #1127 |
github-project-automation
bot
moved this from Todo
to Done
in Provenance Core Protocol Team
Oct 10, 2023
Overview of implementation.
@jtalis PR #1678 implemented all these changes and is now merged to main. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
There is a need to create a marker on the destination chain using a source chain transaction
Problem Definition
We are looking to use a restricted marker in a private zone, and then transfer coins from that marker to the destination chain and have them still be restricted.
Without this feature it may be possible to create the marker ahead of time on the destination chain by determining the ibc denom name and creating a restricted marker with that name. However, ibc denoms don't pass the marker denom validation and would require a gov proposal to create them ahead of time. This would be too cumbersome when wanting to frequently create these markers.
Proposal
Add the ability to create a marker on the destination chain using a source chain transaction. Similar to the regular marker creation message, the source message should be able to define if the marker type and permissions
For Admin Use
The text was updated successfully, but these errors were encountered: