Skip to content

Commit

Permalink
commit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Apr 22, 2024
1 parent 724e494 commit 7ae7b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-gaia-v16-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
GAS_PRICE: 0
run: |
scripts/start_chain_secondary.sh
- name: Generate connection connection
- name: Generate IBC connection
env:
TARGET_CHAIN_ID: two
CLIENT_COUNT: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/gaia-v16/test_ibc_fee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ balance_before=$($CHAIN_BINARY q bank balances $RELAYER_WALLET --home $HOME_1 -o
$RELAYER --json create channel --order unordered --a-chain $CHAIN_ID --a-port transfer --b-port transfer --a-connection connection-0 --channel-version "{\"fee_version\":\"ics29-1\",\"app_version\":\"ics20-1\"}"

txhash=$($CHAIN_BINARY tx ibc-transfer transfer transfer channel-0 $WALLET_1 1$DENOM --gas $GAS --gas-prices $GAS_PRICE$DENOM --gas-adjustment $GAS_ADJUSTMENT --from $WALLET_1 --output json -y --home $HOME_1 | jq -r '.txhash')
sleep $TIMEOUT_COMMIT
sleep $COMMIT_TIMEOUT
sequence=$($CHAIN_BINARY q tx $txhash --home $HOME_1 -o json | jq -r '.events[] | select(.type == "send_packet").attributes[] | select(.key == "packet_sequence").value')
$CHAIN_BINARY tx ibc-fee pay-packet-fee transfer channel-0 $sequence --recv-fee 123uatom --ack-fee 456uatom --timeout-fee 789uatom --from $WALLET_1 --gas $GAS --gas-prices $GAS_PRICE$DENOM --gas-adjustment $GAS_ADJUSTMENT --home $HOME_1 -y

Expand Down

0 comments on commit 7ae7b5a

Please sign in to comment.