Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Releases: summa-tx/bitcoin-spv

Adds BCoin vendor code

27 Jul 17:48
362cfd9
Compare
Choose a tag to compare

The TX and Block libraries are now available from without needing to import/install directly from the bcoin dependency.

Version 2

04 Aug 19:15
v2.0.0
dc94eb6
Compare
Choose a tag to compare
  • Full support for Legacy txns
  • New Vin/Vout tx semantics
  • Proofs are now 0-indexed, like they should have been all along

Version 1 (embeddable)

19 Jul 14:42
v1.0.0-embeddable
3b3096b
Compare
Choose a tag to compare

Easy vendoring, just clone into your project.

Full Support

  • Native Segwit txns
  • Merkle inclusion roofs
  • Header chain validation

Partial Support

  • Legacy-embedded SegWit txns
  • Legacy txns

Version 1

19 Jul 14:41
v1.0.0
dd2d30a
Compare
Choose a tag to compare

Full Support

  • Native Segwit txns
  • Merkle inclusion roofs
  • Header chain validation

Partial Support

  • Legacy-embedded SegWit txns
  • Legacy txns