summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
AgeCommit message (Collapse)Author
2018-08-29BIP-174: fixtures should use correct magicThomas Kerin
2018-08-09Merge pull request #707 from azuchi/fix-bip174-testvectorLuke Dashjr
[BIP174] Fix to unify Test Vector in key order of PSBT Input.
2018-08-08Specify what signers should check for and describe a simple signerAndrew Chow
Test cases for what signers should check for
2018-07-30[BIP174] Fix to unify Test Vector in key order of PSBT Input.azuchi
2018-07-19Additional tests for BIP 174Andrew Chow
2018-07-11BIP 174 workflow graphicsAndrew Chow
2018-07-11bip 174 -> proposedAndrew Chow
2018-07-11Clarifications to signer and combiner rolesAndrew Chow
2018-07-05Update tests for new serializationAndrew Chow
2018-07-05Add sections for encoding, file extension, and mime-typeAndrew Chow
2018-07-05Add new responsibilities, update responsibility, update extensibility ↵Andrew Chow
descriptions Add updater, transaction finalizer, and transaction extractor roles. Update the description of other roles to clarify Update extensibility section
2018-07-05Clarify handling of duplicated keysAndrew Chow
2018-07-05Move global data to per-input and per-output dataAndrew Chow
Change from a global map with input data to a global k/v pair with input and output data. Add new types for finalized scriptSigs and scriptWitnesses. Redefined types to support new model Updated the formatting of the listing
2018-04-04[PSBT] Clarify that global data can be for inputs and outputsAndrew Chow
Clarifies that global data fields redeem scripts, witness scripts, and hd keypaths can be used for data necessary for both the inputs and outputs of the transaction.
2018-01-06More BIP 174 testsAndrew Chow
2018-01-04Test Vectors for BIP 174Andrew Chow
2018-01-04Clarify what the number of inputs field is actuallyAndrew Chow
2017-12-12refactor responsibilities for simplicity and clarityDaniel Cousens
2017-09-18Specify the Partially Signed Bitcoin Transaction format in a BIPAndrew Chow