summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-15Merge pull request #1260 from JeremyRubin/ctv-test-vectorsLuke Dashjr
[BIP-0119] Include test vectors for CTV in BIP's subdirectory
2022-01-15Merge pull request #1257 from JeremyRubin/ctv-updates2Luke Dashjr
Update CTV Motivations & Speedy Trial Information
2022-01-15Merge pull request #1232 from Olf0/patch-1Luke Dashjr
[Nit] Add full stop to conclude sentence
2022-01-07Merge pull request #1241 from dr-orlovsky/patch-11kallewoof
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
2022-01-07Merge pull request #1230 from dr-orlovsky/patch-9kallewoof
BIP-341: explicitly allow softforks with future leaf versions
2022-01-06BIP-174: Remove PSBT_GLOBAL_SIGHASH_SINGLE_INPUTDr Maxim Orlovsky
2022-01-03Merge pull request #1245 from Mironenko/patch-1kallewoof
Fix typo in BIP-32
2021-12-25[BIP-0119] Include test vectors for CTV in BIP's subdirectoryJeremy Rubin
2021-12-22BIP-119: Clarify that Speedy Trial may or may not be implemented for BIP-119Jeremy Rubin
2021-12-22BIP-119: Update Motivations and describe vaults alternatives betterJeremy Rubin
2021-12-17Merge pull request #1126 from PoWx-Org/masterLuke Dashjr
BIP 52: Durable, Low Energy Bitcoin PoW
2021-12-16BIP 52: Fix syntaxPoWx Team
2021-12-16BIP 52: Add misssing layer information; remove private email from Discussions-ToPoWx Team
2021-12-16Merge pull request #1229 from junderw/fix/bip38Luke Dashjr
Clearer language in BIP38
2021-12-15BIP 52: Trying to fix CI errorsPoWx Team
2021-12-15BIP 52: Trying to fix CI errorsPoWx Team
2021-12-15BIP 52: Update Comments-URIPoWx Team
2021-12-15Fix Malformed Author linePoWx Team
2021-12-15Update READMEPoWx Team
2021-12-15BIP 52 assignedPoWx Team
2021-12-15Merge pull request #1202 from katesalazar/patch-1Luke Dashjr
BIP 0067: Fix a broken link
2021-12-15Merge pull request #1179 from jaonoctus/typo/descriptorsLuke Dashjr
typo: BIP [380-385]
2021-12-15Merge pull request #1227 from psztorc/masterLuke Dashjr
Update BIPs 300/301
2021-12-15Merge pull request #1228 from yanmaani/patch-1Luke Dashjr
Fix typo in BIP 32
2021-12-15Merge pull request #1226 from OrfeasLitos/define-check-119Luke Dashjr
Define BIP-119 CheckDefaultCheckTemplateVerifyHash
2021-12-15Merge pull request #1250 from katesalazar/patch-2Luke Dashjr
BIP 0016: Fix broken link
2021-12-12BIP 0016: Fix broken linkkatesalazar
2021-12-07Fix typo in BIP-32Mironenko
2021-11-25Update reverse-compatibility statementPoWx Team
2021-11-24Merge pull request #1242 from benthecarman/patch-3kallewoof
Allow Taproot outputs in BIP 322
2021-11-23Allow Taproot outputs in BIP 322benthecarman
2021-11-23BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPTDr. Maxim Orlovsky
`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-18Merge pull request #1236 from achow101/fix-371-formattingkallewoof
371: Fix test formatting
2021-11-17tweak formattingPaul Sztorc
2021-11-17small typoPaul Sztorc
2021-11-16371: Remove extra character in testAndrew Chow
2021-11-16371: Fix test vector formattingAndrew Chow
Missing `<` for some test vectors causing the rendered output to be incorrect.
2021-11-17Merge pull request #1235 from MarcoFalke/patch-3kallewoof
Mention activation heights in BIP 341 🥕
2021-11-14Merge pull request #1234 from benthecarman/patch-2kallewoof
Clarify BIP 322 seralization requires a signed transaction
2021-11-13Mention activation heights in BIP 341MarcoFalke
2021-11-12Clarify BIP 322 seralization requires a signed transactionbenthecarman
2021-11-13Merge pull request #1225 from sipa/202110_bip341_vectorskallewoof
BIP341 test vectors
2021-11-12BIP341 test vectorsPieter Wuille
2021-11-12Convert inside CheckDefaultCheckTemplateVerifyHashOrfeas Litos
2021-11-12[Nit] Add full stop to conclude sentenceolf
... 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-11Fix typoOrfeas Litos
2021-11-11Merge pull request #1224 from brandonblack/masterkallewoof
BIP341/342: Implementation clarifications
2021-11-11Merge pull request #1231 from GambolingPangolin/bip341-link-fixkallewoof
Fixes a link in BIP 341
2021-11-10Cast 8-vector of u32 to u256Orfeas Litos
2021-11-10Fixes a link in BIP 341Ian Shipman