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

BIP 129 requires several prerequisite BIPs, so state them in a "Requires" header.

Proposed BIP modification
Pending acceptance

fixed several parsing bugs in key handling logic: * **find_key_end_position:** removed `'/'` from the set of terminating characters. This prevents derivation paths like `.../44'/0'/0'/...` from being truncated at the first...

## Emoji Seed Word List Pull Request ## **Purpose** The purpose of this PR is to define and discuss the proper standardized definitions an official emoji seedlist. **Research** All research...

New BIP

Implements wallet behaviour for the Guardian Address proposal. The source code for the wallet implementation is available at https://github.com/bitcoinguardian/electrum. This serves as a model for self-custodial wallets, while custodial services...

New BIP

Adds a BIP for SENDTEMPLATE, GETTEMPLATE, TEMPLATE p2p messages. Discussion links: https://delvingbitcoin.org/t/sharing-block-templates/1906 https://gnusha.org/pi/bitcoindev/[email protected]/T/#u

New BIP

Implements the protocol for the Guardian Address proposal. The source code for the wallet implementation is available at https://github.com/bitcoinguardian/electrum. This serves as a model for self-custodial wallets, while custodial services...

New BIP

This pull request proposes a new BIP for a standard, interoperable format for encrypted wallet backups and transfers. The core design choice is the separation of the data `payload` from...

New BIP

## Summary Refactor `scripts/diffcheck.sh` to improve security and reliability by replacing fixed `/tmp` paths with secure temporary directories and avoiding destructive `git checkout`. ## Changes - **Secure temp files**: Use...

CI

### Summary Replace git checkout HEAD^ with a temporary detached git worktree in scripts/diffcheck.sh. This eliminates side effects on the current branch and ensures clean cleanup. ### Changes - Add...

CI