Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-19 | Fix typo | nicolas.dorier | |
2020-06-19 | Additional note for HW | nicolas.dorier | |
2020-06-19 | Reformat the check list for sender | nicolas.dorier | |
2020-06-18 | Do not crash reference implementation if there is no address in the bip21 | nicolas.dorier | |
2020-06-18 | Add disableoutputsubstitution= optional parameter | nicolas.dorier | |
2020-06-18 | Update from RHavar remarks | nicolas.dorier | |
2020-06-18 | Add reference implementation | nicolas.dorier | |
2020-06-17 | Fix old error code | nicolas.dorier | |
2020-06-17 | Fix some formatting | nicolas.dorier | |
2020-06-17 | Update recommendation for receiver and sender | nicolas.dorier | |
2020-06-17 | Add fee output section | nicolas.dorier | |
2020-06-17 | [MoveOnly] Move optional parameters at the beginning | nicolas.dorier | |
2020-06-16 | Update PSBT invariants | nicolas.dorier | |
2020-06-16 | Fix README | nicolas.dorier | |
2020-06-16 | Simplifies sender recommendation | nicolas.dorier | |
2020-06-16 | Remove parts refering to RBF, add recommendations for ↵ | nicolas.dorier | |
maxadditionalfeecontribution | |||
2020-06-16 | Rename to BIP78 | nicolas.dorier | |
2020-06-02 | Add Backward compatibility section | nicolas.dorier | |
2020-06-02 | Update Javascript sender implementation link | nicolas.dorier | |
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-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-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 | 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 |