txpipe / pallas

Rust-native building blocks for the Cardano blockchain ecosystem
Apache License 2.0
142 stars 59 forks source link

Genesis config file parsing #296

Open scarmuega opened 1 year ago

scarmuega commented 1 year ago

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:

rvcas commented 1 year ago

Did I see this being started somewhere already? Or am I confused?

scarmuega commented 1 year ago

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.