You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Stacks blockchain needs Signers to sign blocks in Nakamoto. For Nakamoto support, it's important that the Devnet setup has Signers and Stackers.
Two signers were setup in Clarinet in this PR #1384
At they time, the two signers were hard coded and non customizable.
The stackers will then use one of these private keys (hard coded again) to submit their stacking orders.
Allow the Signers config to be customizable
Developers should be able to customize the signers config in the Devnet.toml. The config should allow 1 or multiple signers
It would also impact the stacking orders settings, we may want to add the ability to config the signer in key for the stackers.
For backward compatibility (existing Devnet.toml without signer configs), we should either provide a mechanism to add it on clarinet devnet start (promp the user "signers config not found, o you want to add the default one: ...") or have a default one in clarinet.
The text was updated successfully, but these errors were encountered:
Context
The Stacks blockchain needs Signers to sign blocks in Nakamoto. For Nakamoto support, it's important that the Devnet setup has Signers and Stackers.
Two signers were setup in Clarinet in this PR #1384
At they time, the two signers were hard coded and non customizable.
They use the hard coded wallet_1 and wallet_2 private keys (default wallet in devnet.toml).
The stackers will then use one of these private keys (hard coded again) to submit their stacking orders.
Allow the Signers config to be customizable
Developers should be able to customize the signers config in the Devnet.toml. The config should allow 1 or multiple signers
It would also impact the stacking orders settings, we may want to add the ability to config the signer in key for the stackers.
For backward compatibility (existing Devnet.toml without signer configs), we should either provide a mechanism to add it on
clarinet devnet start
(promp the user "signers config not found, o you want to add the default one: ...") or have a default one in clarinet.The text was updated successfully, but these errors were encountered: