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] Add `Read.ChainTip` type #4541

Closed HeinrichApfelmus closed 5 months ago

HeinrichApfelmus commented 5 months ago

This pull request adds a data type ChainTip to the Cardano.Wallet.Read hierarchy.

This type ChainTip is used in the ChainSync protocol to advertise the tip of the server's chain. It combines the information of a ChainPoint with a BlockNo.

This pull requests also adds

Comments

Issue Number

ADP-3350