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

Parsing integer Input error when running the Initialize operation #8

Closed
dauTT opened this issue Jul 2, 2022 · 1 comment
Closed

Comments

@dauTT
Copy link

dauTT commented Jul 2, 2022

Good Job,
Thanks for making this extension.

I try it out for this increment contract:
https://github.com/archway-network/archway-templates/tree/main/increment

Query, Execute contract works fine but the Initialize operation doesn't work. It throw this error message:

image

Executing the command directly works fine:

junod tx wasm instantiate 1 '{"count": 100}' --from testAccount --label "Our third contract" --no-admin

Perhaps there is a problem with parsing the JSON?

@spoo-bar
Copy link
Owner

spoo-bar commented Jul 2, 2022

Thanks a lot for bringing it to my attention.
Yea, it was a parsing error. 😅

This should be fixed in the latest version v0.4.0.
Let me know if you still face issues after updating :)

spoo-bar pushed a commit that referenced this issue Dec 26, 2023
* feat: add coinType feature

Signed-off-by: 170210 <j170210@icloud.com>

* chore: add cosmjs/crypto dependency

Signed-off-by: 170210 <j170210@icloud.com>

* style: format

Signed-off-by: 170210 <j170210@icloud.com>

* fixup: fix the description of coinType

Signed-off-by: 170210 <j170210@icloud.com>

* Update package.nls.json

Co-authored-by: Shogo Hyodo <mmoshg8u@gmail.com>

* fixup: fix for comment

Signed-off-by: 170210 <j170210@icloud.com>

* fix: delete unnecessary line

Co-authored-by: Shogo Hyodo <mmoshg8u@gmail.com>

---------

Signed-off-by: 170210 <j170210@icloud.com>
Co-authored-by: Shogo Hyodo <mmoshg8u@gmail.com>
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

No branches or pull requests

2 participants