-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Add version cmd to all bins #4343
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4343 +/- ##
======================================
- Coverage 71% 71% -0%
======================================
Files 393 393
Lines 66818 66667 -151
Branches 66818 66667 -151
======================================
- Hits 47720 47495 -225
- Misses 16672 16742 +70
- Partials 2426 2430 +4 ☔ View full report in Codecov by Sentry. |
Here is an update to the docs: |
#[clap(long = "eth_ws_endpoint")] | ||
eth_ws_endpoint: Option<String>, | ||
#[clap(long = "eth_http_endpoint")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, in the engine we use .
#[clap(long = "eth.rpc.ws_endpoint")]
pub eth_ws_endpoint: Option<String>,
Cheers! will make debugging some issues in the future a bit easier |
…-timeout * origin/main: feat: end to end network upgrade github action (#4274) feat: spec_version of PR is greater than spec version of current release (#4355) feat: enforce version is greater than release version on PRs to main (#4351) fix: btc witnesser test failing sometimes (#4353) fix: connections can become stale when reconnecting (#4310) chore: add `chainflip-rpc-node` systemd file 🚀 (#4352) feat: API Bins check SC compatibility (#4342) chore: update runtime spec checks ⛓️ (#4349) feat: Add version cmd to all bins (#4343) fix: changelog check 🤫 (#4348) chore: update docker tags 🐳 (#4347) chore: add runtime version check 👀 (#4344) feat: shave fees on ingress (#4335) pick/persa fixes (#4329) feat: track btc fees on success (#4334) ensure we dont create BTC transaction outputs below the bitcoin dust limit (#4340) fix: sweeping before withdrawal (#4337)
Pull Request
Closes: PRO-1040
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
ETH_WS_ENDPOINT
->ETH__WS_ENDPOINT
. Double underscore is now used, same as the other bins.