Commit Graph

2605 Commits

Author SHA1 Message Date
f36ca8f43d Update recommendation for receiver and sender 2020-06-17 16:15:53 +09:00
a07fef5797 Add fee output section 2020-06-17 16:09:35 +09:00
d72e27535e [MoveOnly] Move optional parameters at the beginning 2020-06-17 15:06:28 +09:00
801cc71114 Update PSBT invariants 2020-06-16 14:27:09 +09:00
287e3c2346 Fix README 2020-06-16 14:18:19 +09:00
631d8e65cd Simplifies sender recommendation 2020-06-16 14:17:36 +09:00
d13c784671 Remove parts refering to RBF, add recommendations for maxadditionalfeecontribution 2020-06-16 13:39:27 +09:00
73a4d7c4ba Rename to BIP78 2020-06-16 12:38:11 +09:00
8ce6086517 Add Backward compatibility section 2020-06-02 11:46:22 +09:00
3bede60b70 Update Javascript sender implementation link 2020-06-02 11:46:22 +09:00
5db1b99504 Update bip-xxxx.mediawiki
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28 13:45:21 +09:00
434e8c279d Update bip-xxxx.mediawiki
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28 13:45:08 +09:00
f62ceee781 Remove uneeded error message, add more details on the original/proposal PSBT requirements 2020-05-28 13:30:34 +09:00
633f94d005 This BIP replace 79 2020-05-28 08:39:49 +09:00
387d5e1b12 Reformulate 2020-05-24 02:37:26 +09:00
900d221a85 Fix typo 2020-05-24 02:35:19 +09:00
1251d29854 Discourage unsecured endpoint 2020-05-20 06:11:58 +09:00
3659671a22 Relaxing authenticated endpoint 2020-05-19 19:14:51 +09:00
5a337c6fc6 Make sure the receiver is not free riding on sender's back 2020-05-19 18:59:57 +09:00
dd9193fd1d Remove out-of-utxo 2020-05-19 04:52:43 +09:00
3836ef6534 Reword sentence 2020-05-18 18:43:32 +09:00
233c094667 Add minFeeRate optional parameter 2020-05-17 21:57:37 +09:00
088cf9bf91 Clarify fake rounded amount added by the receiver 2020-05-17 20:16:32 +09:00
24dd275445 Rename to additionalfeeoutputindex and maxadditionalfeecontribution 2020-05-17 19:58:17 +09:00
c33f0759d6 Clarify sender's payjoin proposal checklist 2020-05-17 19:55:45 +09:00
3faf6e7540 Add payjoin proposal 2020-05-17 05:59:23 +09:00
4fb2c5290e Merge pull request #911 from fametrano/patch-3
fixed obvious typo
2020-05-01 12:55:53 +00:00
1464888d49 Merge pull request #916 from ysangkok/final-bip-0043
Mark BIP-0043 as final
2020-04-30 15:13:57 +00:00
6a30b6faae Mark BIP-0043 as final
Widely in use and used by BIPs 44, 45, 47, 49, 80, 81, 84, and 175.
2020-04-30 09:43:09 -05:00
3ac2c60e61 Merge pull request #902 from Kevingislason/patch-1
BIP 39: Update Rust implementation
2020-04-30 14:42:36 +00:00
187fabb1de Merge pull request #893 from sipa/bip-taproot
BIP 340 improvements
2020-04-30 14:19:29 +00:00
ba1d582507 Merge pull request #906 from JeremyRubin/bip-0119-sim-fixes
BIP-0119 Simulation Fixes
2020-04-30 14:16:18 +00:00
c768b96f40 Merge pull request #903 from kallewoof/2003-bip322-simplified
bip-322: simplify proposal to single proof case
2020-04-30 14:13:04 +00:00
eb34cf40e1 Merge pull request #900 from kallewoof/2003-signet-static-genesis
bip-325: genesis block/message start
2020-04-30 14:12:39 +00:00
daf1c94086 Merge pull request #901 from ysangkok/reject-bip-0036
Reject BIP-0036
2020-04-30 14:11:58 +00:00
3c968038b1 Merge pull request #898 from ysangkok/final-bip-0152
Mark BIP-0152 as Final
2020-04-30 14:09:45 +00:00
1c2c852bad Merge pull request #897 from ysangkok/reject-bip-0033
Reject BIP-0033 (expired)
2020-04-30 14:09:14 +00:00
b7090922b5 fixed obvious typo
it must be OP_CHECKMULTISIG, not OP_CHECKSIG
2020-04-29 01:43:50 +02:00
cf2937c811 Merge pull request #202 from ysangkok/bip-0340-typing
Typing annotations for BIP-0340
2020-04-10 13:44:55 -07:00
c03a8f0bb9 Update images for BIP-0119 2020-04-08 12:44:50 -07:00
58d1b1994c BIP-0119: Use the same random seed across simulation runs; fix issue where a poisson was used in place of an exponential 2020-04-08 12:44:34 -07:00
756129cccf BIP-0340: Add typing annotations to reference.py
Passes mypy's strict-mode with mypy 0.770.
2020-04-06 21:45:23 -05:00
1d999cf678 Merge pull request #203 from jonasnick/remove-is-negated
BIP-0341: Replace notion of is_negated with parity bit
2020-04-06 19:25:18 -07:00
038615b7c7 Merge pull request #200 from real-or-random/prints
Add debug print for intermediate values
2020-04-02 16:34:24 -07:00
0916da6594 BIP-0341: Replace notion of is_negated with parity bit 2020-03-27 15:14:43 +00:00
f9e95849f3 bip-322: simplify proposal to single proof case 2020-03-25 15:28:56 +09:00
2e1fb61db6 Update Rust BIP 39 implementation
The currently listed Rust implementation of BIP 39 doesn't pass the reference implementation's test vectors.

See --> https://github.com/infincia/bip39-rs/issues/21
2020-03-17 20:18:43 -04:00
72657270d8 When checking test vectors, handle RuntimeException in signing
This is better for playing around with the code. Now these
these exceptions can really be raised when the verification
during signing fails.
2020-03-17 02:30:39 +01:00
07d938a214 fixup! Optionally print intermediate values in reference code 2020-03-17 02:13:26 +01:00
29fcdcac13 Reject BIP-0036
According to expiration rules, this does not need consent,
since it has expired.
2020-03-13 17:10:23 -06:00