summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-13Merge pull request #1095 from eMaringolo/patch-2kallewoof
[BIP 39] Add reference implementation
2021-06-13Merge pull request #1051 from pinheadmz/bip173-witnessversion1kallewoof
BIP173: segwit address witness version is one 5-bit char not one byte
2021-06-13Merge pull request #1109 from Crypt-iQ/tuple_fix_04232021kallewoof
BIP 341: fix tuple index in taproot_tweak_pubkey
2021-06-13Merge pull request #1123 from dgpv/BIP88-editskallewoof
BIP88: add Acknowledgements section
2021-06-13Merge pull request #1120 from t-bast/bip-174kallewoof
BIP 174: clarify key uniqueness
2021-06-13Merge pull request #1125 from dgpv/BIP88-edit-example-h0kallewoof
BIP88: fix description of the "*h/0" example
2021-06-12Merge pull request #1130 from tcharding/add-bip-linksLuke Dashjr
Minor fixes to BIP-0009
2021-06-12Merge pull request #1030 from silencer-Tsai/test-vectorskallewoof
BIP32: Modified test vectors for hardened derivation with leading zeros
2021-06-12Merge pull request #1077 from dr-orlovsky/patch-6kallewoof
Removing size param (not used anymore)
2021-06-11Merge pull request #1116 from jnewbery/2021-05-bip-editorskallewoof
Add Kalle Alm as BIP editor
2021-06-11Add Kalle Alm as BIP editorJohn Newbery
Update language to clarify that there are multiple editors.
2021-06-09Fix typo, remove 'in'Tobin Harding
Phrase 'based on in BIP 43' should probably read 'based on BIP 34'.
2021-06-09Use hyperlinks when mentioning bipsTobin Harding
When mentioning a bip we use a hyperlink to the bip file to assist readers. There are two mentions of bips in BIP-0009 that do not use links, probably because links where provided above in the text, however, its a bit easier on the reader if we provide links again to save scrolling through the document. Use hyperlinks when mentioning BIP 34 and 141 in isolation.