summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-22Fix errorsRobert Spigler
2021-03-22BIP8: fix typo: 2 retarget intervals are 4032 blocks.Jonas Nick
2021-03-22BIP8: remove redundant and conflicting sentence from param selectionJonas Nick
At the end of the param selection section it's explicitly stated that startheight _must_ be a multiple of 2016.
2021-03-22Grammar/formattingRobert Spigler
2021-03-22Merge pull request #1 from Rspigler/Sane_Mulitisg_derivRobert Spigler
[DRAFT] Modern Hierarchy for Deterministic Multisignature Wallets
2021-03-22Merge pull request #2 from bitcoin/masterRobert Spigler
Update local
2021-03-22FormattingRobert Spigler
2021-03-22BIP2 compliance. Add rationale, addresss discovery, etc.Robert Spigler
2021-03-20Merge pull request #1080 from achow101/bip8-more-paramsLuke Dashjr
BIP 8: Add minimum activation height
2021-03-20Add minimum activation height to BIP 8Andrew Chow
2021-03-18ClarificationsRobert Spigler
2021-03-18Add PSBT and ML referenceRobert Spigler
2021-03-18Revert to multisig onlyRobert Spigler
2021-03-15BIP-85: Added Ian Coleman's Mnemonic Code Converter8go
- Added Ian Coleman's Mnemonic Code Converter to the "Other Implementations" section - https://iancoleman.io/bip39/ is a nice tool to play around with and to derive test data for BIP-85 PS: Sorry that I did not include this in the previous PR #1083. I just found this this very moment, but I think it is worth while to include because it gives the user/reader an instant tool to play with and to see results of BIP-85.
2021-03-15Merge pull request #1078 from dr-orlovsky/patch-5Luke Dashjr
Fixing Simple Signer Algorithm
2021-03-15Merge BIP 370Luke Dashjr
2021-03-15Fix Comments-URI for BIP 370Luke Dashjr
2021-03-15Merge pull request #1083 from 8go/patch-1Luke Dashjr
BIP 85: fixed some typos and minor English mistakes
2021-03-15Merge pull request #1085 from ethankosakovsky/patch-1Luke Dashjr
BIP85: fixed test vector.
2021-03-15Merge pull request #1079 from Matthiti/patch-1Luke Dashjr
Fix typos in BIP 2
2021-03-14Clarify testnetsRobert Spigler
2021-03-13BIP85: fixed test vector.ethankosakovsky
2021-03-12Update Modern Derivation Standard.mediawikiRobert Spigler
minor edit
2021-03-12Update and rename Multisig Derivation Standard.mediawiki to Modern ↵Robert Spigler
Derivation Standard.mediawiki Multisig and singlesig support
2021-03-11FormattingRobert Spigler
2021-03-11Create Multisig Derivation Standard.mediawikiRobert Spigler
Draft
2021-03-09fixed some typos and minor English mistakes8go
2021-03-06Fix typos in BIP 2Matthijs Roelink
2021-03-06Removing size param (not used anymore)Dr. Maxim Orlovsky
2021-03-04174: Change PSBT unknown fields test to use higher numbersAndrew Chow
Previously these tests were using 0x0f as the unknown field number. As these have now been defined, change them to use 0xf0 instead as it is unlikely we will use those anything soon.
2021-03-03Merge pull request #1004 from prayank23/bip125-backwardscompatibilityLuke Dashjr
BIP 125: Change 'Client support' to 'Backwards compatibility'
2021-03-02Fixing Simple Signer AlgorithmDr. Maxim Orlovsky
Simple Signer Algorithm was lacking an index argument (last one) on all function calls
2021-03-01Change `witness` to signatureSanket Kanjalkar
As per my understanding, the value is committed in the signature(sighash msg) and is not being supplied as an additional witness
2021-02-26Merge branch 'bip8_threshold'Luke Dashjr
2021-02-26Merge remote-tracking branch 'origin-pull/1073/head'Luke Dashjr
2021-02-26Merge pull request #1070 from luke-jr/bip8_elaborateLuke Dashjr
BIP 8: Elaborate and clarify parameter selection
2021-02-26bip8: mention in intro the forced activation is optionalAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-26bip8: remove recommendation to force activation after a yearAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-17BIP 8: Avoid speculating precisely on how soon the economic majority might ↵Luke Dashjr
be upgraded
2021-02-17BIP 8: Advise not choosing a bit being used for other thingsLuke Dashjr
2021-02-17BIP 8: Move recommendation for "name" to "Selection guidelines"Luke Dashjr
2021-02-17BIP 8: Reduce threshold recommendation to 90%Luke Dashjr
2021-02-17BIP 8: Make threshold a parameterLuke Dashjr
2021-02-12Merge pull request #1045 from koushiro/koushiro/add-bip0039-rsLuke Dashjr
Add another Rust implmentation of BIP-0039
2021-02-12Merge pull request #1029 from meherett/patch-1Luke Dashjr
BIP-0039: Add Python-HDWallet package
2021-02-12Specify BIP 370 PSBTv2Andrew Chow
2021-02-12Merge BIP 338Luke Dashjr
2021-02-12README: Fix colour for BIP 79Luke Dashjr
2021-02-12Assign BIP 338 for Disable transaction relay messageLuke Dashjr
2021-02-12Mention compatibility with bip 37Suhas Daftuar