1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
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