File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
tests/cases/tm2eth/scripts Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ go 1.22.0
55replace (
66 // https://github.com/cosmos/cosmos-sdk/blob/v0.47.3/go.mod#L171-L182
77 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
8+ github.com/hyperledger-labs/yui-relayer v0.5.18 => ../fork2-yui-relayer-1-handshake
89 github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
910)
1011
1112require (
1213 github.com/datachainlab/ethereum-ibc-relay-chain v0.3.18
1314 github.com/datachainlab/ibc-hd-signer v0.1.3
14- github.com/hyperledger-labs/yui-relayer v0.5.18
15+ github.com/hyperledger-labs/yui-relayer v0.5.19-0.20251009030111-7b367c99971e
1516)
1617
1718require (
Original file line number Diff line number Diff line change @@ -777,8 +777,8 @@ github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXM
777777github.com/hudl/fargo v1.3.0 /go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg =
778778github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc =
779779github.com/huin/goupnp v1.3.0 /go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8 =
780- github.com/hyperledger-labs/yui-relayer v0.5.18 h1:40H+YOvt3dCljqgOjc5YPHhY0okZ3zeRCH+nZSwx46M =
781- github.com/hyperledger-labs/yui-relayer v0.5.18 /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
780+ github.com/hyperledger-labs/yui-relayer v0.5.19-0.20251009030111-7b367c99971e h1:im131wjkd/qrXVzEQFzJi9FvaAh8nWgvjzMh7YdM6SQ =
781+ github.com/hyperledger-labs/yui-relayer v0.5.19-0.20251009030111-7b367c99971e /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
782782github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =
783783github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
784784github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ checkResult() {
105105 fi
106106
107107 # confirm dst chain is not upgrading
108- upg=$( env -u DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1 $RLY query channel-upgrade $PATH_NAME ibc1)
108+ upg=$( $RLY query channel-upgrade $PATH_NAME ibc1)
109109 if [ $( echo " $upg " | jq ' .fields|length' ) -ne 0 ]
110110 then
111111 echo " dst chain is still in the process of upgrade: $upg "
You can’t perform that action at this time.
0 commit comments