-
Notifications
You must be signed in to change notification settings - Fork 32
feat: migrate e2e tests #316
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
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
24510a7
add e2e
temaniarpit27 5838293
fix
temaniarpit27 34441b3
fix
temaniarpit27 4860986
fix
temaniarpit27 8e9094b
fix
temaniarpit27 a0f1def
fix
temaniarpit27 829613c
fix
temaniarpit27 6342fbd
fix
temaniarpit27 84507fe
fix
temaniarpit27 9566caf
fix
temaniarpit27 510dbc9
fix
temaniarpit27 b761f00
change hash
temaniarpit27 63b3505
fix
temaniarpit27 e1b213f
debugging
temaniarpit27 a9c7b95
version change
temaniarpit27 ff40076
version change
temaniarpit27 57f99ba
add l1infotree
temaniarpit27 879ffd6
fix ci
temaniarpit27 2fdd435
fatalf to errorf
temaniarpit27 26c9859
fix ci
temaniarpit27 185283f
fix args
temaniarpit27 b8cb3ee
Merge branch 'arpit/aggkit-409' of github.com:0xPolygon/cdk into arpi…
temaniarpit27 ff84b91
fix ci
temaniarpit27 f68f3ce
fix ci
temaniarpit27 83a5231
fix ci
temaniarpit27 38e8a12
fix ci
temaniarpit27 392033b
fix ci
temaniarpit27 1c9d09a
update go mod
temaniarpit27 d12f4d8
update go mod
temaniarpit27 d8c6e21
review comments fix
temaniarpit27 7f4ec67
review comments fix
temaniarpit27 404e380
review comments fix
temaniarpit27 c0781bf
fix ci
temaniarpit27 9fa2f74
revert back
temaniarpit27 f533d3a
Merge branch 'arpit/325-2' of github.com:0xPolygon/cdk into arpit/325-2
temaniarpit27 bc426c3
fatalf to panicf
temaniarpit27 bcee59b
merge base
temaniarpit27 5555f49
fix ci
temaniarpit27 98d594c
fix ci
temaniarpit27 7499bcf
fix ci
temaniarpit27 dfb1c72
fix ci
temaniarpit27 16f1449
fix ci
temaniarpit27 aa78fc9
fix ci
temaniarpit27 7ea71f9
fix ci
temaniarpit27 a6bd0fc
fix ci
temaniarpit27 597173a
fix ci
temaniarpit27 0b8b04d
fix ci
temaniarpit27 3bf41f0
fix ci
temaniarpit27 19a0fa1
fix ci
temaniarpit27 76f39aa
fix ci
temaniarpit27 f5001ec
fix ci
temaniarpit27 977d71f
fix ci
temaniarpit27 02b2341
fix ci
temaniarpit27 ed3e423
fix ci
temaniarpit27 ac9118c
fix ci
temaniarpit27 ccc00fe
fix ci
temaniarpit27 2f0d9ad
fix ci
temaniarpit27 9471868
merge develop
temaniarpit27 b4b29fb
update hash
temaniarpit27 e6f941d
update hash
temaniarpit27 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "args": { | ||
| "zkevm_contracts_image": "leovct/zkevm-contracts:v7.0.0-rc.2-fork.11-patch.1", | ||
| "zkevm_prover_image": "hermeznetwork/zkevm-prover:v7.0.4-hotfix.2-fork.11", | ||
| "zkevm_node_image": "hermeznetwork/zkevm-node:v0.7.0-fork11", | ||
| "cdk_node_image": "cdk:local", | ||
| "gas_token_enabled": true, | ||
| "gas_token_address": "", | ||
| "data_availability_mode": "rollup", | ||
| "sequencer_type": "erigon", | ||
| "agglayer_image": "ghcr.io/agglayer/agglayer:0.2.0-rc.19" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "args": { | ||
| "zkevm_contracts_image": "jhkimqd/zkevm-contracts:v10.0.0-rc.6-fork.12", | ||
| "zkevm_prover_image": "hermeznetwork/zkevm-prover:v8.0.0-RC16-fork.12", | ||
| "cdk_node_image": "cdk:local", | ||
| "gas_token_enabled": true, | ||
| "gas_token_address": "", | ||
| "data_availability_mode": "cdk-validium", | ||
| "sequencer_type": "erigon" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "args": { | ||
| "zkevm_contracts_image": "jhkimqd/zkevm-contracts:v10.0.0-rc.6-fork.12", | ||
| "zkevm_prover_image": "hermeznetwork/zkevm-prover:v8.0.0-RC16-fork.12", | ||
| "cdk_node_image": "cdk:local", | ||
| "gas_token_enabled": true, | ||
| "gas_token_address": "", | ||
| "data_availability_mode": "rollup", | ||
| "sequencer_type": "erigon" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "args": { | ||
| "zkevm_contracts_image": "leovct/zkevm-contracts:v6.0.0-rc.1-fork.9-patch.1", | ||
| "zkevm_prover_image": "hermeznetwork/zkevm-prover:v6.0.8", | ||
| "zkevm_node_image": "hermeznetwork/zkevm-node:v0.7.3", | ||
| "cdk_validium_node_image": "ghcr.io/0xpolygon/cdk-validium-node:0.6.4-cdk.10", | ||
| "cdk_node_image": "cdk:local", | ||
| "gas_token_enabled": true, | ||
| "gas_token_address": "", | ||
| "additional_services": [ | ||
| "pless_zkevm_node" | ||
| ], | ||
| "data_availability_mode": "cdk-validium", | ||
| "sequencer_type": "erigon", | ||
| "agglayer_image": "ghcr.io/agglayer/agglayer:0.2.0-rc.19" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.