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: write lock file in create cluster #566

Merged
merged 3 commits into from
May 19, 2022
Merged

cmd: write lock file in create cluster #566

merged 3 commits into from
May 19, 2022

Conversation

corverroos
Copy link
Contributor

Write a cluster lock file when running charon create cluster.

Rename cluster_lock.json to cluster-lock.json as per suggestion from Oisin.

category: feature
ticket: #528

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #566 (dceb17c) into main (fa5d640) will decrease coverage by 0.04%.
The diff coverage is 58.82%.

@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
- Coverage   54.47%   54.43%   -0.05%     
==========================================
  Files          90       90              
  Lines        8512     8559      +47     
==========================================
+ Hits         4637     4659      +22     
- Misses       3242     3258      +16     
- Partials      633      642       +9     
Impacted Files Coverage Δ
cmd/createcluster.go 53.44% <57.14%> (+0.24%) ⬆️
cmd/run.go 100.00% <100.00%> (ø)
dkg/disk.go 40.54% <100.00%> (ø)
core/qbft/qbft.go 81.69% <0.00%> (-0.88%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa5d640...dceb17c. Read the comment docs.

@corverroos corverroos added the merge when ready Indicates bulldozer bot may merge when all checks pass label May 19, 2022
@obol-bulldozer obol-bulldozer bot merged commit ec66445 into main May 19, 2022
@obol-bulldozer obol-bulldozer bot deleted the corver/cluster branch May 19, 2022 14:59
"github.com/obolnetwork/charon/eth2util/deposit"
"github.com/obolnetwork/charon/eth2util/keystore"
"github.com/obolnetwork/charon/p2p"
"github.com/obolnetwork/charon/tbls"
"github.com/obolnetwork/charon/tbls/tblsconv"
)

const clusterName = "local"
Copy link
Contributor

Choose a reason for hiding this comment

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

should put it together with other constants defaultWithdrawalAddr and defaultNetwork

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.

None yet

3 participants