cardano-foundation / cardano-wallet

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

[ADP-3350] Change `watchNodeTip` to use `Read.ChainTip` #4549

Closed HeinrichApfelmus closed 3 months ago

HeinrichApfelmus commented 3 months ago

This pull request changes the watchNodeTip function to use the data type ChainTip from the Cardano.Wallet.Read hierarchy.

In order to make creation of mock hashes for testing easier, I have added a function mockRawHeaderHash.

Comments

Issue Number

ADP-3350