Skip to content

Commit

Permalink
bash also test output data decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Sep 17, 2020
1 parent 0a0545e commit 4387b56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cosmwasm/testing/callback-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ wait_for_tx "$EXEC_ERR_TX_HASH" "Waiting for exec to finish on-chain..."

secretcli q compute tx "$EXEC_ERR_TX_HASH"

# test output data decryption
yes |
secretcli tx compute execute --from a "$CONTRACT_ADDRESS" '{"unicode_data":{}}' -b block |
jq -r .txhash |
xargs secretcli q compute tx

# sleep infinity

(
Expand Down

0 comments on commit 4387b56

Please sign in to comment.