summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-24Fixing incorrect allowing of unsigned transactionallenpiscitello
V2 does not allow Global Key Type of 0 (Unsigned Transaction), but not listed as excluded in the spec.
2022-03-23Merge pull request #1278 from JeremyRubin/patch-6Luke Dashjr
[BIP-119] Clarify that policy is not validity + what a covenant is.
2022-03-08Merge pull request #1269 from chris-belcher/bip-nsequence-anti-fee-snipekallewoof
BIP 326: Anti-fee-sniping protection with nSequence in taproot transactions to improve privacy for off-chain protocols
2022-03-04Specify BIP 326: Anti-fee-sniping protection with nSequence in taprootchris-belcher
To improve privacy for off-chain protocols
2022-02-07Merge pull request #1279 from kallewoof/202201-bip322-testvecskallewoof
clarify message serialization and add test vectors to BIP-322
2022-02-03clarify that SIMPLE format requires version/locktime/sequence=0 for to_sign ↵Karl-Johan Alm
transaction
2022-01-31add test vectors to BIP-322Karl-Johan Alm
2022-01-31bip-322: clarify how the message is serializedKarl-Johan Alm
2022-01-26[BIP-119] Make it abundantly clear that policy and standard are recommendations.Jeremy Rubin
2022-01-26[BIP-119] Clarify that policy is not validity + what a covenant is.Jeremy Rubin
2022-01-24[0112] fix broken linkkatesalazar
2022-01-21BIP340: fix broken link to Schnorr's blind signature attackSamuel Dobson
2022-01-16Merge pull request #1253 from callebtc/patch-1Luke Dashjr
Update bip-0052.mediawiki
2022-01-16Merge pull request #1270 from JeremyRubin/patch-2Luke Dashjr
[BIP-174] Clarify that partial_sig should be a valid.
2022-01-15Merge pull request #1273 from JeremyRubin/patch-5Luke Dashjr
[BIP-119] Rename Channel Factories / Clarify Malleability
2022-01-15Merge pull request #1115 from Sjors/2021/04/compact_sizeLuke Dashjr
bip174: link to 'compact size' definition, document version 0 handling of > 0xFD
2022-01-15Merge pull request #1272 from JeremyRubin/patch-4Luke Dashjr
[BIP-119] Add notes and warnings about DoS during validation of CTV.
2022-01-15Merge pull request #1271 from JeremyRubin/patch-3Luke Dashjr
[BIP-119] Link Reference implementation to current PR in Bitcoin Core
2022-01-15Merge pull request #1268 from JeremyRubin/patch-1Luke Dashjr
Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths
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-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