Luke Dashjr
5bbfab9c56
Merge pull request #1097 from hugohn/bip-hugonguyen-bsms
...
BIP 129: Bitcoin Secure Multisig Setup (BSMS)
2021-05-15 04:29:03 +00:00
Hugo Nguyen
c9249b230b
update URI
2021-05-14 18:43:50 -07:00
Hugo Nguyen
76c103a0ef
Fix email format
2021-05-14 18:38:11 -07:00
Hugo Nguyen
0e9aef5d9e
Correct BIP number
2021-05-14 18:37:07 -07:00
Hugo Nguyen
73e581ca06
BIP 129: Bitcoin Secure Multisig Setup (BSMS)
2021-05-14 18:29:58 -07:00
Hugo Nguyen
b644e2933e
update BIP number and rename file
2021-05-14 18:14:08 -07:00
Hugo Nguyen
47847fe874
minor edit
2021-05-11 03:36:32 -07:00
Hugo Nguyen
229a60bf8e
update Compatibility section
2021-05-07 19:42:44 -07:00
Hugo Nguyen
f13cd8dde9
update Compatibility section
2021-05-05 20:05:08 -07:00
Hugo Nguyen
0408b412f9
minor edit
2021-05-04 21:58:10 -07:00
Hugo Nguyen
83aa04776d
update Compatibility section
2021-05-04 21:35:05 -07:00
Hugo Nguyen
83e9b39eb9
fix test vector
2021-04-28 08:44:25 -07:00
Hugo Nguyen
3f050db64e
add Compatibility section
2021-04-28 08:25:43 -07:00
Luke Dashjr
40b10c83db
Merge pull request #1104 from ajtowns/202103-bip341-speedy-trial-mtp
...
BIP341: speedy trial activation parameters
2021-04-25 21:54:10 +00:00
Hugo Nguyen
cf00b45679
upgrade EXTENDED mode to 128-bit
2021-04-24 22:00:03 -07:00
Hugo Nguyen
e82de1d3bb
minor edit
2021-04-24 21:02:18 -07:00
Hugo Nguyen
75bb056596
minor edit
2021-04-24 20:57:24 -07:00
Hugo Nguyen
de79a73b49
add a test vector for public keys
2021-04-24 20:32:36 -07:00
Hugo Nguyen
45bc31d83d
minor edit
2021-04-24 20:24:30 -07:00
Hugo Nguyen
3ecad81bea
update test vectors
2021-04-24 01:21:19 -07:00
Hugo Nguyen
abbb76e987
Minor edit
2021-04-24 00:46:24 -07:00
Luke Dashjr
b966bd3ebd
Merge pull request #1093 from MarcoFalke/patch-2
...
BIP 325: Remove empty section "Acknowledgement"
2021-04-23 02:11:27 +00:00
Luke Dashjr
d4ed08fd7c
Merge pull request #1102 from fresheneesz/fresheneesz-minor-patch-1
...
Minor: linking BIPs in BIP9
2021-04-22 23:11:30 +00:00
Luke Dashjr
b233501d0c
Merge pull request #1103 from jonasnick/bip341-testvectors
...
BIP 341/342: Add link to Bitcoin Core test vectors
2021-04-22 22:52:12 +00:00
Luke Dashjr
375f11a30c
Merge pull request #1099 from achow101/more-psbt-tests
...
BIP 174: Add test vectors for additional unsigned tx serialization
2021-04-22 22:51:05 +00:00
Luke Dashjr
5935963e77
Merge pull request #1094 from kiminuo/patch-3
...
Update bip-0174.mediawiki
2021-04-22 22:45:04 +00:00
Luke Dashjr
48cc3ae3b2
Merge pull request #1086 from 8go/patch-2
...
BIP-85: Added Ian Coleman's Mnemonic Code Converter
2021-04-22 22:35:28 +00:00
Luke Dashjr
833040dabf
Merge pull request #1074 from sanket1729/patch-1
...
Change `witness` to signature
2021-04-22 22:29:34 +00: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
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
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