IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.
https://cardano.org
Apache License 2.0
3.06k stars 720 forks source link

txgen: whether extensions to the API to cover DBSync needs? #4440

Open deepfire opened 2 years ago

deepfire commented 2 years ago

The cardano-db-sync enhancement to generate transactions might be covered in different manners:

We need to figure out what the needs are, and so whether tx-generator needs to be involved.

erikd commented 2 years ago

Sorry, what? db-sync does not generate transactions.

kderme commented 2 years ago

There is an idea to reuse the generators from ledger https://github.com/input-output-hk/cardano-db-sync/issues/1115. I guess using the cardano-api or the tx-generator are separate solutions.