bips
bips copied to clipboard
Bitcoin Improvement Proposals
Added test vector for block `1414221`. In particular this block has no output scripts other than `OP_RETURN`, and it's corresponding filter is `0x00`. Also updated the spec to clarify the...
This PR optimizes the bytecode script for your typical HTLC. Seeing as `OP_DUP OP_HASH160` are both repeated in both the `OP_IF` and `OP_ELSE` branches of the script, this optimization proposes...
Please see https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-September/015065.html
Added line in implementation for .NET Standard 2.0
I am requesting the addition of my command-line c-implementation of BIP-39.