Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-31 | Merge pull request #1156 from rage-proof/patch-2 | kallewoof | |
typo in bip-0078 | |||
2021-08-31 | Merge pull request #1171 from NicolasDorier/woieuq | kallewoof | |
[BIP78] Fix client implementation when there is output substitution | |||
2021-08-31 | [BIP78] Fix client implementation when there is output substitution | nicolas.dorier | |
2021-08-17 | typo in bip-0078 | rage-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 P2TR | Nicolas 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-15 | Merge pull request #1082 from molnard/patch-1 | kallewoof | |
Fix word duplication | |||
2021-06-15 | Merge pull request #1027 from rage-proof/patch-1 | kallewoof | |
BIP-0078: fix typo | |||
2021-03-09 | Fix word duplication | Dávid Molnár | |
2020-10-29 | Update bip-0078.mediawiki | rage-proof | |
the payjoin proposal has more inputs | |||
2020-10-18 | update Joinmarket BIP78 status | Adam Gibson | |
2020-07-19 | Update bip-0078.mediawiki | kiminuo | |
Fix a few links. | |||
2020-06-23 | Clarify test vector | nicolas.dorier | |
2020-06-22 | Removing non-sense paragraph | nicolas.dorier | |
2020-06-22 | Fix missing word | nicolas.dorier | |
2020-06-22 | Fix grammar, additional note on ability to increase output of the receiver | nicolas.dorier | |
2020-06-19 | Update special thanks | nicolas.dorier | |
2020-06-19 | Do not allow decrease in absolute fee | nicolas.dorier | |
2020-06-19 | Allow outputs to be increased | nicolas.dorier | |
2020-06-19 | Introduce pjos=0 | nicolas.dorier | |
2020-06-19 | additional comments | nicolas.dorier | |
2020-06-19 | Simplify sender's implementation, fix typos | nicolas.dorier | |
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 | 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 | |