File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ Those proposing changes should consider that ultimately consent may rest with th
1299
1299
| [[bip-0442.md |442 ]]
1300
1300
| Consensus (soft fork)
1301
1301
| OP_PAIRCOMMIT
1302
- | moonsettler
1302
+ | moonsettler, Brandon Black
1303
1303
| Standard
1304
1304
| Draft
1305
1305
|}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Lightning Symmetry channel construction is close to [optimal].
149
149
150
150
### In MATT
151
151
152
- The Merkelize All The Things ([ MATT] ) framework proposes to use ` OP_CAT ` to
152
+ The Merklize All The Things ([ MATT] ) framework proposes to use ` OP_CAT ` to
153
153
combine multiple items into a single commitment for use with
154
154
` OP_CHECKCONTRACTVERIFY ` . ` OP_PAIRCOMMIT ` provides a more ergonomic way to
155
155
accomplish this[ ^ 4 ] .
@@ -261,11 +261,11 @@ can be reached by all possible input values (i.e. the input entropy space) as
261
261
they must be enumerated and hashed into a Merkle root.
262
262
263
263
Taproot trees can be 128 levels deep, therefore including up to 2^128 possible
264
- output values. This is over the practical limits to enumerate and merkelize .
264
+ output values. This is over the practical limits to enumerate and merklize .
265
265
Therefore, we conclude that enabling Merkle commitments in script does not
266
266
materially extend what computations are possible to validate in bitcoin
267
267
script. While `OP_PAIRCOMMIT` is not explicitly limited to a height of 128, greater
268
- heights are not practical to Merkelize .
268
+ heights are not practical to Merklize .
269
269
270
270
## Backward Compatibility
271
271
You can’t perform that action at this time.
0 commit comments