Karl-Johan Alm
aa92d9cd6e
add test vectors to BIP-322
2022-01-31 19:06:52 +09:00
Karl-Johan Alm
1b6c85b0b4
bip-322: clarify how the message is serialized
2022-01-31 19:06:52 +09:00
Luke Dashjr
02de475efc
Merge pull request #1253 from callebtc/patch-1
...
Update bip-0052.mediawiki
2022-01-16 18:58:12 +00:00
Luke Dashjr
7db0e1a554
Merge pull request #1270 from JeremyRubin/patch-2
...
[BIP-174] Clarify that partial_sig should be a valid.
2022-01-16 01:56:59 +00:00
Luke Dashjr
8530c16c3b
Merge pull request #1273 from JeremyRubin/patch-5
...
[BIP-119] Rename Channel Factories / Clarify Malleability
2022-01-15 23:28:31 +00:00
Luke Dashjr
5847bddd7f
Merge pull request #1115 from Sjors/2021/04/compact_size
...
bip174: link to 'compact size' definition, document version 0 handling of > 0xFD
2022-01-15 23:27:41 +00:00
Luke Dashjr
abc9e84e73
Merge pull request #1272 from JeremyRubin/patch-4
...
[BIP-119] Add notes and warnings about DoS during validation of CTV.
2022-01-15 23:27:16 +00:00
Luke Dashjr
0737622713
Merge pull request #1271 from JeremyRubin/patch-3
...
[BIP-119] Link Reference implementation to current PR in Bitcoin Core
2022-01-15 23:15:35 +00:00
Luke Dashjr
f59f235d91
Merge pull request #1268 from JeremyRubin/patch-1
...
Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths
2022-01-15 23:14:23 +00:00
Luke Dashjr
01fe8b4615
Merge pull request #1260 from JeremyRubin/ctv-test-vectors
...
[BIP-0119] Include test vectors for CTV in BIP's subdirectory
2022-01-15 23:14:05 +00:00
Luke Dashjr
738bd8535c
Merge pull request #1257 from JeremyRubin/ctv-updates2
...
Update CTV Motivations & Speedy Trial Information
2022-01-15 23:12:37 +00:00
Luke Dashjr
0d8ea5b45b
Merge pull request #1232 from Olf0/patch-1
...
[Nit] Add full stop to conclude sentence
2022-01-15 23:10:47 +00:00
Jeremy Rubin
099694efd3
[BIP-119] Rename Channel Factories / Clarify Malleability
2022-01-12 10:54:03 -08:00
Jeremy Rubin
526e9797a7
[BIP-119] Complete fragmented sentence
...
Co-authored-by: flack <flack@contentcontrol-berlin.de>
2022-01-12 09:53:55 -08:00
Sjors Provoost
6366f8ebcb
bip174: document PSBT 0 handling of type > 0xFD
2022-01-12 16:39:21 +01:00
Sjors Provoost
dc034af961
bip174: link to 'compact size' definition
2022-01-12 16:27:31 +01:00
Jeremy Rubin
9f642244b9
[BIP-119] Add notes and warnings about DoS during validation of CTV.
2022-01-10 20:23:07 -08:00
Jeremy Rubin
7845a2a799
[BIP-119] Link Reference implementation to current PR in Bitcoin Core
2022-01-10 19:55:26 -08:00
Jeremy Rubin
469d62ce2b
[BIP-174] Clarify that partial_sig should be a valid.
2022-01-08 15:12:33 -08:00
kallewoof
3693cdfd19
Merge pull request #1241 from dr-orlovsky/patch-11
...
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
2022-01-07 11:16:09 +09:00
kallewoof
13bd88f50c
Merge pull request #1230 from dr-orlovsky/patch-9
...
BIP-341: explicitly allow softforks with future leaf versions
2022-01-07 11:14:58 +09:00
Dr Maxim Orlovsky
d16522949d
BIP-174: Remove PSBT_GLOBAL_SIGHASH_SINGLE_INPUT
2022-01-06 12:54:49 +01:00
Jeremy Rubin
b96b1712fc
Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths
...
when drafting the BIP I attempted to triangulate what the width of the fields for number of inputs/outputs should be from various sources in the codebase, and made an error in looking at the signing and encoding logic, and not the _decoding_ logic which restricts vectors (vin, vout) to MAX_SIZE which is 33554432. This fully justifies not using a wider type (uint64_t).
Also clarified arguments for not using a narrower type (uint16_t) which would be possible just for the vIn based on block size, because it's a leaky abstraction (you can still encode and decode such a transaction, just not mine it).
thanks to @roconnor-blockstream for pointing this out
2022-01-04 16:11:30 -08:00
kallewoof
a3a397c823
Merge pull request #1245 from Mironenko/patch-1
...
Fix typo in BIP-32
2022-01-03 10:11:03 +09:00
Jeremy Rubin
ae747e2b90
[BIP-0119] Include test vectors for CTV in BIP's subdirectory
2021-12-25 11:07:33 -08:00
Jeremy Rubin
ea6008eeb1
BIP-119: Clarify that Speedy Trial may or may not be implemented for BIP-119
2021-12-22 19:32:05 -08:00
Jeremy Rubin
4479187baf
BIP-119: Update Motivations and describe vaults alternatives better
2021-12-22 19:32:05 -08:00
calle
f42f47696c
Update bip-0052.mediawiki
...
Typos
2021-12-17 23:17:25 +00:00
Luke Dashjr
4c6389f843
Merge pull request #1126 from PoWx-Org/master
...
BIP 52: Durable, Low Energy Bitcoin PoW
2021-12-17 20:19:27 +00:00
PoWx Team
fecbe1f8a8
BIP 52: Fix syntax
2021-12-16 19:50:57 +01:00
PoWx Team
c689a92e35
BIP 52: Add misssing layer information; remove private email from Discussions-To
2021-12-16 09:52:27 +01:00
Luke Dashjr
03e10fa3bc
Merge pull request #1229 from junderw/fix/bip38
...
Clearer language in BIP38
2021-12-16 01:19:56 +00:00
PoWx Team
3a287681a4
BIP 52: Trying to fix CI errors
2021-12-15 23:40:19 +01:00
PoWx Team
abd62086df
BIP 52: Trying to fix CI errors
2021-12-15 23:36:35 +01:00
PoWx Team
9292e959d0
BIP 52: Update Comments-URI
2021-12-15 23:27:58 +01:00
PoWx Team
cc636e6f83
Fix Malformed Author line
2021-12-15 23:25:01 +01:00
PoWx Team
da4eb2fb20
Update README
2021-12-15 23:16:50 +01:00
PoWx Team
67a6c4dabb
BIP 52 assigned
2021-12-15 23:06:15 +01:00
Luke Dashjr
20da800edb
Merge pull request #1202 from katesalazar/patch-1
...
BIP 0067: Fix a broken link
2021-12-15 22:01:21 +00:00
Luke Dashjr
480cf342ec
Merge pull request #1179 from jaonoctus/typo/descriptors
...
typo: BIP [380-385]
2021-12-15 21:59:42 +00:00
Luke Dashjr
63c2a61775
Merge pull request #1227 from psztorc/master
...
Update BIPs 300/301
2021-12-15 21:56:14 +00:00
Luke Dashjr
bb8dc57da9
Merge pull request #1228 from yanmaani/patch-1
...
Fix typo in BIP 32
2021-12-15 21:36:13 +00:00
Luke Dashjr
1904334276
Merge pull request #1226 from OrfeasLitos/define-check-119
...
Define BIP-119 CheckDefaultCheckTemplateVerifyHash
2021-12-15 21:36:04 +00:00
Luke Dashjr
d36ee99961
Merge pull request #1250 from katesalazar/patch-2
...
BIP 0016: Fix broken link
2021-12-15 21:23:46 +00:00
katesalazar
0d77964a6b
BIP 0016: Fix broken link
2021-12-12 20:59:23 +01:00
Mironenko
d07e499d3f
Fix typo in BIP-32
2021-12-07 19:55:07 +03:00
PoWx Team
ff47e7ef14
Update reverse-compatibility statement
2021-11-25 18:29:10 +01:00
kallewoof
edffe52905
Merge pull request #1242 from benthecarman/patch-3
...
Allow Taproot outputs in BIP 322
2021-11-24 12:57:12 +09:00
benthecarman
6b9646e159
Allow Taproot outputs in BIP 322
2021-11-23 14:45:38 -06:00
Dr. Maxim Orlovsky
457e3545ba
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
...
`PSBT_OUT_TAP_LEAF_SCRIPT` seemed to appear in output key sections by copy-paste from input section. First, it shares the same byte no as `PSBT_OUT_TAP_TREE`, second its description talks about "witness"
2021-11-23 18:43:34 +01:00