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

Update cosmwasm bash test scripts and bump cosmwasm version #710

Merged
merged 3 commits into from
Apr 14, 2022

Conversation

jtieri
Copy link
Member

@jtieri jtieri commented Apr 13, 2022

Updated the configs to the correct format, bumped to most recent release of cosmwasmd, and removed old relayer light client commands.

Edit: didn't point the dev-env script to the right scripts for starting up wasmd nodes and upon correcting it there were errors due to rly tx transfer invoking the global singleton in the SDK and causing bech32 errors.

Including a fix for that here as well. I don't see any reason why we can't just use the string since the call to SendTransferMsg() expects a string anyways.

Closes #674

@boojamya boojamya enabled auto-merge (squash) April 13, 2022 22:32
@boojamya boojamya disabled auto-merge April 13, 2022 22:34
"value": {
"key": "testkey",
"chain-id": "ibc-1",
"rpc-addr": "http://localhost:26657",
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldnt it be 26557?

Copy link
Contributor

Choose a reason for hiding this comment

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

That's the same rpc as ibc-0

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right. When I updated the scripts I didn't update dev-env to use two-chainz-wasmd so it ran the scripts for the cosmos tests 🤦‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

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

Pushing a fix for this rn. Going to just include a fix for rly tx transfer too since it's short.

@boojamya boojamya self-requested a review April 13, 2022 22:38
@boojamya boojamya merged commit 270ac1f into main Apr 14, 2022
@boojamya boojamya deleted the justin/update-test-scripts branch April 14, 2022 16:32
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.

bech32 errors in transfer command
2 participants