Commit Graph

3122 Commits

Author SHA1 Message Date
Robert Spigler
d95aa3329d Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
Some minor fixes, address gap fixes, backup clarification
2021-04-19 18:03:24 -04:00
Hugo Nguyen
3eb481c551 minor edit 2021-04-19 09:48:59 -07:00
Hugo Nguyen
9771c5e2a8 replace XPUBs with keys to be more generic 2021-04-19 09:19:28 -07:00
Hugo Nguyen
17a5a858e2 introduce descriptor template 2021-04-19 09:03:42 -07:00
Hugo Nguyen
01e9ce9373 update test vectors 2021-04-16 20:19:33 -07:00
Hugo Nguyen
633dab3952 move descriptor to the second line in the descriptor record 2021-04-16 19:28:04 -07:00
Hugo Nguyen
f2e81c8c50 include and verify the wallet's first address in round 2 2021-04-16 02:38:58 -07:00
Hugo Nguyen
f31fa9c1e4 clarify Signer definition and add reference links 2021-04-15 21:13:53 -07:00
fresheneesz
593324754f Changing BIP links in BIP9 to relative urls. 2021-04-14 08:53:21 -10:00
Anthony Towns
93d1b15285 BIP341: add brackets to avoid ambiguity due to precendence rules around bipwise ops 2021-04-14 02:45:56 +10:00
Jonas Nick
43b5f171dc BIP 341/342: Add link to Bitcoin Core test vectors
Also remove mention of non-existing examples.
2021-04-13 15:04:17 +00:00
fresheneesz
cda85c75c1 Minor: linking BIPs in BIP9 2021-04-12 08:26:18 -10:00
Anthony Towns
ce5f89fe0d BIP341: add testnet3 parameters 2021-04-13 01:35:07 +10:00
Andrew Chow
754b77a915 BIP 174: Add test vectors for additional unsigned tx serialization
There are some edge cases with unsigned tx serialization, so this adds
test vectors for them. Specifically, an unsigned tx with witness
serialization is invalid, a transaction with 0 inputs and 0 outputs is
valid, and a transaction with 0 inputs and non-0 outputs is valid.
2021-04-08 13:34:18 -04:00
Anthony Towns
d582d0bd31 BIP341: document simplified bip9 states 2021-04-08 21:25:10 +10:00
Anthony Towns
0f95720639 BIP341: bip9 speedy trial parameters 2021-04-08 21:24:13 +10:00
Hugo Nguyen
89c7529650 BIP: Bitcoin Secure Multisig Setup (BSMS) 2021-04-04 23:46:06 -07:00
Esteban A. Maringolo
1550323225 Add reference implementation 2021-03-31 17:01:51 -03:00
kiminuo
f45d7c5784 Update bip-0174.mediawiki
I, personally, find this easier to read.
2021-03-31 10:22:39 +02:00
Luke Dashjr
1f0b563738 Merge pull request #1087 from jonasnick/bip8-nit
BIP8: remove redundant and conflicting sentence from param selection and fix typo
2021-03-29 22:38:50 +00:00
MarcoFalke
1145b99735 BIP 325: Remove empty section "Acknowledgement" 2021-03-29 13:52:28 +02:00
Anthony Towns
a516c135ab BIP341/342: document current deployment status 2021-03-26 06:33:05 +10:00
Robert Spigler
c7cd5e990b Formatting 2021-03-22 15:34:18 -04:00
Robert Spigler
b1c2b5c671 Fix errors 2021-03-22 15:27:20 -04:00
Jonas Nick
e1def09d6d BIP8: fix typo: 2 retarget intervals are 4032 blocks. 2021-03-22 12:57:36 +00:00
Jonas Nick
f5a3140f21 BIP8: remove redundant and conflicting sentence from param selection
At the end of the param selection section it's explicitly stated that
startheight _must_ be a multiple of 2016.
2021-03-22 12:56:59 +00:00
Robert Spigler
453d328265 Grammar/formatting 2021-03-22 01:27:52 -04:00
Robert Spigler
1361af2f73 Merge pull request #1 from Rspigler/Sane_Mulitisg_deriv
[DRAFT] Modern Hierarchy for Deterministic Multisignature Wallets
2021-03-22 01:10:40 -04:00
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