We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding the test framework with a single test to pass Run on 4 nodes. See https://github.com/confio/tgrade/tree/main/testing
The text was updated successfully, but these errors were encountered:
x/tokenfactory: keeper logic (CosmWasm#1362)
10e0634
* add proto files * Update proto/osmosis/tokenfactory/v1beta1/authorityMetadata.proto Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * update comments on proto * add other types files * Apply suggestions from code review Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * update errors to not start from 1 * add more comments * add logic * update app setup * add back query * Apply suggestions from code review Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * add migration * Apply suggestions from code review Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * address comment * Apply suggestions from code review Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Roman <roman@osmosis.team> * address comments * removed mintTo and burnFrom * fixed typo * fix comments * metadata Validate() function * fix stuff * add mint restriction * remove unused argument from NewMsgBurn() Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Roman <roman@osmosis.team>
alpe
Successfully merging a pull request may close this issue.
Adding the test framework with a single test to pass
Run on 4 nodes.
See https://github.com/confio/tgrade/tree/main/testing
The text was updated successfully, but these errors were encountered: