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

cmd/combine: support testnet config #2856

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Feb 5, 2024

Add --testnet-* flags to combine command.

Users must specify custom network name, chain ID genesis timestamp and fork version as hex string to allow for a custom testnet configuration to work.

category: bug
ticket: #2838

Closes #2838.

Add `--testnet-*` flags to `combine` command.

Users must specify custom network name, chain ID genesis timestamp and fork version as hex string to allow for a custom testnet configuration to work.
Copy link

codecov bot commented Feb 5, 2024

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (5b05286) 53.45% compared to head (9438c20) 53.52%.

❗ Current head 9438c20 differs from pull request most recent head 83647fb. Consider uploading reports for the commit 83647fb to get more accurate results

Files Patch % Lines
cmd/combine.go 0.00% 12 Missing ⚠️
cluster/test_cluster.go 46.15% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2856      +/-   ##
==========================================
+ Coverage   53.45%   53.52%   +0.06%     
==========================================
  Files         200      200              
  Lines       28035    28058      +23     
==========================================
+ Hits        14987    15018      +31     
+ Misses      11185    11177       -8     
  Partials     1863     1863              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

cluster/test_cluster.go Outdated Show resolved Hide resolved
@gsora gsora requested a review from xenowits February 5, 2024 16:20
@dB2510
Copy link
Contributor

dB2510 commented Feb 6, 2024

@gsora we have merge conflicts in this PR.

Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Feb 6, 2024
@obol-bulldozer obol-bulldozer bot merged commit 4a2634c into main Feb 6, 2024
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the gsora/testnet-combine branch February 6, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add testnet flags to combine command
3 participants