1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-10-13 14:03:47 +00:00

4330 Commits

Author SHA1 Message Date
Skylar Ray
9297c12729 BIPs 327, 340: remove unused imports
Co-authored-by: Snezhkko <snezhkodaria38@gmail.com>
2025-10-03 13:35:31 -06:00
Tomás Andróil
5d06b3b976 BIPs 16, 388, 443: typo and editorial fixups
Co-authored-by: futreall <86553580+futreall@users.noreply.github.com>
2025-10-03 13:34:51 -06:00
MozirDmitriy
a00fb712c5 BIP10: typo fix, replace TXSIGS with SIG in TxDP merge section 2025-10-03 13:13:05 -06:00
Mark "Murch" Erhardt
b92cb0b627
Merge pull request #1983 from jonatack/2025-09-BIP321-add-reference-implementation
BIP321: add reference implementation, mention BIP21 replacement
2025-10-01 14:35:32 -07:00
Jon Atack
5e178c980c
Merge pull request #1996 from jonatack/2025-10-update-typos-linter
CI: appease typos linter
2025-10-01 12:35:55 -07:00
Jon Atack
6c725aa4f5 CI: appease typos linter 2025-10-01 13:31:48 -06:00
Jon Atack
c16a33647a BIP321: mention replacement of BIP21
rather than only modification, for consistency with the "Replaces: 21" header
2025-09-30 10:22:43 -06:00
Jon Atack
daf64c4253 BIP321: add reference implementation section 2025-09-30 10:22:25 -06:00
Jon Atack
c5cb824795
Merge pull request #1912 from TheBlueMatt/2025-08-dnssec-proof-tests
Add some BIP 353 DNSSEC proof test vectors and links
2025-09-24 15:49:24 -07:00
Jon Atack
898693d83e
Merge pull request #1980 from murchandamus/2025-09-active-to-final
BIP327,353: Update to Final and Proposed instead of Active
2025-09-24 08:20:30 -07:00
Matt Corallo
c02809a75a Correct monospacing in BIP 353
mediawiki doesn't render backticks, so we have to use
`<code></code>`.
2025-09-23 22:00:49 +00:00
Matt Corallo
87bafc1cd0 Add some BIP 353 DNSSEC proof test vectors and links 2025-09-23 21:58:18 +00:00
Murch
cc68e6d753
BIP327,353: Correct statuses
- 327 should be Final instead of Active
- 353 should be Proposed, as Testvectors are still in the works (see
  #1912)
2025-09-23 14:49:38 -07:00
Jon Atack
e757aaf19a
Merge pull request #1979 from murchandamus/2025-09-advance-BIP353
BIP353: Advance to Active
2025-09-23 14:17:12 -07:00
Murch
e9b1100912
BIP353: Advance to Active
BIP 353 has been implemented by multiple projects.
2025-09-23 13:56:54 -07:00
Jon Atack
1c4d41937b
Merge pull request #1911 from TheBlueMatt/2024-03-uris-without-bodies
Mark BIP21 as replaced by 321, update 321 from Draft to Proposed
2025-09-23 10:22:40 -07:00
Jon Atack
87f3fe1644
Merge pull request #1970 from murchandamus/2025-09-assigned-header
BIP3: Rename Created to Assigned
2025-09-19 16:31:04 -07:00
Murch
d7847195aa
BIP3: Rename Created to Assigned 2025-09-18 12:50:30 -07:00
Jon Atack
6730ee8a1e
Merge pull request #1926 from radik878/test/dleq-pass-message-in-tampered-proof
BIP374: in tests, pass message when verifying proof with message
2025-09-17 09:52:16 -07:00
Mark "Murch" Erhardt
869fd7765f
Merge pull request #1963 from jonatack/2025-09_update_BIPs_157-158_to_final
BIPs 157, 158: update status to Final, add Requires header
2025-09-15 13:53:46 -07:00
Jon Atack
02fb392db9 BIPs 157, 158: add "Requires" headers to each other 2025-09-10 21:37:39 -06:00
Jon Atack
662cc78c3e BIP158: update status from Draft to Final 2025-09-10 21:29:43 -06:00
Jon Atack
3ba957d8d5 BIP157: update status from Draft to Final 2025-09-10 21:29:05 -06:00
Mark "Murch" Erhardt
abf3bdab29
Merge pull request #1956 from jonatack/2025-09-update-BIP111-status-from-Proposed-to-Final
BIP111: update status from Proposed to Final
2025-09-10 14:10:03 -07:00
Jon Atack
d1af997a6f BIP111: update status from Proposed to Final 2025-09-05 11:19:59 -06:00
Jon Atack
eabb63cb53
Merge pull request #1953 from macgyver13/bip352-generate-intermediate-comp
BIP352: Add intermediate vector material for silent payments
2025-09-05 08:46:36 -07:00
macgyver13
b7c79dcbc0 address feedback (newline + extra whitespace) 2025-09-04 17:17:38 -04:00
Jon Atack
f420c7f614
Merge pull request #1952 from MozirDmitriy/mzd
BIP388: fix variable name in from_descriptor() to prevent NameError
2025-09-04 13:35:53 -07:00
macgyver13
b26f77db65 add intermediate vector material, validate added material in reference tests 2025-09-04 11:52:17 -04:00
MozirDmitriy
25ffcfcf36
fix(wallet_policies): use descriptor instead of desc to prevent NameError 2025-09-04 10:22:16 +03:00
Jon Atack
4d6cd518a0
Merge pull request #1950 from darosior/2509_bip54_fix_date
bip54: fix off-by-one in creation date
2025-09-03 14:06:40 -07:00
Antoine Poinsot
32bcfd6801 bip54: fix off-by-one in creation date 2025-09-03 16:55:29 -04:00
Jon Atack
d588494bec
Merge pull request #1947 from aso20455/master
BIP328: fix assignment in bytes_to_point function
2025-09-02 16:57:25 -07:00
Mark "Murch" Erhardt
260da85921
Merge pull request #1933 from jonatack/2025-08-update-BIP155-status
BIP155: update status from Draft to Final
2025-09-02 15:35:32 -07:00
Jon Atack
862d9ca106 BIP155: update Draft status to Final
BIP155 was deployed in Bitcoin Core version v0.21.0, and has been in use for
almost 5 years.

New networks may be added to the reserved network IDs table when they're
needed, either in this BIP or in a new one.

If BIP3 is activated, I think BIP155 would become Deployed.

Co-authored-by: Murch <murch@murch.one>
Co-authored-by: laanwj <126646+laanwj@users.noreply.github.com>
2025-09-01 09:08:50 -06:00
bigbear
9d3ca7f31f
fix: correct variable assignment in bytes_to_point function 2025-08-30 11:41:58 +02:00
Mark "Murch" Erhardt
86b29c5d81
Merge pull request #1941 from jonatack/2025-08-bip2-licenses
BIP2: license section fixups
2025-08-25 11:58:40 -07:00
Jon Atack
c23b8a958e BIP2: fix 301 redirects in license URLs
Co-authored-by: 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw <contact@bitcoin.foundation>
2025-08-21 16:44:59 -06:00
Jon Atack
7511c7ec77 BIP2: update MIT license name
per both of:

- https://opensource.org/license/MIT
- https://spdx.org/licenses/MIT

Co-authored-by: Murch <murch@murch.one>
2025-08-21 16:44:34 -06:00
Mark "Murch" Erhardt
2e3dd3f273
Merge pull request #1940 from jonatack/2025-08-bip3-licenses
BIP3: license section updates
2025-08-21 14:34:35 -07:00
Jon Atack
3f2a403f69
Merge pull request #1939 from ethicnology/master
BIP85: replace Base64 by Base85 in PWD BASE85 section
2025-08-21 08:48:35 -07:00
ethicnology
3e9befd444
refactor: unify capitalization 2025-08-21 07:46:21 -04:00
ethicnology
2fc8da8871
fix: replace Base64 by Base85 encoding in PWD BASE85 section 2025-08-21 07:31:26 -04:00
Jon Atack
3f61b68f22 BIP3: update MIT license name
per both of:

- https://opensource.org/license/MIT
- https://spdx.org/licenses/MIT
2025-08-20 21:53:17 -06:00
1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw
e98fb73faa BIP3: add MIT-0 to acceptable licenses 2025-08-20 21:53:17 -06:00
1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw
d610c8a232 BIP3: fix license URLs with 301 redirects 2025-08-20 21:52:51 -06:00
sashass1315
4f00b499c9
BIP345: fix broken links (#1938)
* BIP345: fix broken links
2025-08-18 12:43:37 -07:00
Jon Atack
ebfcfa4808
Merge pull request #1935 from Fibonacci747/unused-import
BIP352: remove unused import from reference.py
2025-08-15 08:40:37 -07:00
Fibonacci747
4463068012
feat: remove unused permutations import from bip-0352/reference.py 2025-08-15 10:58:43 +02:00
Jon Atack
9a55a542cc
Merge pull request #1934 from strmfos/master
scripts: remove unused FILES variable in link-format-chk.sh
2025-08-14 07:05:45 -07:00