btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
479 stars 409 forks source link

bloom: add merkle block verifier #146

Closed wpaulino closed 4 years ago

wpaulino commented 5 years ago

This allows us to verify the proof contained within a merkleblock and extract the transactions it commits to.

octobocto commented 4 years ago

I think it would be good to have tests testing the new NewMerkleBlockWithTxs