input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

Import Cardano transactions with `ChainReader` #1705

Closed jpraynaud closed 1 week ago

jpraynaud commented 1 month ago

Why

We need to import the Cardano transactions from the chainsync mini protocol. For this purpose we want to use the ChainReader implemented in #1590.

[!IMPORTANT] This issue is blocked by #1697 and #1704

What

Implement a ChainBlockStreamer implementation of the BlockStreamer by leveraging the existing ChainReader and PallasChainReader.

How

Later

Resources