You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CheckPoint, LocalChain, and spk_client components are not designed to handle generic types, which limits their flexibility. To support caching of Merkle proofs (#1699) and median time passed calculations, it would be beneficial for these components to accept a generic type, specifically to accommodate Headers.
The text was updated successfully, but these errors were encountered:
I'm rooting for this change. Being able to have CheckPoint<Header> means we can guarantee that we have a Header per checkpoint.
Currently, bdk_electrum_c (the streaming Electrum BDK chain source I'm working on) requires some complexity in the Headers struct to ensure we get the right headers per block.
Currently, the
CheckPoint
,LocalChain
, andspk_client
components are not designed to handle generic types, which limits their flexibility. To support caching of Merkle proofs (#1699) and median time passed calculations, it would be beneficial for these components to accept a generic type, specifically to accommodateHeader
s.The text was updated successfully, but these errors were encountered: