Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.39 KB

BIPS.md

File metadata and controls

27 lines (23 loc) · 2.39 KB

Implemented BIPs

This page lists BIPs implemented by the core library.

Some BIPs are specific to the network layer - for these see Bitcoin P2P

  • BIP 11 - M of N standard transactions
  • BIP 13 - Pay to Script Hash address format
  • BIP 14 - Protocol Version and User Agent
  • BIP 16 - Pay to Script Hash
  • BIP 21 - Bitcoin URI's
  • BIP 32 - Hierarchical Deterministic Wallets
  • BIP 37 - Bloom Filtering
  • BIP 39 - Mnemonic code for generating deterministic keys
  • BIP 65 - OP_CHECKLOCKTIMEVERIFY
  • BIP 66 - Strict DER Signatures
  • BIP 67 - Deterministic P2SH multi-signature addresses
  • BIP 69 - Lexicographical Indexing of Transaction Inputs and Outputs
  • BIP 70 - Payment Protocol
  • BIP 72 - Payment protocol URIs
  • BIP 112 - OP_CHECKSEQUENCEVERIFY
  • BIP 141 - Segregated Witness (Consensus layer)
  • BIP 143 - Transaction Signature Verification for Version 0 Witness Program
  • BIP 146 - Dealing with signature encoding malleability
  • BIP 147 - Dealing with dummy stack element malleability
  • BIP 173 - Bech32 and segwit address encoding