1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00
Commit Graph

3566 Commits

Author SHA1 Message Date
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
Vehorny
682fd8bc58
Update bip-0060.mediawiki 2023-12-07 02:13:58 +01:00
Vehorny
3732ac478b
Update bip-0010.mediawiki 2023-12-07 02:12:27 +01:00
GoodDaisy
6fd7de46b7 Fix typos 2023-10-13 09:05:19 +08: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
Chun
91bbe3307c
Update bip-0087.mediawiki
typo fix
2023-08-20 07:59:19 +00: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
sgmoore
2f1e2bc4d8
added colon at end of if statement - bip-0119.mediawiki
Python requires a colon at the end of an if statement to denote the beginning of the block of code that will be executed if the condition is True. If the colon is omitted, a syntax error will occur, and the code will not run. Since the syntax error will prevent the code from running, it won't introduce any vulnerabilities by itself. However, it will cause the application to fail at the point where the code is parsed, which might expose other issues if error handling is not implemented properly.
2023-08-15 12:54:34 -07: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
Luke Dashjr
bbb7aafad3
Merge pull request #1384 from weareseba/feature/bip127_BDK_proof
Added the BDK implementation for bip-0127 proof of reserves
2023-07-02 18:41:55 -04:00
Luke Dashjr
d16e96ae9c
Merge pull request #1414 from coolaj86/patch-2
feat: add DashPhrase.js to JS implementations
2023-07-02 18:41:26 -04:00
anquii
9e6fd72314 Add anquii/BIP39 (Swift) 2023-07-02 17:25:01 +01:00
kallewoof
8b41d49d33
Merge pull request #1459 from ktecho/patch-1
Typos in bip-0119
2023-06-30 14:25:57 +09:00
kallewoof
16707080a5
Merge pull request #1444 from satsie/satsie-bip-137-edits
BIP-137: Fix typo
2023-06-30 10:37:26 +09:00
kallewoof
c95f655be6
Merge pull request #1468 from achow101/descriptor-tests
descriptors: add test vectors
2023-06-30 10:37:11 +09:00
kallewoof
0c9e826870
Merge pull request #1450 from yahiheb/patch-1
[Trivial] Fix text format (BIP 39)
2023-06-30 10:36:16 +09:00
Andrew Chow
bb562aa8e9 descriptors: add test vectors 2023-06-29 16:30:36 -04:00
Luke Dashjr
648eb37f1a
Merge pull request #1344 from scgbckbone/passwords
bip85 passwords
2023-06-29 14:04:23 -04:00
Luke Dashjr
04a9656810
Merge pull request #1406 from real-or-random/patch-18
BIP341: Fix definition of NUMS point
2023-06-29 13:48:49 -04:00
Luke Dashjr
fbd92f2495
Merge pull request #1436 from theStack/bip324_handsake_remove_initiating_param
bip-0324: remove `initiating` parameter from `ellswift_create` calls
2023-06-29 13:48:11 -04:00
Luke Dashjr
6e82728e6b
Merge pull request #1354 from achow101/bip-multipath-descs
[New BIP 389] Multipath descriptors
2023-06-29 13:25:27 -04:00
James O'Beirne
e2ff23b3f0 fiuxp! allow larger trigger/recovery output amounts
Allow trigger/recovery output nValues to exceed the amounts supplied by
constituent vault inputs. This allows future compatibility for e.g.
trigger collateral.
2023-06-28 12:06:35 -04:00
James O'Beirne
cb50446a65 fixup! add <revault-amount> and clarify deferred checks
This change makes the amount being revaulted (if any) explicit to avoid
issues surfaced by AJ Towns (e.g. multiple compatible vault inputs
duplicating triggers and revaults to confuse the old deferred check
logic).

Pseudocode is also provided for the deferred checks, and their inline
validation description has been changed to be more faithful to the
implementation - we make mention of queueing deferred checks, and then
later describe the algorithm used to aggregate and perform them.
2023-06-28 12:03:58 -04:00
kallewoof
1d15f3e0f4
Merge pull request #1452 from sethforprivacy/patch-1
BIP 329: Add `spendable` state to outputs
2023-06-27 11:01:53 +09:00
Luis Miguel
8f506d8e27
Typos in bip-0119 2023-06-06 15:47:37 +02:00
kallewoof
b4ea0a93aa
Merge pull request #1454 from uncomputable/bech32m-final
Mark bech32m as final
2023-06-05 23:21:13 +09:00
Seth For Privacy
fc0950e07e
Properly handle spendable state and JSON edge cases 2023-05-30 09:42:26 -04:00
kallewoof
0ea6005488
Merge pull request #1446 from sipa/bip-taproot
BIP340 updates: clarifications, variable-length messages, expand domain separation
2023-05-29 17:11:24 +09:00
Seth For Privacy
d20444a3ae
Add motivation for spendable tag 2023-05-24 09:39:16 -04:00