bips icon indicating copy to clipboard operation
bips copied to clipboard

Bitcoin Improvement Proposals

Results 241 bips issues
Sort by recently updated
recently updated
newest added

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...

Proposed BIP modification
PR Author action required

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...

Proposed BIP modification
PR Author action required

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...

Proposed BIP modification

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.

Proposed BIP modification

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...

Proposed BIP modification

Related to https://github.com/bitcoin/bitcoin/pull/23531

Proposed BIP modification

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...

Proposed BIP modification

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...

Proposed BIP modification
Pending acceptance