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

More ContractInfo #291

Closed
alpe opened this issue Oct 14, 2020 · 2 comments
Closed

More ContractInfo #291

alpe opened this issue Oct 14, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@alpe
Copy link
Contributor

alpe commented Oct 14, 2020

Builds on #251 and #241

Besides API, do we want to store more info?

  • If two contracts are linked together, deployed as a bundle, maybe this is stored?
  • Linking contract to token vouchers? (if implemented)
  • Some sort of permission levels if we can control minting, etc from contract?

And how to set such metadata?

@alpe alpe added this to the v1.0.0 milestone Oct 14, 2020
@alpe alpe added the enhancement New feature or request label Oct 14, 2020
@ethanfrey
Copy link
Member

I think this was mostly addressed by letting chains extend ContractInfo.
We don't need to handle these use cases in wasmd, but allow chains to import x/wasm and add such functionality without forking.

Maybe just document how one could do such a process? I see no code changes needed in the core library

@ethanfrey
Copy link
Member

@alpe can we close this? Anything else to add?

I see #584 as relevant, but I think this was solved by the extensions support you have added.

@alpe alpe closed this as completed Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants