Skip to content

Commit

Permalink
change to run gha
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Nov 12, 2024
1 parent 05f8290 commit 1b42762
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cdk/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk",
"zkevm_bridge_proxy_image": "haproxy:3.0-bookworm",
"zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.6.0-RC1",
"zkevm_bridge_ui_image": "leovct/zkevm-bridge-ui:multi-network-2",
"zkevm_bridge_ui_image": "leovct/zkevm-bridge-ui:multi-network",
"zkevm_contracts_image": "leovct/zkevm-contracts:v8.0.0-rc.4-fork.12",
"zkevm_da_image": "0xpolygon/cdk-data-availability:0.0.10",
"zkevm_node_image": "hermeznetwork/zkevm-node:v0.7.3",
Expand Down
6 changes: 6 additions & 0 deletions l1infotreesync/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
mocks_l1infotreesync "github.com/0xPolygon/cdk/l1infotreesync/mocks"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
)
Expand Down Expand Up @@ -53,3 +54,8 @@ func TestBuildAppenderVerifiedContractAddr(t *testing.T) {
_, err = buildAppender(l1Client, globalExitRoot, rollupManager, flags)
require.NoError(t, err)
}

func TestFoo(t *testing.T) {
updateL1InfoTreeSignatureV1 = crypto.Keccak256Hash([]byte("VerifyBatchesTrustedAggregator(uint32,uint64,bytes32,bytes32,address)"))
require.Equal(t, "", updateL1InfoTreeSignatureV1.Hex())
}
1 change: 0 additions & 1 deletion l1infotreesync/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func newSimulatedClient(t *testing.T) (
*verifybatchesmock.Verifybatchesmock,
) {
t.Helper()

ctx := context.Background()
client, setup := helpers.SimulatedBackend(t, nil, 0)

Expand Down

0 comments on commit 1b42762

Please sign in to comment.