summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
AgeCommit message (Collapse)Author
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