-
Notifications
You must be signed in to change notification settings - Fork 212
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
Need dependable mechanism for getting Vault issuers into your wallet #4819
Comments
We intend to use ibc-go's |
Currently, the Vault UI suggests issuers and what to call them, which are stored in the wallet. |
If the assets already need to be exposed by the bank vat (like IBC |
I talked about this with @michaelfig . The VBANK currently provides a solution in this space that seems adequate for some near-term scenarios: issuers for assets added to the VBANK get into wallets of all users. The ATOM issuer used for vaults will be created via VBANK. It doesn't accomodate Pegasus, decentralized lists, etc. |
This issue is about getting a denom into the purse.
Making this less centralized is not needed for MN-1. |
@dtribble and @michaelfig refined the design above:
|
I suppose this recent problem report means this issue came up in production: it would be nice if
As to solutions, at one point we planned to do these two; that plan still makes sense to me:
Supporting the chain registry would be another work item. Getting the data from github on chain would need something like oracle price submission. I suppose it's possible for the wallet UI to query github rather than the chain, but that mixes trust models in a weird way. Supporting user-configured names -- basically petnames -- would be another item. |
A pet naming the wallet maintains and imports into the DApps.
One namespace shared across all user interfaces. Also needs to work for Pegasus imports.
The text was updated successfully, but these errors were encountered: