-
Notifications
You must be signed in to change notification settings - Fork 90
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
Conversation
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.
Codecov ReportAttention:
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. |
@gsora we have merge conflicts in this PR. |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
Add
--testnet-*
flags tocombine
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.