Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add attaching a third PP network into the CI #390

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jhkimqd
Copy link
Collaborator

@jhkimqd jhkimqd commented Nov 22, 2024

Description

This PR adds another step to attach a third PP network in addition to the existing steps, and does a minimal check by sending a simple transfer in that network. The test CI seems to be passing.

This is however dependent on using the PP CDK Erigon and Contract images, so it may be better to hold until the latest images are applied on the main branch first:

"cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.60.0-beta8",
...
"zkevm_contracts_image": "nulyjkdhthz/zkevm-contracts:v9.0.0-rc.3-pp-fork.12",

@jhkimqd jhkimqd requested a review from leovct November 22, 2024 04:48
@jhkimqd jhkimqd marked this pull request as draft November 22, 2024 04:48
Copy link
Member

@leovct leovct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.4.0-beta10", # https://github.com/0xpolygon/cdk/pkgs/container/cdk
"cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk", # https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags
"zkevm_bridge_proxy_image": "haproxy:3.0-bookworm", # https://hub.docker.com/_/haproxy/tags
"zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.6.0-RC1", # https://hub.docker.com/r/hermeznetwork/zkevm-bridge-service/tags
"zkevm_bridge_ui_image": "leovct/zkevm-bridge-ui:multi-network", # https://hub.docker.com/r/leovct/zkevm-bridge-ui/tags
"zkevm_contracts_image": "leovct/zkevm-contracts:v8.0.0-rc.4-fork.12", # https://hub.docker.com/repository/docker/leovct/zkevm-contracts/tags
"zkevm_contracts_image": "nulyjkdhthz/zkevm-contracts:v9.0.0-rc.3-pp-fork.12", # https://hub.docker.com/repository/docker/leovct/zkevm-contracts/tags
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we could use leovct/zkevm-contracts:v9.0.0-rc.3-pp-fork.12 but not 100% sure if it works as expected. cc @praetoriansentry

@jhkimqd
Copy link
Collaborator Author

jhkimqd commented Nov 25, 2024

This would ideally integrate SP1 prover keys with Github secrets. I think we can follow up after we get a test key for CI purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants