summaryrefslogtreecommitdiff
path: root/bip-0078.mediawiki
AgeCommit message (Collapse)Author
2024-04-30docs: fix spelling (#1117)John Bampton
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2021-08-31Merge pull request #1156 from rage-proof/patch-2kallewoof
typo in bip-0078
2021-08-31Merge pull request #1171 from NicolasDorier/woieuqkallewoof
[BIP78] Fix client implementation when there is output substitution
2021-08-31[BIP78] Fix client implementation when there is output substitutionnicolas.dorier
2021-08-17typo in bip-0078rage-proof
This is a transaction with inputs P2SH-P2WPKH 1. P2SH-P2WPKH is defined as type in this doc and the other type not 2. the RedeemScript(0 c78a45725355828d5658074dd5260d5fcb698530) consists of 0 + <20 bytes> and indicates therefore P2WPKH-Type. https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#P2WPKH_nested_in_BIP16_P2SH
2021-08-05[BIP78] Recommended fee rate estimation for P2TRNicolas Dorier
Non-Witness: Outpoint size = 32+4 Sequence size = 4 ScriptSig VarInt Size= 1 Witness: WitScript VarInt Size= 1 Then script itself: 65 signature size + 1 byte of push opcode `(32 + 4 + 4 + 1) + (65+1+1)/4=57.75`, rounded up `58`. We assume 65 of signature size rather than 64, since we can't assume the sighash to be `Default`.
2021-06-15Merge pull request #1082 from molnard/patch-1kallewoof
Fix word duplication
2021-06-15Merge pull request #1027 from rage-proof/patch-1kallewoof
BIP-0078: fix typo
2021-03-09Fix word duplicationDávid Molnár
2020-10-29Update bip-0078.mediawikirage-proof
the payjoin proposal has more inputs
2020-10-18update Joinmarket BIP78 statusAdam Gibson
2020-07-19Update bip-0078.mediawikikiminuo
Fix a few links.
2020-06-23Clarify test vectornicolas.dorier
2020-06-22Removing non-sense paragraphnicolas.dorier
2020-06-22Fix missing wordnicolas.dorier
2020-06-22Fix grammar, additional note on ability to increase output of the receivernicolas.dorier
2020-06-19Update special thanksnicolas.dorier
2020-06-19Do not allow decrease in absolute feenicolas.dorier
2020-06-19Allow outputs to be increasednicolas.dorier
2020-06-19Introduce pjos=0nicolas.dorier
2020-06-19additional commentsnicolas.dorier
2020-06-19Simplify sender's implementation, fix typosnicolas.dorier
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-16Simplifies sender recommendationnicolas.dorier
2020-06-16Remove parts refering to RBF, add recommendations for ↵nicolas.dorier
maxadditionalfeecontribution
2020-06-16Rename to BIP78nicolas.dorier