Commit Graph

3749 Commits

Author SHA1 Message Date
b434f1813c Update bip-0085.mediawiki
Fix doublicated word
2023-12-15 11:00:10 +01:00
945e2a3742 Typos
TIL that it is "a one" rather than "an one"

Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:48:46 -05:00
01db3acab0 Removes space in ref
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:58 -05:00
6a790ec526 Removes space in ref
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:50 -05:00
a2b0100671 Typo
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:36 -05:00
848352f408 Phrasing
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:45:04 -05:00
c5d66d6706 Better phrasing
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:44:44 -05:00
9779dc9920 Keeps past tense consistant
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:44:14 -05:00
bb725e6523 Wording
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:43:42 -05:00
9692c70ead Merge pull request #1527 from achow101/update-contact-info
Update contact info for achow101
2023-12-14 12:41:30 +09:00
a28b021b99 Update contact info for achow101 2023-12-13 11:12:08 -05:00
3d31e5c894 Adds brackets
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:59:03 -05:00
0335c9d188 Grammar fix
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:27:35 -05:00
26e8e5f7fc Better fits bitcoin style guide
"If an if only has a single-statement then-clause, it can appear on the same line as the if, without braces. In every other case, braces are required, and the then and else clauses must appear correctly indented on a new line."

Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:26:36 -05:00
f1169dd1fc Fixes typo
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:24:39 -05:00
83ca57f222 Create bip-???-cat.mediawiki 2023-12-11 18:11:22 -05:00
c595d7c517 correct fingerprint for invalid hardened indicators 2023-12-08 15:34:36 +01:00
6f288f0f68 Update bip-0012.mediawiki 2023-12-07 02:17:00 +01:00
682fd8bc58 Update bip-0060.mediawiki 2023-12-07 02:13:58 +01:00
3732ac478b Update bip-0010.mediawiki 2023-12-07 02:12:27 +01:00
44794188ec Update bip-0042.mediawiki spelling
Bitcoin the network is written with a capital B. The unit is writting with small b.
2023-10-20 20:51:06 +02:00
6fd7de46b7 Fix typos 2023-10-13 09:05:19 +08:00
1a629a4961 bip 2: allow markdown 2023-10-10 21:59:08 -04:00
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
014b832e07 BIP-345: add sigops cost of 60 2023-09-29 09:19:15 -04:00
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
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
7004ad1a82 Merge pull request #1496 from sipa/bip324
bip324: small improvements
2023-09-21 10:31:25 +09:00
cdcb6801a1 For now, remove BIP330 messages before being adopted 2023-09-11 13:43:29 -04:00
397016ebdf Allow detecting/disconnecting wrong-network v1 peers 2023-09-11 13:43:23 -04:00
175c5c06e0 Use 16-byte prefix to distinguish v1 from v2 2023-09-11 12:00:53 -04:00
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
496b6c9ecc bip-0158: remove unused and unrelated "data pushes" definition
This BIP is not in any way connected to the rules of Bitcoin script,
i.e. the "data pushes" term is also not used anywhere and its definition
can hence be removed.
2023-08-29 23:39:04 +02:00
91bbe3307c Update bip-0087.mediawiki
typo fix
2023-08-20 07:59:19 +00:00
e643d247c8 Merge pull request #1485 from luke-jr/bip300_adj20230726
BIP 300: Various improvements
2023-08-17 21:25:39 -04:00
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
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
0033fd876f Add James O'Beirne to 119 Author List 2023-07-28 17:34:38 -04:00
c2f4825550 bip-0300: Add some guesstimate weight adjustments 2023-07-26 20:39:45 +00:00
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
badaf01360 bip-0300: Forbid extraneous OP_DRIVECHAIN outputs in M5/M6 2023-07-26 19:59:59 +00:00
accaee0f33 bip-0300: Define endianness of upvote vector 2023-07-26 19:59:11 +00:00
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
69d872461b bip-0300: Fix upvote vector example 2023-07-26 19:53:36 +00:00
2cccaf650f bip-0300: Add OP_DRIVECHAIN 2023-07-26 19:45:54 +00:00
55566a73f9 Merge pull request #1477 from psztorc/patch-1
clearer, more failure details, + use OP_TRUE
2023-07-17 20:35:16 -04:00
e7eba11645 clearer, more failure details, + use OP_TRUE 2023-07-13 16:45:08 -04:00
9f25645be5 bip-0324: fix git instruction order in test_sage_decoding.py
Tiny fix correcting the order of commands, for `git checkout` one has
to change into the repository directory first.
2023-07-06 16:38:38 +02:00
66a1a81510 Merge pull request #1410 from anquii/bip-0039-patch
Add link to anquii/BIP39 (Swift)
2023-07-02 18:42:24 -04:00
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