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 output data decoding in secretcli q compute tx #550

Merged
merged 7 commits into from
Sep 17, 2020

Conversation

assafmo
Copy link
Member

@assafmo assafmo commented Sep 17, 2020

  • Fixed secretcli q compute tx to correctly decode the output data. In CosmWasm v0.9 the output was wrapped as base64(hex(data)), now in v0.10 it's wrapped as hex(data).
  • secretcli is now built from origin/{current branch} instead of origin/master.
  • Refactored names of secretcli build rules.
  • Bash tests: Prettify

@assafmo assafmo changed the title WIP: Output data decryption: Fix CLI unwrapping out the output (cosmwasm v0.9->v0.10) Output data decryption: Fix decoding in CLI (cosmwasm v0.9->v0.10) Sep 17, 2020
@assafmo assafmo changed the title Output data decryption: Fix decoding in CLI (cosmwasm v0.9->v0.10) Output data decryption: Fix decoding in CLI (cosmwasm v0.9 -> v0.10) Sep 17, 2020
@assafmo assafmo changed the title Output data decryption: Fix decoding in CLI (cosmwasm v0.9 -> v0.10) Fix output data decoding in secretcli q compute tx Sep 17, 2020
@assafmo assafmo merged commit 69a820c into dev/v1.0.x Sep 17, 2020
@assafmo assafmo deleted the fix-cli-decrypt-handle-data branch September 17, 2020 14:24
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