Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
source /opt/sgxsdk/environment
make prepare-contracts
make build-images
make E2E_OPTIONS="--mock_zkdcap" e2e-test
make E2E_OPTIONS="--upgrade_test --mock_zkdcap" e2e-test
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.10
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.11-0.20250416083358-43cc72fec831
github.com/datachainlab/ibc-hd-signer v0.1.2
github.com/datachainlab/lcp-go v0.2.18
github.com/hyperledger-labs/yui-relayer v0.5.13
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuA
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17 h1:oyDLIbc9hyp31c3OoIB5wHm51tpyDrYAu1KBA1KxfEw=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17/go.mod h1:sf+ti1uM1joxhukxIyj8oDQ5yf7d+e+nl+3vtn9f5CM=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.10 h1:XgdDpvwNasVWY7GjBkJYVYN9jPWMEoALWCnMDCOI/bU=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.10/go.mod h1:p+8+lPQDilpQxSQPagCbCbCcAMg82cXrhytjUsa+rW0=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.11-0.20250416083358-43cc72fec831 h1:5iEdDKMfOt557Yhq3hbTVelYtMlp1OEYfKiYeerWe5c=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.11-0.20250416083358-43cc72fec831/go.mod h1:p+8+lPQDilpQxSQPagCbCbCcAMg82cXrhytjUsa+rW0=
github.com/datachainlab/go-risc0-verifier v0.1.1 h1:M+GjE4tcbLAxJGX8oCC70yWv5gSXSgPJpBHZuyFB9kk=
github.com/datachainlab/go-risc0-verifier v0.1.1/go.mod h1:O+uLSIdkN9rvqDXuZCnAOSPf/IT5SVjK/PxxJP3sPPU=
github.com/datachainlab/ibc-hd-signer v0.1.2 h1:fWAYjMBVyM390OllX/l58mZYA7we0spEBFLYKWYTwfw=
Expand Down
Loading