bips
bips copied to clipboard
Bitcoin Improvement Proposals
Tried using EBNF to specify the format, and reworked the definitions to explicitly reference this. If this works, I'll rework the rest of the text to use unified `` names...
tweaking tkiz arrows for luke-jr with
A number of protocols utilizes pay-to-contract and/or sign-to-contract public key tweaks. Inclusion of the tweak information into outputs (for pay-to-contract) or inputs (for sign-to-contract) as a security measure requires presence...
Very small grammar fix of "keys" to "key." I checked across all the currently open PRs related to BIP-32 (#293, #575, #576, #695, #785, #885), and I don't think any...
This is similar to https://github.com/bitcoin/bips/pull/1184, https://github.com/bitcoin/bips/pull/1192, https://github.com/bitcoin/bips/pull/1193, and https://github.com/bitcoin/bips/pull/1194.
This PR fixes a few areas that use the markdown style backtick instead of the mediawiki `` for variable names. This PR also attempts to correct a potential ambguity in...
Related to https://github.com/bitcoin/bitcoin/pull/23531
It caught my attention that the specification supports only P2PKH addresses. Meanwhile, it appears that some implementers of the standard make it possible to derive other address types (native segwit...
In the HTLC example https://github.com/bitcoin/bips/blob/master/bip-0114.mediawiki#hashed-time-lock-contract I think there DROP is required after the CSV / CLTV opcodes There was branch by the same author @jl2012 to make CSV/CLTV actually pop...