1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 19:16:28 +01:00
Commit graph

3093 commits

Author SHA1 Message Date
Robert Spigler
5161601435
Merge pull request #2 from bitcoin/master
Update local
2021-03-22 01:07:54 -04:00
Robert Spigler
ba9f775ef6
Formatting 2021-03-22 01:01:55 -04:00
Robert Spigler
73dce7aafc
BIP2 compliance. Add rationale, addresss discovery, etc. 2021-03-22 00:59:46 -04:00
Luke Dashjr
dacd6a2fc2
Merge pull request #1080 from achow101/bip8-more-params
BIP 8: Add minimum activation height
2021-03-20 19:44:52 +00:00
Andrew Chow
54fe11608c Add minimum activation height to BIP 8 2021-03-20 15:03:49 -04:00
Robert Spigler
f4cea61a4e
Clarifications 2021-03-18 18:00:39 -04:00
Robert Spigler
b4af07c8a7
Add PSBT and ML reference 2021-03-18 17:16:15 -04:00
Robert Spigler
8c346ca3ba
Revert to multisig only 2021-03-18 17:15:07 -04:00
8go
4817829dc8
BIP-85: Added Ian Coleman's Mnemonic Code Converter
- 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-15 21:28:48 +00:00
Luke Dashjr
cd3885c0fb
Merge pull request #1078 from dr-orlovsky/patch-5
Fixing Simple Signer Algorithm
2021-03-15 20:17:23 +00:00
Luke Dashjr
d7cc27613e Merge BIP 370 2021-03-15 20:16:33 +00:00
Luke Dashjr
4edd978046 Fix Comments-URI for BIP 370 2021-03-15 20:16:20 +00:00
Luke Dashjr
36981bccc6
Merge pull request #1083 from 8go/patch-1
BIP 85: fixed some typos and minor English mistakes
2021-03-15 20:13:38 +00:00
Luke Dashjr
9bad9b5aca
Merge pull request #1085 from ethankosakovsky/patch-1
BIP85: fixed test vector.
2021-03-15 20:13:17 +00:00
Luke Dashjr
43b268c1c5
Merge pull request #1079 from Matthiti/patch-1
Fix typos in BIP 2
2021-03-15 20:10:53 +00:00
Robert Spigler
deba2a75be
Clarify testnets 2021-03-14 16:02:45 -04:00
ethankosakovsky
07d208ed09
BIP85: fixed test vector. 2021-03-13 14:38:27 +08:00
Robert Spigler
c747ee9880
Update Modern Derivation Standard.mediawiki
minor edit
2021-03-12 17:32:50 -05:00
Robert Spigler
ef3a16eeec
Update and rename Multisig Derivation Standard.mediawiki to Modern Derivation Standard.mediawiki
Multisig and singlesig support
2021-03-12 16:57:55 -05:00
Robert Spigler
a067f9ca08 Formatting 2021-03-11 16:17:51 -05:00
Robert Spigler
675c3a8703
Create Multisig Derivation Standard.mediawiki
Draft
2021-03-11 03:11:51 -05:00
8go
3635e0ec66
fixed some typos and minor English mistakes 2021-03-09 17:12:08 +00:00
Dávid Molnár
38d2454210
Fix word duplication 2021-03-09 09:09:52 +01:00
Matthijs Roelink
726cbf100c
Fix typos in BIP 2 2021-03-06 20:24:56 +01:00
Dr. Maxim Orlovsky
a29c14f664
Removing size param (not used anymore) 2021-03-06 02:13:08 +01:00
Andrew Chow
eaaf376099 174: Change PSBT unknown fields test to use higher numbers
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-04 16:14:45 -05:00
Luke Dashjr
333fc69ab9
Merge pull request #1004 from prayank23/bip125-backwardscompatibility
BIP 125: Change 'Client support' to 'Backwards compatibility'
2021-03-03 06:02:51 +00:00
Dr. Maxim Orlovsky
6db1e16486
Fixing Simple Signer Algorithm
Simple Signer Algorithm was lacking an index argument (last one) on all function calls
2021-03-02 20:26:59 +01:00
Sanket Kanjalkar
c3f7e6fe56
Change witness to signature
As per my understanding, the value is committed in the signature(sighash msg) and is not being supplied as an additional witness
2021-03-01 23:01:26 -08:00
Fonta1n3
0b667770d8
fix: typo 2021-02-28 09:48:29 +08:00
Fonta1n3
8a3a8bd042
fix: update to provide for future extensibility 2021-02-28 09:24:59 +08:00
Fonta1n3
dd3033f0dd
fix: this is specific to an existing standard only 2021-02-27 11:29:31 +08:00
Luke Dashjr
48b3896e6e Merge branch 'bip8_threshold' 2021-02-26 19:49:50 +00:00
Luke Dashjr
82000f65c1 Merge remote-tracking branch 'origin-pull/1073/head' 2021-02-26 19:47:43 +00:00
Luke Dashjr
5c6f02343e
Merge pull request #1070 from luke-jr/bip8_elaborate
BIP 8: Elaborate and clarify parameter selection
2021-02-26 19:45:00 +00:00
Antoine Poinsot
a118ef42a6
bip8: mention in intro the forced activation is optional
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-26 14:18:35 +01:00
Antoine Poinsot
ca77342417
bip8: remove recommendation to force activation after a year
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-26 13:33:36 +01:00
Fonta1n3
787ed87ff3
Merge remote-tracking branch 'upstream/master' 2021-02-24 22:15:55 +08:00
Fonta1n3
32d6ee217a
fix: bip number not actually assigned 2021-02-24 21:38:46 +08:00
Fonta1n3
bf8c208da5
fix: define motivation, remove account creation blurb. 2021-02-24 21:36:10 +08:00
Fonta1n3
86e77903ba
fix: remove legacy references 2021-02-24 21:27:15 +08:00
Luke Dashjr
72bf969a17 BIP 8: Avoid speculating precisely on how soon the economic majority might be upgraded 2021-02-17 21:07:56 +00:00
Luke Dashjr
1e25eb98f6 BIP 8: Advise not choosing a bit being used for other things 2021-02-17 21:02:51 +00:00
Luke Dashjr
663efa52d4 BIP 8: Move recommendation for "name" to "Selection guidelines" 2021-02-17 21:01:03 +00:00
Luke Dashjr
6ea5857b62 BIP 8: Reduce threshold recommendation to 90% 2021-02-17 20:58:33 +00:00
Luke Dashjr
febdf1312a BIP 8: Make threshold a parameter 2021-02-17 20:58:22 +00:00
Luke Dashjr
3a7585365f
Merge pull request #1045 from koushiro/koushiro/add-bip0039-rs
Add another Rust implmentation of BIP-0039
2021-02-12 21:29:20 +00:00
Luke Dashjr
fbef072a91
Merge pull request #1029 from meherett/patch-1
BIP-0039: Add Python-HDWallet package
2021-02-12 21:28:59 +00:00
Andrew Chow
b3d224f384 Specify BIP 370 PSBTv2 2021-02-12 16:09:35 -05:00
Luke Dashjr
19c429ee28 Merge BIP 338 2021-02-12 21:04:39 +00:00