Murch
a233bde4af
process: Standards Track ↦ Specification
...
```
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.md
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.mediawiki
```
After the scripted changes, the changes to BIP-40, BIP-41, and BIP-63
were undone, because it breaks CI.
These three BIPs only exist conceptually and their proposal documents
are missing which causes changes to them ot break the CI. I defer the
changes to these BIPs to a separate pull request to get CI to pass.
2026-01-12 14:22:40 -08:00
Murch
5d3ceb3773
process: Final/Active ↦ Deployed
...
```
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.mediawiki
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.mediawiki
sed -i 's/| Active/| Deployed/' README.mediawiki
sed -i 's/| Final/| Deployed/' README.mediawiki
```
2026-01-12 14:22:33 -08:00
Jesus Christ
bc300dddd9
Update bip-0370.mediawiki
...
Minor grammar and punctuation errors
2024-12-21 14:46:35 +00:00
Maks
4c7d1292dd
Fix typos in BIP-0370 and BIP-0373 ( #1718 )
...
* Update bip-0370.mediawiki
* Update bip-0373.mediawiki
2024-12-17 05:18:20 -08:00
Ava Chow
968c4ee200
370: Mark as final
2024-07-11 14:25:43 -04:00
Ava Chow
e7286a5356
370: Set reference implementation to Bitcoin Core PR.
2024-07-11 14:25:19 -04:00
John Bampton
f61885edcf
docs: fix spelling ( #1117 )
...
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-04-30 16:54:05 -04:00
Ava Chow
a28b021b99
Update contact info for achow101
2023-12-13 11:12:08 -05:00
Salvatore Ingala
5cf651155d
Relax transaction version requirement when the Creator is also a Constructor.
2023-03-04 11:24:05 +00:00
cmd
be78b633e3
Update bip-0370.mediawiki
...
Small typo. Changed 'gemeric' to 'generic'.
2023-02-23 09:11:04 -06:00
Jack
1c5572b617
Fix valuedata type to match description.
2023-02-08 08:52:22 -09:00
Luke Dashjr
af15873715
Merge pull request #1363 from achow101/370-git-conflict
...
370: Fix merge conflict and typo
2022-09-29 22:30:01 +00:00
Andrew Chow
e6c08f3fac
370: Fix merge conflict and typo
2022-09-01 13:04:00 -04:00
joemphilips
a924d03298
nit: fix another typo in bip-0370 test vectors
2022-08-28 14:04:22 +09:00
joemphilips
15a888dabe
nit: fix typo in bip-0370 test vectors.
2022-08-28 13:10:05 +09:00
Luke Dashjr
bf657ddcac
Merge remote-tracking branch 'origin-pull/1345/head'
2022-07-25 21:24:26 +00:00
Luke Dashjr
dc8d688d7b
Merge pull request #1342 from achow101/psbt2-tests
...
370: Add test vectors
2022-07-25 21:21:33 +00:00
Luke Dashjr
7d309564f9
Merge pull request #1326 from alexbosworth/patch-2
...
typo: correct mispelling
2022-07-25 21:13:40 +00:00
Andrew Chow
7cd8ecd111
psbt: Unify formatting of key-value data to specify data type and name
2022-07-13 20:20:39 -04:00
Andrew Chow
62e305bf28
370: Add test vectors
2022-07-05 17:58:23 -04:00
Andrew Chow
02ab2bfd79
370: Clarify that modifiable flags are bits
2022-06-13 12:21:42 -04:00
Andrew Chow
5861862f59
370: clarify inputs/outputs modifiable
...
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-02 22:37:39 -04:00
Andrew Chow
aa807d5a13
370: height lock must be greater than 0
2022-06-01 21:14:25 -04:00
Andrew Chow
1c8afe6ea4
370: Describe locktime type tiebreaker
2022-06-01 21:13:53 -04:00
Alex Bosworth
96bcfef050
typo: correct mispelling
2022-05-26 09:26:54 -07:00
Kalle Rosenbaum
c81ed9dab3
BIP 370: Use PSBT_GLOBAL_FALLBACK_LOCKTIME in text
...
Replacing occurences of PSBT_GLOBAL_PREFERRED_LOCKTIME with PSBT_GLOBAL_FALLBACK_LOCKTIME to match the name in the global map table.
2021-10-01 09:23:22 +02:00
Andrew Chow
70e37e025d
psbt2: Fix field number counting
...
PSBT_OUT_SCRIPT should be 0x04, not 0x03.
2021-06-21 17:09:14 -04:00
Luke Dashjr
4edd978046
Fix Comments-URI for BIP 370
2021-03-15 20:16:20 +00:00
Andrew Chow
b3d224f384
Specify BIP 370 PSBTv2
2021-02-12 16:09:35 -05:00