Skip to content

Commit 54317e7

Browse files
author
Daisuke Kanda
committed
update yrly
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
1 parent 9252361 commit 54317e7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ go 1.22.0
55
replace (
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

1112
require (
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

1718
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,8 @@ github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXM
777777
github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg=
778778
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=
779779
github.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=
782782
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
783783
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
784784
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

tests/cases/tm2eth/scripts/test-channel-upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)