1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00
Commit Graph

4458 Commits

Author SHA1 Message Date
Pieter Wuille
1e2d05609f Merge pull request #208 from sipa/202007_nobitloss
Clarify security argument of x-only pubkeys
2020-07-21 19:36:23 -07:00
Andrew Chow
5ac2cb5b93 BIP174: Clarify that both UTXO types are allowed 2020-07-21 18:27:20 -04:00
Jonas Nick
7e9b4dd620 BIP-0340: note that adapting the spec to other curves is insecure 2020-07-21 18:44:46 +00:00
Pieter Wuille
005586d2fd Clarify security argument of x-only pubkeys better 2020-07-20 14:39:28 -07:00
kiminuo
a4fd5cc8ad Update bip-0078.mediawiki
Fix a few links.
2020-07-19 22:51:06 +02:00
Jonas Nick
2611302d83 BIP-0340: Remove last remaining mention of Jacobi symbol
Jacobi symbol can be confusing because it may suggest that the modulus is
composite.

Thanks to Alan Szepieniec for pointing out this issue.
2020-07-18 20:14:51 +00:00
Jonas Nick
804538f141 BIP-0340: small fixups
- key prefixing means prefixing the message
- array indexing starts with 0
- 'Gennaro' is spelled with two n's
- has_even_y definition takes P as argument

Thanks to Alan Szepieniec for pointing out these issues.
2020-07-18 20:14:36 +00:00
Vasil Dimov
350189ad48 BIP155: use a dedicated message for signalling
Change signaling of support for the new `addrv2` messages to be done via
a dedicated message `sendaddrv2` instead of protocol bump.

The drawback of using a protocol bump is that the protocol version is
not a bitmask and if a node wants to announce support for `addrv2` this
would imply support for all prior features included in that protocol
version.
2020-07-16 20:38:02 +02:00
Vasil Dimov
42ee3f5c15 BIP155: include changes from followup discussions
* Increase the maximum length of an address from 32 to 512 bytes and
  clarify that the entire message should be rejected if it contains
  a longer address.
  (from https://github.com/bitcoin/bips/pull/766#issuecomment-519248699)

* Remove a contradiction about unknown address types - "MUST ignore" VS
  "MAY store and gossip".

* Recommend gossiping addresses for networks to which the node is not
  currently connected to.
  (from https://github.com/bitcoin/bips/pull/766#issuecomment-545067608)

* Clarify that the entire message should be rejected if it contains an
  address with unexpected size (e.g. IPv4 address with length 5).
2020-07-16 20:37:20 +02:00
Luke Dashjr
5cc0c6fb49 Merge pull request #938 from ysangkok/expired-bip-0115
Reject 115 (expired)
2020-07-13 03:24:02 +00:00
Luke Dashjr
1515e3ddc9 Merge pull request #925 from ysangkok/final-bip-0090
Final BIP-0090 (Buried Deployments)
2020-07-06 22:04:00 +00:00
Luke Dashjr
eda06164d3 BIP 8: Add new reference implementation 2020-06-26 20:17:22 +00:00
Luke Dashjr
c0d698ae77 BIP 8: Note LOCKED_IN bit requirement in GBT section 2020-06-26 20:07:17 +00:00
Luke Dashjr
ef04aeca51 BIP 8: Fix timeout logic 2020-06-26 17:37:50 +00:00
Luke Dashjr
8e906f14af BIP 8: Remove impossible direct path from DEFINED to FAILING 2020-06-26 15:25:22 +00:00
Luke Dashjr
a59aaceffc Merge pull request #795 from ysangkok/bip-0083
Reject BIP-0083 (three years inactivity)
2020-06-26 12:33:49 +00:00
Janus
7fecce0751 Final BIP-0090 2020-06-25 23:00:59 -05:00
Janus
f50152b3df Reject 156 (expired) 2020-06-25 22:55:32 -05:00
Janus
a2346e5a54 Reject 115 (expired) 2020-06-25 22:47:11 -05:00
Janus
6c87829b7b Reject 140 (expired) 2020-06-25 22:42:52 -05:00
avirgovi
41efd1361e added 'btc_hd_wallet' amongst implementations in bip32, bip39, bip85 2020-06-25 14:07:01 +02:00
avirgovi
f6b935f308 moved duplicate segments to footnotes 2020-06-25 13:42:03 +02:00
avirgovi
a5beb39040 fixed bip32 algo to copy master key creation instead of private2private; added same warning to XPRV part 2020-06-25 13:30:36 +02:00
Luke Dashjr
f4c9fd3ef7 BIP 8: Fix misspellings 2020-06-25 05:25:06 +00:00
Luke Dashjr
00aa4c6b43 BIP 8: Drop unmaintained reference implementation 2020-06-25 05:23:24 +00:00
Luke Dashjr
a85f32e50f Merge BIP 339: WTXID-based transaction relay 2020-06-25 05:20:05 +00:00
Luke Dashjr
b8fefbf576 Assign BIP 339: WTXID-based transaction relay 2020-06-25 05:19:50 +00:00
Luke Dashjr
d066544576 Merge commit 'd168a75' 2020-06-25 05:15:05 +00:00
Luke Dashjr
d168a754f1 Fix README for BIP 78 2020-06-25 05:14:58 +00:00
Luke Dashjr
fd02fa4bb7 Mark BIP 146 as Withdrawn
Per https://github.com/bitcoin/bips/pull/927#issuecomment-643403936
2020-06-25 05:11:46 +00:00
Luke Dashjr
8f4595b29b De-reject BIP-0008 due to progress being made (restore to Draft)
This reverts commit cb064ccdeb.
2020-06-25 05:01:43 +00:00
Luke Dashjr
a004e03d0f Merge remote-tracking branch 'origin-pull/550/head' 2020-06-25 05:01:15 +00:00
Suhas Daftuar
3c5aef89d6 Add BIP-wtxid-relay 2020-06-23 14:52:25 -04:00
nicolas.dorier
a76f5e4335 Clarify test vector 2020-06-23 17:46:18 +09:00
nicolas.dorier
b0be77f99e Removing non-sense paragraph 2020-06-22 11:06:57 +09:00
nicolas.dorier
e6418e5a76 Fix missing word 2020-06-22 10:58:40 +09:00
nicolas.dorier
5e4cc6d812 Fix grammar, additional note on ability to increase output of the receiver 2020-06-22 10:56:22 +09:00
nicolas.dorier
feac3d0035 Update special thanks 2020-06-19 16:12:29 +09:00
nicolas.dorier
c449c019f6 Do not allow decrease in absolute fee 2020-06-19 16:06:19 +09:00
nicolas.dorier
549107933c Allow outputs to be increased 2020-06-19 15:19:22 +09:00
nicolas.dorier
bd97400743 Introduce pjos=0 2020-06-19 15:00:19 +09:00
nicolas.dorier
e2778babfb additional comments 2020-06-19 14:31:19 +09:00
nicolas.dorier
6d4b491b31 Simplify sender's implementation, fix typos 2020-06-19 14:26:51 +09:00
nicolas.dorier
93c655a149 Fix typo 2020-06-19 13:24:59 +09:00
nicolas.dorier
3a16c24f5e Additional note for HW 2020-06-19 13:23:37 +09:00
nicolas.dorier
7803bf8335 Reformat the check list for sender 2020-06-19 13:17:34 +09:00
nicolas.dorier
a3fbc6c620 Do not crash reference implementation if there is no address in the bip21 2020-06-18 11:04:59 +09:00
nicolas.dorier
a2a085cdb4 Add disableoutputsubstitution= optional parameter 2020-06-18 10:11:20 +09:00
nicolas.dorier
63aa576fac Update from RHavar remarks 2020-06-18 09:59:44 +09:00
nicolas.dorier
3485af708c Add reference implementation 2020-06-18 00:12:29 +09:00