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

3266 commits

Author SHA1 Message Date
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
Suhas Daftuar
f2d5867bc7 Add further restrictions on disabletx
Clarify that peers must set fRelay=false in order to send disabletx,
and that notfound messages may not be sent.
2021-03-09 14:25:38 -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