Murch
a233bde4af
process: Standards Track ↦ Specification
...
```
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.md
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.mediawiki
```
After the scripted changes, the changes to BIP-40, BIP-41, and BIP-63
were undone, because it breaks CI.
These three BIPs only exist conceptually and their proposal documents
are missing which causes changes to them ot break the CI. I defer the
changes to these BIPs to a separate pull request to get CI to pass.
2026-01-12 14:22:40 -08:00
Murch
5d3ceb3773
process: Final/Active ↦ Deployed
...
```
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.mediawiki
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.mediawiki
sed -i 's/| Active/| Deployed/' README.mediawiki
sed -i 's/| Final/| Deployed/' README.mediawiki
```
2026-01-12 14:22:33 -08:00
radik878
2bdb5ec72f
BIP-371: use canonical PSBT_IN_TAP_KEY_SIG in invalid test titles
2025-10-18 22:28:16 +03:00
Ava Chow
6b4a03bb5d
371: Mark as final
2024-07-10 19:04:46 -04:00
Ava Chow
a28b021b99
Update contact info for achow101
2023-12-13 11:12:08 -05:00
Gregory Sanders
4ab7faad74
Update PSBT_IN_TAP_BIP32_DERIVATION key desc
...
Clarify intended usage of PSBT_IN_TAP_BIP32_DERIVATION for key-spends.
2023-02-15 13:17:22 -05:00
Luke Dashjr
bf657ddcac
Merge remote-tracking branch 'origin-pull/1345/head'
2022-07-25 21:24:26 +00:00
Andrew Chow
7cd8ecd111
psbt: Unify formatting of key-value data to specify data type and name
2022-07-13 20:20:39 -04:00
Alex Bosworth
424498ae2b
BIP 0371: Make hex example consistent with base64
2022-05-20 17:19:06 -07:00
Brandon Black
1b67c8835f
Correct pubkey type for TAP_INTERNAL_KEY
2022-04-04 07:44:44 -07:00
Brandon Black
ad6e587232
Fix data type for TAP_MERKLE_ROOT
2022-04-04 07:37:41 -07:00
Brandon Black
c876d7e20e
Remove repeated clause
2022-04-04 07:37:28 -07:00
Brandon Black
b05fc882d8
Fix TAP_SCRIPT_SIG signature too short vector
...
* The specified length of the value did not match the encoded data.
Probably a manual modification error from the prior vector.
2022-04-01 15:25:10 -07:00
Brandon Black
b83419102b
Remove stray '<'
2022-04-01 15:24:25 -07:00
Andrew Chow
2efad74b02
371: Remove extra character in test
2021-11-16 18:19:51 -05:00
Andrew Chow
61c6a91af8
371: Fix test vector formatting
...
Missing `<` for some test vectors causing the rendered output to be
incorrect.
2021-11-16 18:19:46 -05:00
Andrew Chow
deb1c06e5c
371: Add reference implementation
2021-07-23 21:26:49 -04:00
Andrew Chow
6327923e71
371: Add test vectors
2021-07-23 21:26:49 -04:00
Andrew Chow
c583f4dcbe
Specify BIP 371 Taproot Fields for PSBT
...
Add bip-0371.mediawiki, update readme, and update BIP 174 with
new field types.
2021-07-20 15:03:38 -04:00