nicolas.dorier
3659671a22
Relaxing authenticated endpoint
2020-05-19 19:14:51 +09:00
nicolas.dorier
5a337c6fc6
Make sure the receiver is not free riding on sender's back
2020-05-19 18:59:57 +09:00
nicolas.dorier
dd9193fd1d
Remove out-of-utxo
2020-05-19 04:52:43 +09:00
nicolas.dorier
3836ef6534
Reword sentence
2020-05-18 18:43:32 +09:00
Coding Enthusiast
9bb9824cab
[BIP-0137] Correct small mistakes
...
RecId indicates address/script types not key types (technically there is no key type).
Value for P2WPKH is 39 not 35.
Turned ranges to a bulleted list.
2020-05-18 11:05:21 +04:30
nicolas.dorier
233c094667
Add minFeeRate optional parameter
2020-05-17 21:57:37 +09:00
nicolas.dorier
088cf9bf91
Clarify fake rounded amount added by the receiver
2020-05-17 20:16:32 +09:00
nicolas.dorier
24dd275445
Rename to additionalfeeoutputindex and maxadditionalfeecontribution
2020-05-17 19:58:17 +09:00
nicolas.dorier
c33f0759d6
Clarify sender's payjoin proposal checklist
2020-05-17 19:55:45 +09:00
nicolas.dorier
3faf6e7540
Add payjoin proposal
2020-05-17 05:59:23 +09:00
SGeetansh
336a83b8bd
Minor grammar typo. Added a comma.
2020-05-16 15:51:04 +05:30
Jonas Nick
15fba98cf4
bip-341: add missing Post-History
2020-05-15 12:57:49 +00:00
Jonas Nick
dde165749e
bip-341: Commit to all scriptPubKeys in SigMsg
2020-05-15 12:33:01 +00:00
Petr Korolev
91a835887d
remove duplicate line
2020-05-03 11:03:42 +07:00
Petr Korolev
25b6d576b4
Update link directly to the bip39 file
2020-05-03 11:01:17 +07:00
Bartosz Milczarek
f572ebe9f2
Added reference to Java implementation for BIP-39
2020-05-02 14:23:01 +02:00
Luke Dashjr
4fb2c5290e
Merge pull request #911 from fametrano/patch-3
...
fixed obvious typo
2020-05-01 12:55:53 +00:00
Luke Dashjr
1464888d49
Merge pull request #916 from ysangkok/final-bip-0043
...
Mark BIP-0043 as final
2020-04-30 15:13:57 +00:00
Janus
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
Luke Dashjr
3ac2c60e61
Merge pull request #902 from Kevingislason/patch-1
...
BIP 39: Update Rust implementation
2020-04-30 14:42:36 +00:00
Janus
2d293b7307
Reject expired block size BIPs
2020-04-30 09:37:22 -05:00
Janus
f4eecb1ea3
Reject BIP-0099 (expired)
2020-04-30 09:29:35 -05:00
Luke Dashjr
187fabb1de
Merge pull request #893 from sipa/bip-taproot
...
BIP 340 improvements
2020-04-30 14:19:29 +00:00
Luke Dashjr
ba1d582507
Merge pull request #906 from JeremyRubin/bip-0119-sim-fixes
...
BIP-0119 Simulation Fixes
2020-04-30 14:16:18 +00:00
Luke Dashjr
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
Luke Dashjr
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
Luke Dashjr
daf1c94086
Merge pull request #901 from ysangkok/reject-bip-0036
...
Reject BIP-0036
2020-04-30 14:11:58 +00:00
Luke Dashjr
3c968038b1
Merge pull request #898 from ysangkok/final-bip-0152
...
Mark BIP-0152 as Final
2020-04-30 14:09:45 +00:00
Luke Dashjr
1c2c852bad
Merge pull request #897 from ysangkok/reject-bip-0033
...
Reject BIP-0033 (expired)
2020-04-30 14:09:14 +00:00
Ferdinando M. Ametrano
b7090922b5
fixed obvious typo
...
it must be OP_CHECKMULTISIG, not OP_CHECKSIG
2020-04-29 01:43:50 +02:00
Pieter Wuille
cf2937c811
Merge pull request #202 from ysangkok/bip-0340-typing
...
Typing annotations for BIP-0340
2020-04-10 13:44:55 -07:00
Jeremy Rubin
c03a8f0bb9
Update images for BIP-0119
2020-04-08 12:44:50 -07:00
Jeremy Rubin
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
Janus
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
Pieter Wuille
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
Pieter Wuille
038615b7c7
Merge pull request #200 from real-or-random/prints
...
Add debug print for intermediate values
2020-04-02 16:34:24 -07:00
Jonas Nick
0916da6594
BIP-0341: Replace notion of is_negated with parity bit
2020-03-27 15:14:43 +00:00
Karl-Johan Alm
f9e95849f3
bip-322: simplify proposal to single proof case
2020-03-25 15:28:56 +09:00
Kevin Gislason
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
Tim Ruffing
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
Tim Ruffing
07d938a214
fixup! Optionally print intermediate values in reference code
2020-03-17 02:13:26 +01:00
Janus
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
Tim Ruffing
003d38cedb
Fix typo
2020-03-12 21:16:18 +01:00
Tim Ruffing
8c5be91975
Make code and output a little bit more readable
2020-03-12 21:16:18 +01:00
Tim Ruffing
a6301c5af0
Optionally print intermediate values in reference code
...
and make reference code and pseudocode more consistent with each other
2020-03-12 21:15:52 +01:00
Pieter Wuille
39ba507e01
Merge pull request #201 from jonasnick/tweak-bytes-only
...
BIP-0341: Avoid decompressing the output public key in script spends
2020-03-10 06:30:31 -07:00
Pieter Wuille
f71b5cbb5c
Merge pull request #196 from jonasnick/update-ref
...
Update reference code and test vectors
2020-03-10 06:28:20 -07:00
Jonas Nick
4ea021f28c
BIP-0341: Avoid decompressing the output public key in script spends
2020-03-06 14:20:08 +00:00
Karl-Johan Alm
8381ca0e14
bip-325: genesis block/message start
...
The genesis block is made static, and the message start is made dynamic based on the sha256d of the block script.
2020-03-05 16:40:57 +09:00
Pieter Wuille
9abbfa53c9
Merge pull request #199 from real-or-random/patch-16
...
Fix a few minor issues
2020-03-04 15:49:20 -08:00