IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
36 stars 23 forks source link

DbSynthesizer should be able to run with different backends #1330

Open jasagredo opened 1 day ago

jasagredo commented 1 day ago

As noted by Alex here it should be possible to run DbSynthesizer with different backends. It should be a matter just of adding some cli-options.

In the end we can achieve the same result with snapshot-converter but it would be more tedious.

amesgen commented 1 day ago

In the end we can achieve the same result with snapshot-converter but it would be more tedious.

Not just tedious, but also infeasible when it is about creating huge (ie larger than what you can do in-memory) UTxO sets (cf https://github.com/IntersectMBO/ouroboros-consensus/pull/1048).