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

3527 commits

Author SHA1 Message Date
Ben van Hartingsveldt
84f851926e
Process editorial feedback 2024-05-06 23:26:45 +02:00
Ben
ec52ae1321 Improve commands 2024-03-21 22:35:25 +01:00
Ben
805559f695 Add two methods 2024-03-21 21:15:06 +01:00
Ben
c82a2a11b7 Add information about HTTP Push 2024-03-21 17:07:05 +01:00
Ben
3d217b09b8 Add note 2024-03-21 14:30:06 +01:00
Ben
83647b1b20 Improve text 2024-03-21 14:09:36 +01:00
Ben
e2807713e0 Add information about HTTP polling 2024-03-21 12:01:45 +01:00
Ben
e13def41e5 Add information about WebSocket subprotocol 2024-03-21 10:46:56 +01:00
Ben
8658be8faa Add more information about WebSockets 2024-03-19 11:14:46 +01:00
Ben
a5aee5bd6c Add letters and default ports 2024-03-19 09:58:44 +01:00
Ben
abe08e4b5f Improve specification of transport protocols 2024-03-07 21:52:29 +01:00
Ben
72bfc4d01b Allow public domain 2024-03-07 18:28:42 +01:00
Ben
914fb7c40c Fix inline code 2024-03-07 16:38:43 +01:00
Ben
47ca202e1f Write initial draft of BIP 40 2024-03-07 16:26:28 +01:00
Luke Dashjr
b3701faef2 README: Update table 2024-02-23 20:21:08 +00:00
Luke Dashjr
95ad106286
Merge pull request #1421 from jamesob/jamesob-23-02-opvault
Add OP_VAULT (BIP 345)
2024-02-23 15:17:53 -05:00
James O'Beirne
eccf3db139 BIP-0345: add copyright 2024-02-23 15:15:32 -05:00
James O'Beirne
de9ef59307 fixup! remove unused diagram 2024-01-03 16:12:29 -05:00
James O'Beirne
327025b369 fixup! misc. feedback from AJ and twhit223 2024-01-03 16:11:50 -05:00
James O'Beirne
c2cec65937 fixup! rename n-pushes -> push-count 2024-01-03 15:33:50 -05:00
Luke Dashjr
deae64bfd3
Merge pull request #1523 from vehorny/patch-3
BIP-12: typo fix
2023-12-26 14:35:32 -05:00
Luke Dashjr
7526e2b531
Merge pull request #1532 from yannickseurin/BIP-380
BIP-380: correct fingerprint for invalid hardened indicators examples
2023-12-26 14:23:40 -05:00
kallewoof
9c57fac1a7
Merge pull request #1504 from achow101/allow-markdown
bip 2: allow markdown
2023-12-18 15:14:09 +09:00
kallewoof
9692c70ead
Merge pull request #1527 from achow101/update-contact-info
Update contact info for achow101
2023-12-14 12:41:30 +09:00
Ava Chow
a28b021b99 Update contact info for achow101 2023-12-13 11:12:08 -05:00
Yannick Seurin
c595d7c517 correct fingerprint for invalid hardened indicators 2023-12-08 15:34:36 +01:00
Vehorny
6f288f0f68
Update bip-0012.mediawiki 2023-12-07 02:17:00 +01:00
Andrew Chow
1a629a4961 bip 2: allow markdown 2023-10-10 21:59:08 -04:00
James O'Beirne
eb3fb727c3 BIP-0345: restrict trigger output to v1 witness
Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
2023-10-09 14:09:01 -04:00
James O'Beirne
014b832e07 BIP-345: add sigops cost of 60 2023-09-29 09:19:15 -04:00
kallewoof
e918b50731
Merge pull request #1498 from real-or-random/202309-0324-garbauth
bip324: Remove garbage authentication packet (breaking change)
2023-09-29 16:19:23 +09:00
Tim Ruffing
75dc363d20 bip324: Remove garbage authentication packet (breaking change)
by merging it with the version packet. Or more accurately, by merging
it with the first packet sent after garbage termination, which may be
a decoy packet or the version packet.

The new protocol simplifies implementations:
 - A protocol state machine won't need separate states for garbage
   authentication and version phases.
 - The special case of "ignoring the ignore bit" is removed.
 - The freedom to choose the contents of the garbage authentication
   packet is removed. This simplifies testing.

The reason for having a separate garbage authentication packet was
to materialize the separation of the key exchange phase and version
negotiation phase even in the bytestream on the wire. However, this
is not necessary, and arguably, these phases are still properly
separated: Since the AEAD will ensure that AAD (=garbage) is checked
before looking at the contents (=version), the peers won't interpret
version data before having authenticated the garbage.
2023-09-28 10:19:53 +02:00
kallewoof
7004ad1a82
Merge pull request #1496 from sipa/bip324
bip324: small improvements
2023-09-21 10:31:25 +09:00
Pieter Wuille
cdcb6801a1 For now, remove BIP330 messages before being adopted 2023-09-11 13:43:29 -04:00
Pieter Wuille
397016ebdf Allow detecting/disconnecting wrong-network v1 peers 2023-09-11 13:43:23 -04:00
Pieter Wuille
175c5c06e0 Use 16-byte prefix to distinguish v1 from v2 2023-09-11 12:00:53 -04:00
James O'Beirne
4aae726be9 fixup! fix off-by-one and revault-idx malleability
Co-authored-by: sanket1729 <sanket1729@gmail.com>
2023-09-01 10:12:38 -04:00
Luke Dashjr
e643d247c8
Merge pull request #1485 from luke-jr/bip300_adj20230726
BIP 300: Various improvements
2023-08-17 21:25:39 -04:00
Luke Dashjr
fa21bdec66
Merge pull request #1482 from JeremyRubin/patch-8
Add James O'Beirne to 119 Author List
2023-08-16 09:49:21 -04:00
Jeremy Rubin
0033fd876f
Add James O'Beirne to 119 Author List 2023-07-28 17:34:38 -04:00
Luke Dashjr
c2f4825550 bip-0300: Add some guesstimate weight adjustments 2023-07-26 20:39:45 +00:00
Luke Dashjr
796c80eb9d bip-0300: Ensure tx fee commitment itself has zero value so sidechain coins can't get burned 2023-07-26 20:07:54 +00:00
Luke Dashjr
badaf01360 bip-0300: Forbid extraneous OP_DRIVECHAIN outputs in M5/M6 2023-07-26 19:59:59 +00:00
Luke Dashjr
accaee0f33 bip-0300: Define endianness of upvote vector 2023-07-26 19:59:11 +00:00
Luke Dashjr
9d4ec80215 bip-0300: Reorder upvote vector version numbers to leave 1/2 bytes as version 1,2 respectively 2023-07-26 19:54:18 +00:00
Luke Dashjr
69d872461b bip-0300: Fix upvote vector example 2023-07-26 19:53:36 +00:00
Luke Dashjr
2cccaf650f bip-0300: Add OP_DRIVECHAIN 2023-07-26 19:45:54 +00:00
Luke Dashjr
55566a73f9
Merge pull request #1477 from psztorc/patch-1
clearer, more failure details, + use OP_TRUE
2023-07-17 20:35:16 -04:00
Paul Sztorc
e7eba11645
clearer, more failure details, + use OP_TRUE 2023-07-13 16:45:08 -04:00
Luke Dashjr
66a1a81510
Merge pull request #1410 from anquii/bip-0039-patch
Add link to anquii/BIP39 (Swift)
2023-07-02 18:42:24 -04:00