Brawn
607cac148e
fix: Fix incorrect use of return for raising exceptions Update wallet_policies.py
2025-01-25 22:49:57 +03:00
Jon Atack
58ffd93812
Merge pull request #1605 from DanGould/bip78-mixed-inputs-ok
...
BIP78: Allow mixed inputs Redux
2025-01-14 08:14:42 -07:00
Jon Atack
f1ad9188b4
Merge branch 'master' into bip78-mixed-inputs-ok
2025-01-14 08:13:20 -07:00
Jon Atack
2f862f75d1
Merge pull request #1396 from DanGould/patch-1
...
Fix BIP 78 & BIP 174 Conflict: Keep input utxo data through input finalization
2025-01-14 07:52:16 -07:00
Jon Atack
8c494fc9b8
Merge branch 'master' into patch-1
2025-01-14 07:51:07 -07:00
Jon Atack
a0677935bb
Merge pull request #1687 from andrewtoth/silent-payments-psbt
...
BIP375: Sending Silent Payments in PSBTs
2025-01-13 13:51:25 -07:00
Mark "Murch" Erhardt
1f41c172bf
Merge pull request #1745 from shesek/patch-2
...
BIP345: fix OP_SUCCESS188 hex value
2025-01-13 14:52:28 -05:00
Andrew Toth
eb10cdb4ce
Update fields in bip174
2025-01-13 12:20:04 -05:00
Andrew Toth
144c4a3a15
Update to BIP375
2025-01-13 10:33:52 -05:00
Andrew Toth
4a7a7cf746
Split up shares and proofs into global or per input fields
2025-01-13 10:29:22 -05:00
Andrew Toth
651ffdded8
Add ref for why sighash_all is required
2025-01-13 10:29:22 -05:00
Andrew Toth
9952599f32
Add newline
2025-01-13 10:29:22 -05:00
Andrew Toth
d29e2f81af
Clarify output script and sp info mutual exclusion and unique id
2025-01-13 10:29:22 -05:00
Andrew Toth
c12ea5ac58
Move updater to before signer
2025-01-13 10:29:22 -05:00
Andrew Toth
0d5e14ce19
Clarify motivation
2025-01-13 10:29:22 -05:00
Andrew Toth
f746ae700f
Add post history and BIP dependencies
2025-01-13 10:29:22 -05:00
Andrew Toth
8e90f02dc5
Update size of ECDH share and unify spacing
2025-01-13 10:29:21 -05:00
Andrew Toth
eb115afa7f
Update bip-PSBT-SP.mediawiki
...
Co-authored-by: Yuval Kogman <nothingmuch@woobling.org>
2025-01-13 10:29:21 -05:00
Andrew Toth
d02eed4337
Bip Draft: Sending Silent Payments in PSBTs
2025-01-13 10:29:21 -05:00
Nadav Ivgi
c532b53ca2
Fix typo in BIP 345
...
`OP_SUCCESS188` is `0xbc`, not `0xbb`.
2025-01-11 06:12:14 +02:00
Jon Atack
6a6ef3585f
Merge pull request #1741 from jonatack/2025-01-BIP341-explain-64-byte-signature-format
...
BIP341: Explain the 64-byte signature format
2025-01-07 06:52:20 -08:00
David Bakin
5767f44499
BIP-341: Explain the 64-byte signature format
...
Co-authored-by: Pieter Wuille <pieter@wuille.net>
Co-authored-by: Anthony Towns <aj@erisian.com.au>
2025-01-06 16:08:33 -07:00
Jon Atack
cc67871886
Merge pull request #1740 from jonatack/2025-01-merge-misc-fixups
...
BIP372, BIP381: editorial fixups
2025-01-06 08:47:17 -08:00
Jon Atack
e36714eefa
BIP372: editorial grammar fixups
2025-01-06 09:34:05 -07:00
Huberto
450cdbbdaf
BIP372, BIP381: trivial spelling fixups
2025-01-06 09:33:47 -07:00
Jon Atack
708162951c
Merge pull request #1726 from epysqyli/patch-1
...
BIP158: fix btcutil gcs broken link.
2025-01-03 20:58:18 -08:00
Jon Atack
b15a0a1aa9
Merge pull request #1736 from jonatack/2024-12-bip374-make-python-files-executable
...
BIP374: update reference.py and secp256k1.py to be executable
2025-01-01 16:04:57 -08:00
Jon Atack
4827bdfe60
Merge pull request #1735 from theStack/bip374-add_generated_test_vectors
...
BIP-374: add generated test vector .csv files
2024-12-31 08:28:35 -08:00
Sebastian Falbesoner
a00064fcfa
BIP-374: add generated test vector .csv files
2024-12-30 17:19:55 +01:00
Jon Atack
cce668de3c
bip374: update secp256k1.py to be executable
2024-12-28 18:20:56 -07:00
Jon Atack
a261439d92
bip374: update reference.py to be executable
2024-12-28 18:20:33 -07:00
Jon Atack
6c807b7502
Merge pull request #1734 from guggero/bip-0374-test-vector-fix
...
bip-0374: fix challenge generation, use correct generator point
2024-12-28 13:17:58 -08:00
Oliver Gugger
e141b9501d
bip-0374: remove default value for G in dleq_challenge
...
To avoid the mistake fixed in the previous commit, we remove the default
value from the G parameter of dleq_challenge.
2024-12-28 21:42:07 +01:00
Oliver Gugger
8bc42a2673
bip-0374: fix challenge generation, use correct G
...
Both generating and verifying a proof allows for specifying a custom
generator point G. But that custom generator point was not passed into
the dleq_challenge function, resulting in the default (secp256k1)
generator point to be used. This lead to the test vectors being
incorrect.
2024-12-28 15:58:08 +01:00
Mark "Murch" Erhardt
27e1394895
Merge pull request #1733 from andrewtoth/andrew/fix-formatting
...
BIP374: Fix link and formatting in reference section
2024-12-27 13:14:51 -05:00
Andrew Toth
81668ec98b
BIP374: Fix link and formatting in reference section
2024-12-27 13:05:52 -05:00
Mark "Murch" Erhardt
75b12ac591
Merge pull request #1689 from andrewtoth/dleq
...
BIP374: Discrete Log Equality Proofs (DLEQ)
2024-12-27 10:29:46 -05:00
Andrew Toth
248540e2ac
fix typo
2024-12-27 10:26:35 -05:00
Mark "Murch" Erhardt
b509e6c85f
Merge pull request #1731 from JeremyRubin/patch-12
...
[BIP-0349] Add Re-Keying explanation to OP_INTERNALKEY
2024-12-27 10:06:03 -05:00
Andrew Toth
cb3afee850
Move test vectors to bip-0374 directory, add tests for G
2024-12-26 14:17:52 -05:00
Andrew Toth
1842120907
Clarify restraints on given points
2024-12-26 14:16:57 -05:00
Andrew Toth
9d6dc6b681
Update README table, post-history, and comments-uri
2024-12-26 12:10:52 -05:00
Andrew Toth
1350bc423e
BIP374
2024-12-26 12:06:44 -05:00
Andrew Toth
b533b92ed3
Update bip-DLEQ.mediawiki
...
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-12-26 11:52:51 -05:00
Andrew Toth
5799659da0
Update bip-DLEQ.mediawiki
...
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-12-26 11:52:39 -05:00
Mark "Murch" Erhardt
0b37449aa0
Merge pull request #1730 from Gudnessuche/patch-6
...
Update bip-0370.mediawiki
2024-12-26 11:05:31 -05:00
Mark "Murch" Erhardt
665712c727
Merge pull request #1729 from theStack/fix-bip0340-test-vector-gen_lift_x
...
BIP-340: fix `lift_x` calls in test vector generation script
2024-12-23 16:09:41 -05:00
Mark "Murch" Erhardt
a0d4fb16f1
Merge pull request #1728 from JeremyRubin/patch-11
...
[BIP-0349] OP_INTERNALKEY add credit section
2024-12-23 16:05:38 -05:00
Andrew Toth
a0d8aad1df
Fix typo
2024-12-21 16:18:24 -05:00
Andrew Toth
0b590d0d5d
Add footnote recommending using fresh randomness for each proof
2024-12-21 16:17:11 -05:00