1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

2806 Commits

Author SHA1 Message Date
Janus
cdf7934885 Reject 171 (expired) 2020-08-01 17:34:53 -05:00
Janus
1c6cdff42c Reject 134 (expired) 2020-08-01 17:18:43 -05:00
Janus
4bfd643dec Reject 131 (expired) 2020-08-01 17:17:43 -05:00
Luke Dashjr
c134a853a9
Merge pull request #949 from jrawsthorne/bip8-pseudocode-fix
BIP8: Fix pseudocode starting 1 block early
2020-08-01 02:28:38 +00:00
Luke Dashjr
d1eec05739
Merge pull request #954 from sipa/202007_tapsighash_capitalization
Use consistent capitalization of tag TapSighash
2020-08-01 02:26:14 +00:00
Luke Dashjr
10ddcd6846
Merge pull request #948 from achow101/bip174-dual-utxos
BIP174: Clarify that both UTXO types are allowed
2020-08-01 02:24:08 +00:00
Luke Dashjr
b096ae3bd3
Merge pull request #934 from scgbckbone/fix_bip85
Fix bip85
2020-08-01 00:13:38 +00:00
Luke Dashjr
0e460e7f1e
Merge pull request #932 from azuchi/fix-bip85-testvector
BIP85: Fix wrong test vector
2020-08-01 00:12:39 +00:00
Luke Dashjr
e4c606a742
Merge pull request #939 from ysangkok/expired-bip-0156
Reject 156 (expired)
2020-08-01 00:06:33 +00:00
Luke Dashjr
8feba22367
Merge pull request #936 from ysangkok/expired-bip-0140
Reject 140 (expired)
2020-08-01 00:05:42 +00:00
Luke Dashjr
7660d60151
Merge pull request #947 from ajtowns/202007-signet-tx
bip-325: change signature scheme to be tx-based
2020-07-30 02:34:15 +00:00
Pieter Wuille
b9ea863727 Use consistent capitalization of tag TapSighash 2020-07-28 13:50:50 -07:00
Jake Rawsthorne
d6267eddb4 Fix pseudocode starting 1 block early 2020-07-22 20:56:09 +01:00
Anthony Towns
3cf239eef3 bip-325: change signature scheme to be tx-based 2020-07-22 14:41:19 +10:00
Pieter Wuille
e331aadf92
Merge pull request #206 from jonasnick/some-fixups
BIP-0340: Miscellaneous fixups
2020-07-21 19:38:23 -07:00
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
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