You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0110.mediawiki
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Layer: Consensus (soft fork)
4
4
Title: Reduced Data Temporary Softfork
5
5
Authors: Dathon Ohm <dathonohm+bip@proton.me>
6
-
Status: Draft
6
+
Status: Complete
7
7
Type: Specification
8
8
Assigned: 2025-12-03
9
9
License: BSD-3-Clause
@@ -30,7 +30,11 @@ Blocks during a temporary, one-year deployment are checked with these additional
30
30
# Tapscripts including OP_SUCCESS* opcodes anywhere (even unexecuted) are invalid.
31
31
# Tapscripts executing the OP_IF or OP_NOTIF instruction (regardless of result) are invalid.
32
32
33
-
Inputs spending UTXOs that were created before the activation height are exempt from the new rules.
33
+
===UTXO grandfathering===
34
+
35
+
'''Inputs spending UTXOs that were created before the activation height are exempt from all of the new rules.'''
36
+
This grandfathering ensures that no existing coins can be frozen or rendered unspendable by this softfork: any UTXO confirmed before activation can always be spent exactly as it could before, throughout the entire deployment.
37
+
The new rules apply only to UTXOs created at or after the activation height.
34
38
Once the softfork expires, UTXOs of all heights are once again unrestricted.
35
39
36
40
===GetBlockTemplate===
@@ -177,7 +181,7 @@ Yes:
177
181
178
182
# Limiting Taproot control blocks to 257 bytes directly constrains the size of the on-chain, consensus-enforced script tree. This could complicate or possibly even impede advanced smart contracting like BitVM, which relies on a large number of executable scripts. In the worst case scenario, these use cases may just need to wait until this softfork expires. As they are still in early development, testnet and sidechains should be sufficient for the next year while a more scalable rule is implemented.
179
183
# Upgrade hooks are not available for other softforks. As softforks adding new opcodes typically need at least a year to activate, this shouldn't be a practical issue.
180
-
# Some wallet software such as Miniscript habitually creates Tapleaves containing OP_IF. To mitigate the risk of these funds being frozen for a year, this proposal exempts inputs that spend outputs that were created before activation, and provides a two-week grace period between lock-in and activation, to give users time to prepare.
184
+
# Despite there being no known use case that requires it, some wallet software such as Miniscript habitually creates Tapleaves containing OP_IF, which in some hypothetical cases can require less data than the equivalent construction using additional Tapscripts. If such a use case is discovered, this simply increases the fee for that construction until the softfork expires.
181
185
182
186
'''Isn't the limit on Taproot control blocks too restrictive?'''
0 commit comments