summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-07-12Merge pull request #1141 from sanket1729/patch-3kallewoof
BIP118: Key version should be 0x01
2021-07-09BIP118: key version should be 0x01Sanket Kanjalkar
2021-07-08Merge pull request #943 from ajtowns/bip-anyprevoutLuke Dashjr
Update BIP 118 for taproot, rename to ANYPREVOUT
2021-07-02Merge pull request #1127 from chirag64/patch-1Luke Dashjr
Updated URL of the JavaScript reference implementation
2021-07-02Merge pull request #1137 from achow101/taproot-bip44Luke Dashjr
BIP 86: Key Derivation for Single Key P2TR Outputs
2021-07-02Merge pull request #1136 from tcharding/bip-32Luke Dashjr
Remove typo: plural
2021-07-02Specify BIP 86: Key Derivation for Single Key P2TR OutputsAndrew Chow
2021-07-02Merge pull request #1133 from Raulo/bip341bech32mfixLuke Dashjr
Replaces Bech32 by Bech32m in BIP341
2021-07-02Merge pull request #1134 from vasild/bip155_clarify_sendaddrv2Luke Dashjr
BIP155: extra-clarify the semantic of sendaddrv2
2021-07-02Merge pull request #1135 from achow101/psbt2-fieldnum-typoLuke Dashjr
psbt2: Fix field number counting
2021-07-02BIP118: tweak wording around 1-byte pubkeyAnthony Towns
2021-07-02BIP118: remove subliminal advertising of SimplicityAnthony Towns
2021-07-02BIP118: refer to bech32m instead of bech32 for segwit v1 outputsAnthony Towns
Thanks to Ben Carman for spotting.
2021-07-02Update READMEAnthony Towns
2021-07-02Update BIP 118 for taproot, rename to ANYPREVOUTAnthony Towns
2021-06-22Remove typo: pluralTobin Harding
This sentence should use a singular 'key' instead of 'keys'. Change 'knowing an extended public keys allows' to be 'knowing an extended public key allows'
2021-06-21psbt2: Fix field number countingAndrew Chow
PSBT_OUT_SCRIPT should be 0x04, not 0x03.
2021-06-16BIP155: extra-clarify the semantic of sendaddrv2Vasil Dimov
2021-06-15Merge pull request #1082 from molnard/patch-1kallewoof
Fix word duplication
2021-06-15Merge pull request #1027 from rage-proof/patch-1kallewoof
BIP-0078: fix typo
2021-06-15Merge pull request #1022 from AdamISZ/update-jm-bip78kallewoof
update Joinmarket BIP78 status
2021-06-14Replaces Bech32 by Bech32m in BIP341Raulo
Segwit version 1 is encoded by Bech32m given by BIP350
2021-06-14Merge pull request #1132 from AndreasGassmann/patch-1kallewoof
BIP85: Add AirGap Vault implementation
2021-06-14BIP85: Add AirGap Vault implementationAndreas Gassmann