summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-10BIP 0069: Fix broken linkkatesalazar
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-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-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
2021-08-29Merge pull request #523 from luke-jr/bip43-purposecodesLuke Dashjr
BIP 43: Reserve purpose codes 10001-19999 for SLIPs
2021-08-29BIP 43: Reserve purpose codes 10001-19999 for SLIPsLuke Dashjr
2021-08-29Merge pull request #1152 from NicolasDorier/patch-14Luke Dashjr
[BIP78] Recommended fee rate estimation for P2TR
2021-08-29Merge pull request #1147 from achow101/371-testsLuke Dashjr
BIP 371: Tests vectors and reference implementation
2021-08-29Merge pull request #1146 from kdmukai/patch-1Luke Dashjr
BIP-48: Trivial errant apostrophe fix
2021-08-25Merge branch 'master' into patch-4Ferdinando M. Ametrano
2021-08-17Fix grammar - remove 'was chosen as'Tobin Harding
This sentence grammatically incorrect Empirical analysis also shows that was chosen as these parameters ... Elect to fix the sentence to be: Empirical analysis also shows that these parameters ...
2021-08-17typo in bip-0078rage-proof
This is a transaction with inputs P2SH-P2WPKH 1. P2SH-P2WPKH is defined as type in this doc and the other type not 2. the RedeemScript(0 c78a45725355828d5658074dd5260d5fcb698530) consists of 0 + <20 bytes> and indicates therefore P2WPKH-Type. https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#P2WPKH_nested_in_BIP16_P2SH
2021-08-16Merge pull request #1155 from azuchi/fix-psbt2-linkkallewoof
[BIP174] Fix broken link to psbt2
2021-08-15[BIP174] Fix broken link to psbt2azuchi
2021-08-05[BIP78] Recommended fee rate estimation for P2TRNicolas Dorier
Non-Witness: Outpoint size = 32+4 Sequence size = 4 ScriptSig VarInt Size= 1 Witness: WitScript VarInt Size= 1 Then script itself: 65 signature size + 1 byte of push opcode `(32 + 4 + 4 + 1) + (65+1+1)/4=57.75`, rounded up `58`. We assume 65 of signature size rather than 64, since we can't assume the sighash to be `Default`.
2021-07-23371: Add reference implementationAndrew Chow
2021-07-23371: Add test vectorsAndrew Chow
2021-07-21Trivial errant apostrophe fixkdmukai
Plural "wallets", not possessive "wallet's".