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

Fix parse ContractCodeHistory msg #1320

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Fix parse ContractCodeHistory msg #1320

merged 2 commits into from
Nov 14, 2022

Conversation

giansalex
Copy link
Contributor

Error: Cannot decode character that is out of printable ASCII range: 10

msg:

{
"name": "DAF TOKEN",
"symbol":"DAF",
"decimals": 6,
"token_price": "20000",
"initial_balances":[
{
"address":"juno1krr3krmt6ax3gj2f84568tprt43hve4y59v0th",
"amount":"1000000"
}

        ], "mint": {"minter": "juno1krr3krmt6ax3gj2f84568tprt43hve4y59v0th", "cap": "10000000000" }}    

contract: juno1mqk54m06stdxsnjrl69y97yp0fws299f3w9wa0zg3jzz8pzr6z9q0fr07s

@webmaster128
Copy link
Member

webmaster128 commented Nov 14, 2022

Right, thanks. Diff LGTM. Could you add a brief line to the CHANGELOG.md for this as part of the PR (New Fixed section in Unreleased)?

Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful, thanks

@webmaster128 webmaster128 merged commit 46ae68e into cosmos:main Nov 14, 2022
@webmaster128
Copy link
Member

Shipped as part of 0.29.4.

@giansalex
Copy link
Contributor Author

Perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants