Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-01 | Merge pull request #914 from ysangkok/reject-bip-0099 | Luke Dashjr | |
Reject BIP-0099 (expired) | |||
2020-05-28 | Update bip-xxxx.mediawiki | Nicolas Dorier | |
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com> | |||
2020-05-28 | Update bip-xxxx.mediawiki | Nicolas Dorier | |
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com> | |||
2020-05-28 | Remove uneeded error message, add more details on the original/proposal PSBT ↵ | nicolas.dorier | |
requirements | |||
2020-05-28 | This BIP replace 79 | nicolas.dorier | |
2020-05-24 | Reformulate | nicolas.dorier | |
2020-05-24 | Fix typo | nicolas.dorier | |
2020-05-20 | Discourage unsecured endpoint | nicolas.dorier | |
2020-05-19 | Relaxing authenticated endpoint | nicolas.dorier | |
2020-05-19 | Make sure the receiver is not free riding on sender's back | nicolas.dorier | |
2020-05-19 | Remove out-of-utxo | nicolas.dorier | |
2020-05-18 | Reword sentence | nicolas.dorier | |
2020-05-18 | [BIP-0137] Correct small mistakes | Coding Enthusiast | |
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-17 | Add minFeeRate optional parameter | nicolas.dorier | |
2020-05-17 | Clarify fake rounded amount added by the receiver | nicolas.dorier | |
2020-05-17 | Rename to additionalfeeoutputindex and maxadditionalfeecontribution | nicolas.dorier | |
2020-05-17 | Clarify sender's payjoin proposal checklist | nicolas.dorier | |
2020-05-17 | Add payjoin proposal | nicolas.dorier | |
2020-05-16 | Minor grammar typo. Added a comma. | SGeetansh | |
2020-05-15 | bip-341: add missing Post-History | Jonas Nick | |
2020-05-15 | bip-341: Commit to all scriptPubKeys in SigMsg | Jonas Nick | |
2020-05-03 | remove duplicate line | Petr Korolev | |
2020-05-03 | Update link directly to the bip39 file | Petr Korolev | |
2020-05-02 | Added reference to Java implementation for BIP-39 | Bartosz Milczarek | |
2020-05-01 | Merge pull request #911 from fametrano/patch-3 | Luke Dashjr | |
fixed obvious typo | |||
2020-04-30 | Merge pull request #916 from ysangkok/final-bip-0043 | Luke Dashjr | |
Mark BIP-0043 as final | |||
2020-04-30 | Mark BIP-0043 as final | Janus | |
Widely in use and used by BIPs 44, 45, 47, 49, 80, 81, 84, and 175. | |||
2020-04-30 | Merge pull request #902 from Kevingislason/patch-1 | Luke Dashjr | |
BIP 39: Update Rust implementation | |||
2020-04-30 | Reject expired block size BIPs | Janus | |
2020-04-30 | Reject BIP-0099 (expired) | Janus | |
2020-04-30 | Merge pull request #893 from sipa/bip-taproot | Luke Dashjr | |
BIP 340 improvements | |||
2020-04-30 | Merge pull request #906 from JeremyRubin/bip-0119-sim-fixes | Luke Dashjr | |
BIP-0119 Simulation Fixes | |||
2020-04-30 | Merge pull request #903 from kallewoof/2003-bip322-simplified | Luke Dashjr | |
bip-322: simplify proposal to single proof case | |||
2020-04-30 | Merge pull request #900 from kallewoof/2003-signet-static-genesis | Luke Dashjr | |
bip-325: genesis block/message start | |||
2020-04-30 | Merge pull request #901 from ysangkok/reject-bip-0036 | Luke Dashjr | |
Reject BIP-0036 | |||
2020-04-30 | Merge pull request #898 from ysangkok/final-bip-0152 | Luke Dashjr | |
Mark BIP-0152 as Final | |||
2020-04-30 | Merge pull request #897 from ysangkok/reject-bip-0033 | Luke Dashjr | |
Reject BIP-0033 (expired) | |||
2020-04-29 | fixed obvious typo | Ferdinando M. Ametrano | |
it must be OP_CHECKMULTISIG, not OP_CHECKSIG | |||
2020-04-10 | Merge pull request #202 from ysangkok/bip-0340-typing | Pieter Wuille | |
Typing annotations for BIP-0340 | |||
2020-04-08 | Update images for BIP-0119 | Jeremy Rubin | |
2020-04-08 | BIP-0119: Use the same random seed across simulation runs; fix issue where a ↵ | Jeremy Rubin | |
poisson was used in place of an exponential | |||
2020-04-06 | BIP-0340: Add typing annotations to reference.py | Janus | |
Passes mypy's strict-mode with mypy 0.770. | |||
2020-04-06 | Merge pull request #203 from jonasnick/remove-is-negated | Pieter Wuille | |
BIP-0341: Replace notion of is_negated with parity bit | |||
2020-04-02 | Merge pull request #200 from real-or-random/prints | Pieter Wuille | |
Add debug print for intermediate values | |||
2020-03-27 | BIP-0341: Replace notion of is_negated with parity bit | Jonas Nick | |
2020-03-25 | bip-322: simplify proposal to single proof case | Karl-Johan Alm | |
2020-03-17 | Update Rust BIP 39 implementation | Kevin Gislason | |
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 | When checking test vectors, handle RuntimeException in signing | Tim Ruffing | |
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 | fixup! Optionally print intermediate values in reference code | Tim Ruffing | |
2020-03-13 | Reject BIP-0036 | Janus | |
According to expiration rules, this does not need consent, since it has expired. |