summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-10[BIP-119] Clarify Endianness of serializationsJeremy Rubin
2022-05-10[BIP-119] Use mediawiki syntax highlighting, add comment to specJeremy Rubin
2022-05-06Merge pull request #1314 from luke-jr/fix_bip326kallewoof
Bugfix: BIP 326: Correct Author/Title headings
2022-05-06Merge pull request #1276 from katesalazar/patch-3kallewoof
[0112] fix broken link
2022-05-06Merge pull request #1300 from dplusplus1024/patch-1kallewoof
Grammar update
2022-05-05Merge pull request #1193 from katesalazar/202109261239Luke Dashjr
BIP 0174: Remove transparent background from figures
2022-05-05Merge pull request #1290 from allenpiscitello/patch-1Luke Dashjr
Fixing incorrect allowing of unsigned transaction
2022-05-05Merge pull request #1275 from meshcollider/202201_fix_broken_linkLuke Dashjr
BIP340: fix broken link to Schnorr's blind signature attack
2022-05-05Merge pull request #1309 from JeremyRubin/anti-dos-119Luke Dashjr
[BIP-119] Clean Up Spec of Opcode
2022-05-05Merge pull request #1294 from JeremyRubin/patch-7Luke Dashjr
Update BIP-119 to include python reference hash / link BIP-341
2022-05-05Merge remote-tracking branch 'origin-pull/1267/head'Luke Dashjr
2022-05-05Merge pull request #1296 from brandonblack/bip-0371-vectors-fixesLuke Dashjr
BIP-0371 vector fix + nits
2022-05-05Bugfix: BIP 326: Correct Author/Title headingsLuke Dashjr
2022-05-05Merge pull request #1299 from ajtowns/202204-longtitleLuke Dashjr
bip-326: avoid errors from scripts/buildtable.pl
2022-05-05Merge pull request #1287 from sdaftuar/2021-02-bip338-fixupsLuke Dashjr
BIP338: Add further restrictions on disabletx
2022-05-05Merge pull request #840 from graingert/patch-1Luke Dashjr
Add .NET standard bip39 implementation
2022-04-28[BIP-119]: Make IsPayToBareDefaultCheckTemplateVerifyHash PythonicJeremy Rubin
2022-04-28[BIP-119] Remove C++ Spec from BIP-119 entirely.Jeremy Rubin
2022-04-28[BIP-119] Reimplement CTV in higher level pythonic pseduocode and clarify ↵Jeremy Rubin
DoS Caching requirements.
2022-04-11Grammar updateD++
2022-04-07bip-326: avoid errors from scripts/buildtable.plAnthony Towns
2022-04-05Add restriction on feefilter messagesSuhas Daftuar
2022-04-04Correct pubkey type for TAP_INTERNAL_KEYBrandon Black
2022-04-04Fix data type for TAP_MERKLE_ROOTBrandon Black
2022-04-04Remove repeated clauseBrandon Black
2022-04-01Fix TAP_SCRIPT_SIG signature too short vectorBrandon Black
* The specified length of the value did not match the encoded data. Probably a manual modification error from the prior vector.
2022-04-01Remove stray '<'Brandon Black
2022-03-29Update BIP-119 to include python reference hash / link BIP-341Jeremy Rubin
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