summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-06-06Updated URL of the JavaScript reference implementationChirag Bhatia
Old repo is archived and links to the new repo are found in the old one's README file. This change updates the old repo's link to the new one.
2021-05-28Update bip-0039.mediawiki Esteban A. Maringolo
Fixes syntax error. Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2021-05-26BIP88: fix description of the "*h/0" exampleDmitry Petukhov
2021-05-19BIP88: add Acknowledgements sectionDmitry Petukhov
2021-05-18Merge branch 'master' of github.com:bitcoin/bipsLuke Dashjr
2021-05-18Merge remote-tracking branch 'origin-pull/935/head'Luke Dashjr
2021-05-17Merge pull request #1121 from danpape/bip-0136-bech32mLuke Dashjr
BIP-0136: updates data encoding/decoding examples due to bech32m/bech32
2021-05-17Merge pull request #1122 from jonasnick/bip340-remove-graphLuke Dashjr
BIP340: remove batch speedup graph and link to it instead
2021-05-17Merge BIP 343Luke Dashjr
2021-05-17Fix formatting for BIP 343Luke Dashjr
2021-05-17Merge BIP 87Luke Dashjr
2021-05-17README: Fix colours for BIPs 87 & 90Luke Dashjr
2021-05-17Merge pull request #1025 from dgpv/bip-path-templatesLuke Dashjr
BIP 88: Templates for Hierarchical Deterministic derivation paths
2021-05-17BIP340: remove batch speedup graph and link to it insteadJonas Nick
This avoids having to update the BIP with a fresh graph every time there's a change to libsecp and suggests that the expected speedup depends on the specific implementation.
2021-05-17BIP88: Add definition for "length of the template", "length of the path"Dmitry Petukhov
2021-05-17Update READMEMichael Folkson
2021-05-17BIP 343 assignedMichael Folkson
2021-05-16BIP88: use <code> tags more, instead of double quotesDmitry Petukhov
2021-05-16BIP88: clarifications, mistype fixesDmitry Petukhov
2021-05-15BIP88: number assigned, rename file and update READMEDmitry Petukhov
2021-05-15bip-path-templates: Add Compatibility sectionDmitry Petukhov
2021-05-15bip-path-templates: describe Wildcard index rangeDmitry Petukhov
2021-05-15bip-path-templates: Change chars for ranges from "[]" to "{}"Dmitry Petukhov
2021-05-15Add BIP draft for BIP32 path templatesDmitry Petukhov
2021-05-15Minor editRobert Spigler
2021-05-15Minor edits and linksRobert Spigler
2021-05-15Change name for CIRobert Spigler
2021-05-15Link to merged BSMS, update examplesRobert Spigler
2021-05-15Merge branch 'bitcoin:master' into v2_Multisig_derivRobert Spigler
2021-05-15Merge pull request #1097 from hugohn/bip-hugonguyen-bsmsLuke Dashjr
BIP 129: Bitcoin Secure Multisig Setup (BSMS)
2021-05-14Rename BIP 87: Modern Hierarchy for Deterministic Multisignature ↵Robert Spigler
Wallets.mediawiki to bip-0087.mediawiki
2021-05-14Update README.mediawikiRobert Spigler
2021-05-14BIP 87 assignedRobert Spigler
2021-05-14update URIHugo Nguyen
2021-05-14Fix email formatHugo Nguyen
2021-05-14Correct BIP numberHugo Nguyen
2021-05-14BIP 129: Bitcoin Secure Multisig Setup (BSMS)Hugo Nguyen
2021-05-14update BIP number and rename fileHugo Nguyen
2021-05-14updates data encoding/decoding examples due to bech32m/bech32Daniel X. Pape
2021-05-11BIP 174: clarify key uniquenesst-bast
The description of keytype incorrectly said it had to be unique: it's the whole key that must be unique, not the keytype (since we can for instance have multiple xpubs in the global map).
2021-05-11minor editHugo Nguyen
2021-05-09BIP: Mandatory activation of taproot deploymentMichael Folkson
2021-05-07update Compatibility sectionHugo Nguyen
2021-05-05update Compatibility sectionHugo Nguyen