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 `currentNodeTip` to use `Read.ChainTip` #4546

Closed HeinrichApfelmus closed 5 months ago

HeinrichApfelmus commented 5 months ago

This pull request changes the currentNodeTip function to use the data type ChainPoint to the Cardano.Wallet.Read hierarchy.

In order to make the types ChainPoint and ChainTip more convenient to use, I have also added record fields.

Comments

Issue Number

ADP-3350

HeinrichApfelmus commented 5 months ago

I wonder if it is still in draft state ... For me it is quite complete PR as it is;-)

Thanks! 😊 I'm just trying to weed out the last compilation errors before asking for your time again — thanks for the review, it's pretty much complete, indeed.