summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-08BIP-341: allow future softforks for leaf version signature verificationDr. Maxim Orlovsky
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-05re-add abstract, revise slightlyPaul Sztorc
2021-11-05Clearer language in BIP38junderw
2021-11-04Merge pull request #1206 from katesalazar/20211010Luke Dashjr
BIP 0069: Fix broken link
2021-11-04Merge pull request #1182 from tcharding/missing-wordsLuke Dashjr
[BIP 157] Add missing words to sentence
2021-11-04Merge pull request #1215 from JeremyRubin/ctv-updatesLuke Dashjr
Minor Updates to BIP-119
2021-11-04Merge pull request #1221 from kallerosenbaum/bip174in_finalLuke Dashjr
BIP 0174: Clarify use of PSBT_IN_FINAL_* when data is empty
2021-11-04Fix typo in BIP 32yanmaani
2021-11-03BIP341: Clarify tweaking of secret keysBrandon Black
2021-11-03BIP341/342: Clarify SigHash extensionsBrandon Black
* 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-02Update BIP 301Paul Sztorc
BIPs 300/301 were 2 years old! I have updated, shortened, and clarified them.
2021-11-02Update BIP 300Paul Sztorc
BIPs 300/301 were 2 years old! I have updated, shortened, and clarified them.
2021-11-02Define BIP-119 CheckDefaultCheckTemplateVerifyHashOrfeas Litos
2021-11-01BIP341: SigHash: Clarify encoding of script pub keysBrandon Black
2021-11-01BIP341: SigHash: Clarify SIGHASH_DEFAULTBrandon Black
2021-10-27BIP 0174: Clarify use of PSBT_IN_FINAL_* when data is emptyKalle Rosenbaum
2021-10-23Merge pull request #1203 from katesalazar/20211004kallewoof
Make Wikitext linguist-detectable
2021-10-16[BIP-119] Whitspace ConsistencyJeremy Rubin
2021-10-15[BIP-119] Explain Hash Function ChoicesJeremy Rubin
2021-10-15[BIP-119] Describe Synergies with future soft fork proposalsJeremy Rubin
2021-10-15[BIP-119] Better Explain AnyPrevout v.s. CTVJeremy Rubin
2021-10-15[BIP-119] Clarify Draft Deployment ParamsJeremy Rubin
2021-10-11Add reverse-compatibility statementPoWx Team
2021-10-10BIP 0069: Fix broken linkkatesalazar
2021-10-10BIP 0067: haskell => Haskellkatesalazar
2021-10-04Make Wikitext linguist-detectablekatesalazar
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-03BIP 0067: Fix a broken linkkatesalazar
2021-10-02Merge pull request #1200 from kallerosenbaum/patch-4kallewoof
BIP 370: Use PSBT_GLOBAL_FALLBACK_LOCKTIME in text
2021-10-01BIP 370: Use PSBT_GLOBAL_FALLBACK_LOCKTIME in textKalle Rosenbaum
Replacing occurences of PSBT_GLOBAL_PREFERRED_LOCKTIME with PSBT_GLOBAL_FALLBACK_LOCKTIME to match the name in the global map table.
2021-09-30Merge pull request #1198 from kallerosenbaum/patch-2kallewoof
BIP 0174: Fix typo in PSBT_OUT_BIP32_DERIVATION
2021-09-30Merge pull request #1197 from kallerosenbaum/patch-1kallewoof
BIP 0174: Correct format of PSBT_GLOBAL_TX_MODIFIABLE
2021-09-29Fix typo in PSBT_OUT_BIP32_DERIVATIONKalle Rosenbaum
2021-09-29Correct format of PSBT_GLOBAL_TX_MODIFIABLEKalle Rosenbaum
The descriptions for this field differ between bip370 and bip174. I suppose the correct format of PSBT_GLOBAL_TX_MODIFIABLE is the one in BIP370.
2021-09-16[BIP 157] Add missing words to sentenceTobin Harding
This sentence does not quite make sense ... the size of a cfcheckpt message is not drastically from a cfheaders between two checkpoints. ... Change it to be ... the size of a cfcheckpt message is not drastically different from a cfheaders message between two checkpoints. ...
2021-09-15typo: BIP [380-385]jaonoctus
2021-08-31Merge pull request #1156 from rage-proof/patch-2kallewoof
typo in bip-0078
2021-08-31Merge pull request #1158 from tcharding/gramar-fix-bip-158kallewoof
[BIP 158] Fix grammar - remove 'was chosen as'
2021-08-31Merge pull request #1171 from NicolasDorier/woieuqkallewoof
[BIP78] Fix client implementation when there is output substitution
2021-08-31[BIP78] Fix client implementation when there is output substitutionnicolas.dorier
2021-08-30Merge pull request #1118 from JeremyRubin/ctv-name-sheddingLuke Dashjr
Update BIP-119 Variable Names
2021-08-30Update BIP-119 Variable NamesJeremy Rubin
2021-08-30Merge pull request #921 from fametrano/patch-4Luke Dashjr
added test vector #5 for invalid extended keys
2021-08-30Merge pull request #1143 from achow101/descriptorsLuke Dashjr
[BIPs 380-386] Output Script Descriptors
2021-08-29Specify BIP 386: Taproot descriptorsAndrew Chow
2021-08-29Specify BIP 385: Raw and addr descriptorsAndrew Chow
2021-08-29Specify BIP 384: Combo descriptorsAndrew Chow
2021-08-29Specify BIP 383: Multisig descriptorsAndrew Chow
2021-08-29Specify BIP 382: Segwit descriptorsAndrew Chow
2021-08-29Specify BIP 381: Non-segwit descriptorsAndrew Chow
2021-08-29Specify BIP 380: Descriptors general operationAndrew Chow