File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 36
36
source /opt/sgxsdk/environment
37
37
make prepare-contracts
38
38
make build-images
39
- make E2E_OPTIONS="--mock_zkdcap" e2e-test
39
+ make E2E_OPTIONS="--mock_zkdcap --upgrade_test " e2e-test
Original file line number Diff line number Diff line change @@ -266,3 +266,5 @@ require (
266
266
rsc.io/tmplfunc v0.0.3 // indirect
267
267
sigs.k8s.io/yaml v1.4.0 // indirect
268
268
)
269
+
270
+ replace github.com/hyperledger-labs/yui-relayer => github.com/abicky/yui-relayer v0.0.0-20250801063600-94b7ac9e8fea
Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrd
242
242
github.com/VividCortex/gohistogram v1.0.0 /go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g =
243
243
github.com/a8m/envsubst v1.4.2 h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg =
244
244
github.com/a8m/envsubst v1.4.2 /go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY =
245
+ github.com/abicky/yui-relayer v0.0.0-20250801063600-94b7ac9e8fea h1:sImGzb6ZYqyxnRZsmM0COEWVLY9Kj6BLIrUZ2Yfg7p4 =
246
+ github.com/abicky/yui-relayer v0.0.0-20250801063600-94b7ac9e8fea /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
245
247
github.com/adlio/schema v1.3.3 h1:oBJn8I02PyTB466pZO1UZEn1TV5XLlifBSyMrmHl/1I =
246
248
github.com/adlio/schema v1.3.3 /go.mod h1:1EsRssiv9/Ce2CMzq5DoL7RiMshhuigQxrR4DMV9fHg =
247
249
github.com/aead/siphash v1.0.1 /go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII =
@@ -799,8 +801,6 @@ github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXM
799
801
github.com/hudl/fargo v1.3.0 /go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg =
800
802
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc =
801
803
github.com/huin/goupnp v1.3.0 /go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8 =
802
- github.com/hyperledger-labs/yui-relayer v0.5.16 h1:NauHZ08JsfIvkzopafR/5/TbRCAH7JSUgqm7YrUEQ/4 =
803
- github.com/hyperledger-labs/yui-relayer v0.5.16 /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
804
804
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =
805
805
github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
806
806
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
You can’t perform that action at this time.
0 commit comments