summaryrefslogtreecommitdiff
path: root/bip-0370.mediawiki
AgeCommit message (Collapse)Author
2022-09-29Merge pull request #1363 from achow101/370-git-conflictLuke Dashjr
370: Fix merge conflict and typo
2022-09-01370: Fix merge conflict and typoAndrew Chow
2022-08-28nit: fix another typo in bip-0370 test vectorsjoemphilips
2022-08-28nit: fix typo in bip-0370 test vectors.joemphilips
2022-07-25Merge remote-tracking branch 'origin-pull/1345/head'Luke Dashjr
2022-07-25Merge pull request #1342 from achow101/psbt2-testsLuke Dashjr
370: Add test vectors
2022-07-25Merge pull request #1326 from alexbosworth/patch-2Luke Dashjr
typo: correct mispelling
2022-07-13psbt: Unify formatting of key-value data to specify data type and nameAndrew Chow
2022-07-05370: Add test vectorsAndrew Chow
2022-06-13370: Clarify that modifiable flags are bitsAndrew Chow
2022-06-02370: clarify inputs/outputs modifiableAndrew Chow
Clarify that these flags only mean whether inputs/outputs can be removed, not whether fields can be added or removed for each input/output.
2022-06-01370: height lock must be greater than 0Andrew Chow
2022-06-01370: Describe locktime type tiebreakerAndrew Chow
2022-05-26typo: correct mispellingAlex Bosworth
2021-10-01BIP 370: Use PSBT_GLOBAL_FALLBACK_LOCKTIME in textKalle Rosenbaum
Replacing occurences of PSBT_GLOBAL_PREFERRED_LOCKTIME with PSBT_GLOBAL_FALLBACK_LOCKTIME to match the name in the global map table.
2021-06-21psbt2: Fix field number countingAndrew Chow
PSBT_OUT_SCRIPT should be 0x04, not 0x03.
2021-03-15Fix Comments-URI for BIP 370Luke Dashjr
2021-02-12Specify BIP 370 PSBTv2Andrew Chow