summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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".
2021-07-20Merge pull request #1072 from Fonta1n3/masterLuke Dashjr
HD Multisig derivation standard
2021-07-20Merge pull request #1139 from achow101/taproot-psbtLuke Dashjr
BIP 371: Taproot Fields for PSBT
2021-07-20Fix BIP 48 headers and add to READMELuke Dashjr
2021-07-20Specify BIP 371 Taproot Fields for PSBTAndrew Chow
Add bip-0371.mediawiki, update readme, and update BIP 174 with new field types.
2021-07-20Merge pull request #1142 from RCasatta/lift_xLuke Dashjr
remove int_from_bytes in lift_x call since it is done internally
2021-07-20Update bip-0048.mediawikiFontan3
Add code snippets.
2021-07-20Update bip-0048.mediawikiFontan3
2021-07-20Update bip-0048.mediawikiFontan3
2021-07-20Delete .DS_StoreFonta1n3
2021-07-20Update bip-0048.mediawikiFonta1n3
2021-07-20Update bip-0048.mediawikiFonta1n3
- Replace BIP number with ? - Reduce title to less then 44 characters - Add MIT Licence and copyright section - Add specification section - Add backwards compatibility section
2021-07-14remove int_from_bytes in lift_x call since it is done internallyRiccardo Casatta