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] Remove `BlockHeader` from `Cardano.Wallet.Network.Logging` #4559

Closed HeinrichApfelmus closed 2 months ago

HeinrichApfelmus commented 3 months ago

This pull request removes the use of the BlockHeader type from the module Cardano.Wallet.Network.Logging. Instead, we use the Read.BHeader type from Cardano.Wallet.Read.

In order to do so, the pull request also

Comments

Issue Number

ADP-3350