cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
764 stars 212 forks source link

[ADP-3350] Change `chainSync` to use `Read.ChainTip` #4551

Closed HeinrichApfelmus closed 5 months ago

HeinrichApfelmus commented 5 months ago

This pull request changes the chainSync function to use the data type ChainTip from the Cardano.Wallet.Read hierarchy. The other pull request #4550 has changed the type of the chain point, here we change the type of the tip.

Comments

Issue Number

ADP-3350