-
Notifications
You must be signed in to change notification settings - Fork 16
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 config params for dkg-rerun bitcoin block height and target rounds #1204
feat: add config params for dkg-rerun bitcoin block height and target rounds #1204
Conversation
…uration-variable-for-second-dkg
@djordon I left the default target to 1 -- it means an extra config param for signers when we do the 2nd round, but they need to add the min block height anyway. It just feels better for me, that the default settings |
👍🏽 yeah that does feel better |
Description
Closes: #1201
Closes: #1207
Changes
Adds the configuration parameter
dkg_rerun_bitcoin_height
(don't love the name) anddkg_rounds_target
in preparation for #1199 and #1200.I made this optional for now (contrary to #1201 requesting required) because I'm not sure how we want this to behave when it comes to devenv etc. -- required would mean that devenv needs to run two DKG's, maybe we don't want that? So I can change it to required after we discuss the implications if we want.
Testing Information
Checklist: