summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-12[BIP-119] Rename Channel Factories / Clarify MalleabilityJeremy Rubin
2022-01-12[BIP-119] Complete fragmented sentenceJeremy Rubin
Co-authored-by: flack <flack@contentcontrol-berlin.de>
2022-01-12bip174: document PSBT 0 handling of type > 0xFDSjors Provoost
2022-01-12bip174: link to 'compact size' definitionSjors Provoost
2022-01-10[BIP-119] Add notes and warnings about DoS during validation of CTV.Jeremy Rubin
2022-01-10[BIP-119] Link Reference implementation to current PR in Bitcoin CoreJeremy Rubin
2022-01-08[BIP-174] Clarify that partial_sig should be a valid.Jeremy Rubin
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-04Fix BIP-119 Typo + Clarify the reasons for 32 bit lengthsJeremy Rubin
when drafting the BIP I attempted to triangulate what the width of the fields for number of inputs/outputs should be from various sources in the codebase, and made an error in looking at the signing and encoding logic, and not the _decoding_ logic which restricts vectors (vin, vout) to MAX_SIZE which is 33554432. This fully justifies not using a wider type (uint64_t). Also clarified arguments for not using a narrower type (uint16_t) which would be possible just for the vIn based on block size, because it's a leaky abstraction (you can still encode and decode such a transaction, just not mine it). thanks to @roconnor-blockstream for pointing this out
2022-01-03typo - letter casepox
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-17Update bip-0052.mediawikicalle
Typos
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