-
Notifications
You must be signed in to change notification settings - Fork 721
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
[BUG] - mkfiles in babbage creates empty stake-delegator-keys #5586
Comments
@jonathangenlambda> could you try updating to a newer version of |
@smelc thanks for your reply. I tried it with a newer version of
Running the
When running
|
@jonathangenlambda> you are witnessing that generation of payment keys in the Since then, we have introduced a modernized variant of So one way forward for you be to have |
Thanks for your extensive reply. Are there no other options to generate these files/keys? Essentially this means that this functionality has been broken for months. |
@jonathangenlambda> We are actually about to release the latest version of
You can generate those keys using a combination of It's actually on our roadmap to change a number of users of |
@smelc thanks - I guess I'll wait in this case. Don't you guys also fix |
@jonathangenlambda> nope it's not planned, since it's not necessary for our short term roadmap. |
Internal/External
External
Summary
When running
scripts/babbage/mkfiles.sh
fromrelease/8.1.x
branch using cardano-cli fromcardano-node-8.1.2
it generates files we use successfully to bootstrap a conway-era testnet. However no payment keys are generated instake-delegator-keys
, which was the case with earlier versions of this script/cli. Without these keys it is unclear how to be able to spend the initial ADA.Steps to reproduce
Steps to reproduce the behavior:
release/8.1.x
branchcardano-node-8.1.2
and put cardano-cli on pathsh scripts/babbage/mkfiles.sh
from cardano-node root folderstake-delegator-keys
is emptyExpected behavior
It is expected that
stake-delegator-keys
contains the payment keys that allow to spend the initial ADA.System info (please complete the following information):
The text was updated successfully, but these errors were encountered: