input-output-hk / mithril

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

Conditional embedding of Cardano CLI in Docker images #1725

Closed jpraynaud closed 1 week ago

jpraynaud commented 1 month ago

Why

By default the chain observer used is PallasChainObserver which makes the embedding of the Cardano CLI not necessary. We want to keep the possibility of embedding it in case the chain observer used is switched to the CardanoCLIObserver but not embed it by default anymore.

What

Implement a conditional embedding of the Cardano cli in the aggregator and signer Docker images.

How