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

3305 commits

Author SHA1 Message Date
Hugo Nguyen
47847fe874
minor edit 2021-05-11 03:36:32 -07:00
Michael Folkson
37b55d2fde BIP: Mandatory activation of taproot deployment 2021-05-09 10:42:33 +01: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
eugene
b1dbe62a21 BIP 341: fix tuple index 2021-04-26 17:43:41 -04:00
Dr. Maxim Orlovsky
dd39e2234c
BIP-21 remove of all "size" mentions 2021-04-26 22:55:25 +02:00
Robert Spigler
653b965f15
Add BSMS reference and key origin info 2021-04-26 14:55:39 -04:00
Robert Spigler
4794d70c5e
Merge pull request #3 from bitcoin/master
Update local
2021-04-25 23:57:34 -04:00
Robert Spigler
7ae9e025e8
Minor edits, + backwards compatibility 2021-04-25 23:52:46 -04: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
Robert Spigler
ccc8af43b0
Address Discovery Fixes 2021-04-21 15:13:23 -04:00
Robert Spigler
f18ddfbfa5
Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
Formatting
2021-04-19 18:09:59 -04:00
Robert Spigler
25bacdc21d
Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
Fix formatting
2021-04-19 18:08:52 -04:00
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