summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-19Fix typonicolas.dorier
2020-06-19Additional note for HWnicolas.dorier
2020-06-19Reformat the check list for sendernicolas.dorier
2020-06-18Do not crash reference implementation if there is no address in the bip21nicolas.dorier
2020-06-18Add disableoutputsubstitution= optional parameternicolas.dorier
2020-06-18Update from RHavar remarksnicolas.dorier
2020-06-18Add reference implementationnicolas.dorier
2020-06-17Fix old error codenicolas.dorier
2020-06-17Fix some formattingnicolas.dorier
2020-06-17Update recommendation for receiver and sendernicolas.dorier
2020-06-17Add fee output sectionnicolas.dorier
2020-06-17[MoveOnly] Move optional parameters at the beginningnicolas.dorier
2020-06-16Update PSBT invariantsnicolas.dorier
2020-06-16Fix READMEnicolas.dorier
2020-06-16Simplifies sender recommendationnicolas.dorier
2020-06-16Remove parts refering to RBF, add recommendations for ↵nicolas.dorier
maxadditionalfeecontribution
2020-06-16Rename to BIP78nicolas.dorier
2020-06-02Add Backward compatibility sectionnicolas.dorier
2020-06-02Update Javascript sender implementation linknicolas.dorier
2020-05-28Update bip-xxxx.mediawikiNicolas Dorier
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28Update bip-xxxx.mediawikiNicolas Dorier
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
2020-05-28Remove uneeded error message, add more details on the original/proposal PSBT ↵nicolas.dorier
requirements
2020-05-28This BIP replace 79nicolas.dorier
2020-05-24Reformulatenicolas.dorier
2020-05-24Fix typonicolas.dorier
2020-05-20Discourage unsecured endpointnicolas.dorier
2020-05-19Relaxing authenticated endpointnicolas.dorier
2020-05-19Make sure the receiver is not free riding on sender's backnicolas.dorier
2020-05-19Remove out-of-utxonicolas.dorier
2020-05-18Reword sentencenicolas.dorier
2020-05-17Add minFeeRate optional parameternicolas.dorier
2020-05-17Clarify fake rounded amount added by the receivernicolas.dorier
2020-05-17Rename to additionalfeeoutputindex and maxadditionalfeecontributionnicolas.dorier
2020-05-17Clarify sender's payjoin proposal checklistnicolas.dorier
2020-05-17Add payjoin proposalnicolas.dorier
2020-05-01Merge pull request #911 from fametrano/patch-3Luke Dashjr
fixed obvious typo
2020-04-30Merge pull request #916 from ysangkok/final-bip-0043Luke Dashjr
Mark BIP-0043 as final
2020-04-30Mark BIP-0043 as finalJanus
Widely in use and used by BIPs 44, 45, 47, 49, 80, 81, 84, and 175.
2020-04-30Merge pull request #902 from Kevingislason/patch-1Luke Dashjr
BIP 39: Update Rust implementation
2020-04-30Merge pull request #893 from sipa/bip-taprootLuke Dashjr
BIP 340 improvements
2020-04-30Merge pull request #906 from JeremyRubin/bip-0119-sim-fixesLuke Dashjr
BIP-0119 Simulation Fixes
2020-04-30Merge pull request #903 from kallewoof/2003-bip322-simplifiedLuke Dashjr
bip-322: simplify proposal to single proof case
2020-04-30Merge pull request #900 from kallewoof/2003-signet-static-genesisLuke Dashjr
bip-325: genesis block/message start
2020-04-30Merge pull request #901 from ysangkok/reject-bip-0036Luke Dashjr
Reject BIP-0036
2020-04-30Merge pull request #898 from ysangkok/final-bip-0152Luke Dashjr
Mark BIP-0152 as Final
2020-04-30Merge pull request #897 from ysangkok/reject-bip-0033Luke Dashjr
Reject BIP-0033 (expired)
2020-04-29fixed obvious typoFerdinando M. Ametrano
it must be OP_CHECKMULTISIG, not OP_CHECKSIG
2020-04-10Merge pull request #202 from ysangkok/bip-0340-typingPieter Wuille
Typing annotations for BIP-0340
2020-04-08Update images for BIP-0119Jeremy Rubin
2020-04-08BIP-0119: Use the same random seed across simulation runs; fix issue where a ↵Jeremy Rubin
poisson was used in place of an exponential