-
Notifications
You must be signed in to change notification settings - Fork 9
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
Easy way to extract genesis block #31
Comments
Note: Cluster name is "default." There is an endpoint that can be used to download the contents of the node config folder as a zip file.
Currently, it returns everything inside the node folder. Not all files in the zip are currently used. So it needs some cleanup. However, you can find the genesis files under the "genesis" sub-folder. You can ignore the Let me know if this works for you. We can also provide a separate endpoint later that returns only the genesis files. FYI, the admin API was developed to support an experimental feature where another devkit node can join the currently running node as a relay or block producer. However, this feature is not yet stable.
Alternatively, we could also expose another admin endpoint to return initial utxo sets or address/amount set. Let me know if it makes sense or if there is any other option.
|
Is embedding addresses in the shelley genesis block like this something that is supported by cardano-node as well, or is this something custom you came up with? |
This is supported by Cardano node. For mainnet, |
To integrate Yaci local networks with Carp / Paima, I need a few things:
Although these are all generated dynamically. To tackle this problem, it would be nice if there was a command to export all the genesis file information from the network after it's created.
That being said, with #29 being resolved I can probably just hardcode the default configuration generated (and if people want to do custom stuff, we just won't support it). This still leaves 2 issues though:
The text was updated successfully, but these errors were encountered: