-
Notifications
You must be signed in to change notification settings - Fork 65
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
Genesis config file parsing #296
Comments
Did I see this being started somewhere already? Or am I confused? |
We had #59 but I ended up constraining the scope to just Byron genesis because I needed a way to generate those initial UTxOs. Added this issue to keep track of work for the remaining config files. |
There are still a few issues with genesis config parsing that affects the ability for downstream tools (ex: Dolos) to work with tools like yaci-devkit You can find the result of the investigation by us & the devkit team here: bloxbean/yaci-devkit#86 (comment) Notably, the issues are:
|
We want to be able to load genesis config files (byron, shelley, alonzo, etc) as defined by the Haskell node implementation in order to use those values in downstream components.
DoD:
The text was updated successfully, but these errors were encountered: