Ethan Heilman
82fe9fc3db
specify the hex value of the opcode
2023-12-29 18:29:00 -05:00
Ethan Heilman
e91621efce
Merge pull request #1 from 0xBEEFCAF3/patch-1
...
Add backwards compatibility section
2023-12-29 12:23:39 -05:00
Armin Sabouri
785b11e861
Add backwards compatibility section
2023-12-29 12:14:45 -05:00
Ethan Heilman
e492a90fec
Better reference for OP_CAT removal
2023-12-18 20:28:22 -05:00
Ethan Heilman
e3dc3ba361
Italicize variables
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-17 12:53:07 -05:00
Ethan Heilman
97635f5c09
Lowercase the signatures
2023-12-17 12:49:46 -05:00
Ethan Heilman
4f39e4b9d5
Avoids designing or discussing how to add post-quantum commitments to Bitcoin
2023-12-16 16:23:49 -05:00
Ethan Heilman
77509f6c23
Period to colon
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 15:57:08 -05:00
Ethan Heilman
0b8a7e4b64
Code formatting
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 15:56:12 -05:00
Ethan Heilman
82198302cd
Code formatting
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 15:52:05 -05:00
Ethan Heilman
0a143d3969
Use BSD-3 license
2023-12-15 15:46:49 -05:00
Ethan Heilman
beb5802cc6
Adds subsection header
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 15:27:22 -05:00
Ethan Heilman
d4f85b1146
Lowercase bytes
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 14:44:07 -05:00
Ethan Heilman
6f5a74d83e
Increases conciseness and clarity
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 10:04:36 -05:00
Ethan Heilman
7180c1cf8c
Prefer bytes to Bytes
...
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2023-12-15 09:54:50 -05:00
Ethan Heilman
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
Ethan Heilman
01db3acab0
Removes space in ref
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:58 -05:00
Ethan Heilman
6a790ec526
Removes space in ref
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:50 -05:00
Ethan Heilman
a2b0100671
Typo
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:47:36 -05:00
Ethan Heilman
848352f408
Phrasing
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:45:04 -05:00
Ethan Heilman
c5d66d6706
Better phrasing
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:44:44 -05:00
Ethan Heilman
9779dc9920
Keeps past tense consistant
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:44:14 -05:00
Ethan Heilman
bb725e6523
Wording
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14 23:43:42 -05:00
Ethan Heilman
3d31e5c894
Adds brackets
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:59:03 -05:00
Ethan Heilman
0335c9d188
Grammar fix
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:27:35 -05:00
Ethan Heilman
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
Ethan Heilman
f1169dd1fc
Fixes typo
...
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12 08:24:39 -05:00
Ethan Heilman
83ca57f222
Create bip-???-cat.mediawiki
2023-12-11 18:11:22 -05: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
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
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