bips
bips copied to clipboard
Bitcoin Improvement Proposals
BIP 129 requires several prerequisite BIPs, so state them in a "Requires" header.
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...
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...
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
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...
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...
## 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...
### 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...