katesalazar
0d77964a6b
BIP 0016: Fix broken link
2021-12-12 20:59:23 +01:00
Mironenko
d07e499d3f
Fix typo in BIP-32
2021-12-07 19:55:07 +03:00
PoWx Team
ff47e7ef14
Update reverse-compatibility statement
2021-11-25 18:29:10 +01:00
kallewoof
edffe52905
Merge pull request #1242 from benthecarman/patch-3
...
Allow Taproot outputs in BIP 322
2021-11-24 12:57:12 +09:00
benthecarman
6b9646e159
Allow Taproot outputs in BIP 322
2021-11-23 14:45:38 -06:00
Dr. Maxim Orlovsky
457e3545ba
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
...
`PSBT_OUT_TAP_LEAF_SCRIPT` seemed to appear in output key sections by copy-paste from input section. First, it shares the same byte no as `PSBT_OUT_TAP_TREE`, second its description talks about "witness"
2021-11-23 18:43:34 +01:00
kallewoof
d7cc209927
Merge pull request #1236 from achow101/fix-371-formatting
...
371: Fix test formatting
2021-11-18 07:34:07 +09:00
Paul Sztorc
336136546a
tweak formatting
2021-11-17 14:41:13 -05:00
Paul Sztorc
13bbb01bb6
small typo
2021-11-17 14:33:18 -05: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
kallewoof
fb5bd37d0c
Merge pull request #1235 from MarcoFalke/patch-3
...
Mention activation heights in BIP 341 🥕
2021-11-17 07:28:03 +09:00
kallewoof
bfc4a72742
Merge pull request #1234 from benthecarman/patch-2
...
Clarify BIP 322 seralization requires a signed transaction
2021-11-14 19:38:57 +09:00
MarcoFalke
9fe72607ce
Mention activation heights in BIP 341
2021-11-13 17:04:02 +01:00
benthecarman
aadfafa770
Clarify BIP 322 seralization requires a signed transaction
2021-11-12 18:14:19 -06:00
kallewoof
93adfba79a
Merge pull request #1225 from sipa/202110_bip341_vectors
...
BIP341 test vectors
2021-11-13 09:02:48 +09:00
Pieter Wuille
e35a46ecf3
BIP341 test vectors
2021-11-12 12:08:19 -05:00
Orfeas Litos
3ff4a4ce9d
Convert inside CheckDefaultCheckTemplateVerifyHash
2021-11-12 01:08:46 +01:00
olf
fc661ac943
[Nit] Add full stop to conclude sentence
...
... because in a normative document, it shall be obvious that this sentence was not accidentally truncated.
(Concerns final sentence of footnote / cite-reference 20, https://github.com/bitcoin/bips/edit/master/bip-0341.mediawiki#cite_ref-20-0 )
2021-11-12 00:56:35 +01:00
Orfeas Litos
1839f43779
Fix typo
2021-11-11 23:27:52 +01:00
kallewoof
b15514325e
Merge pull request #1224 from brandonblack/master
...
BIP341/342: Implementation clarifications
2021-11-11 23:31:17 +09:00
kallewoof
1625074e42
Merge pull request #1231 from GambolingPangolin/bip341-link-fix
...
Fixes a link in BIP 341
2021-11-11 23:26:44 +09:00
Orfeas Litos
897e6458ce
Cast 8-vector of u32 to u256
2021-11-10 23:40:20 +01:00
Ian Shipman
da78942ddd
Fixes a link in BIP 341
2021-11-10 14:26:56 -06:00
Dr. Maxim Orlovsky
592cb6fa0c
BIP-341: allow future softforks for leaf version signature verification
...
Currently the BIP-341 and BIP-342 leave the question of how to verify signature for non-`0xC0` leaf version scripts undefined. I haven't checked the Bitcoin Core code for that matter yet, but (1) I think we need to cover signature validation of non-`0xC0` leaf version scripts in this standard and (2) the only way of doing that is "always succeed" rule for the future leaf version values (otherwise we will need a hard fork to introduce them).
2021-11-08 22:07:28 +01:00
Paul Sztorc
a557ac187e
re-add abstract, revise slightly
2021-11-05 08:10:13 -04:00
junderw
4d7a77202b
Clearer language in BIP38
2021-11-05 09:30:20 +09:00
Luke Dashjr
f0cb046b11
Merge pull request #1206 from katesalazar/20211010
...
BIP 0069: Fix broken link
2021-11-04 23:20:26 +00:00
Luke Dashjr
689757e093
Merge pull request #1182 from tcharding/missing-words
...
[BIP 157] Add missing words to sentence
2021-11-04 23:19:03 +00:00
Luke Dashjr
915aa02762
Merge pull request #1215 from JeremyRubin/ctv-updates
...
Minor Updates to BIP-119
2021-11-04 23:05:30 +00:00
Luke Dashjr
d459bb9851
Merge pull request #1221 from kallerosenbaum/bip174in_final
...
BIP 0174: Clarify use of PSBT_IN_FINAL_* when data is empty
2021-11-04 23:03:05 +00:00
yanmaani
33cc41d497
Fix typo in BIP 32
2021-11-04 17:24:03 +00:00
Brandon Black
6222dc45a3
BIP341: Clarify tweaking of secret keys
2021-11-03 15:05:51 -07:00
Brandon Black
d690408080
BIP341/342: Clarify SigHash extensions
...
* Pull the definition of the extension in BIP342 to its own section
* Add a section to BIP341 on validating script path signatures
* Clarify that SigMsg does not produce the message being signed, but
a common portion of it
2021-11-03 15:05:49 -07:00
Paul Sztorc
bb6bc39ca7
Update BIP 301
...
BIPs 300/301 were 2 years old! I have updated, shortened, and clarified them.
2021-11-02 17:48:01 -04:00
Paul Sztorc
5734713d6b
Update BIP 300
...
BIPs 300/301 were 2 years old! I have updated, shortened, and clarified them.
2021-11-02 17:47:47 -04:00
Orfeas Litos
1cab3e87f3
Define BIP-119 CheckDefaultCheckTemplateVerifyHash
2021-11-02 22:36:05 +01:00
Brandon Black
736e79c938
BIP341: SigHash: Clarify encoding of script pub keys
2021-11-01 07:29:05 -07:00
Brandon Black
5b9b44cc79
BIP341: SigHash: Clarify SIGHASH_DEFAULT
2021-11-01 07:20:40 -07:00
Kalle Rosenbaum
a5fd6c8f60
BIP 0174: Clarify use of PSBT_IN_FINAL_* when data is empty
2021-10-27 20:43:34 +02:00
kallewoof
708ce10bbc
Merge pull request #1203 from katesalazar/20211004
...
Make Wikitext linguist-detectable
2021-10-23 00:01:48 +09:00
Jeremy Rubin
6058f2f669
[BIP-119] Whitspace Consistency
2021-10-16 09:00:48 -07:00
Jeremy Rubin
b305d56352
[BIP-119] Explain Hash Function Choices
2021-10-15 12:47:42 -07:00
Jeremy Rubin
afc605f8e2
[BIP-119] Describe Synergies with future soft fork proposals
2021-10-15 12:47:42 -07:00
Jeremy Rubin
27466fa815
[BIP-119] Better Explain AnyPrevout v.s. CTV
2021-10-15 12:47:42 -07:00
Jeremy Rubin
8364e25ebc
[BIP-119] Clarify Draft Deployment Params
2021-10-15 12:47:42 -07:00
PoWx Team
e8363a11bf
Add reverse-compatibility statement
2021-10-11 21:41:05 +02:00
katesalazar
7378791235
BIP 0069: Fix broken link
2021-10-10 20:14:52 +02:00
katesalazar
d03bbedb9c
BIP 0067: haskell => Haskell
2021-10-10 16:24:57 +02:00
katesalazar
ea11a0ec3a
Make Wikitext linguist-detectable
...
Before this change, repository gets detected as:
Python 66.4%
Go 12.9%
Perl 11.0%
TeX 8.1%
Shell 1.6%
After this change, repository gets detected as:
Wikitext 97.2%
Python 1.9%
Other 0.9%
This change was added for a cosmetic effect on GitHub, and the line
this change adds can go away in any of these cases:
* Conflict with other tool used for reading these documents.
* GitHub ceases to use the line.
* GitHub ceases to be used as a reading medium for these documents.
* GitHub ceases to exist.
2021-10-04 12:11:35 +02:00