mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-13 16:18:40 +00:00
BIP440: Varops Budget for Script Runtime Constraint, BIP441: Restoration of disabled Script (tapleaf 0xc2) (#2118)
* Varops: Two BIPs for Script Restoration: varops calculations and tapleaf version (0xc2). Special thanks to Murch for teaching me mediawiki, and so much great formatting and clarity advice. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> * script restoration: fix MUL cost to account to round up B to word boundary. Julian points out that the implementation does this, which improves accuracy for the case of small B (since the term is multiplied: for normal OP_ADD etc we don't bother, since the difference is very bounded). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> * BIP 440, 441: official numbers, into README.mediawiki and renamed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --------- Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1416,6 +1416,20 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
|
||||
| Specification
|
||||
| Draft
|
||||
|-
|
||||
| [[bip-0440.mediawiki|440]]
|
||||
| Consensus (soft fork)
|
||||
| Varops Budget For Script Runtime Constraint
|
||||
| Rusty Russell, Julian Moik
|
||||
| Specification
|
||||
| Draft
|
||||
|-
|
||||
| [[bip-0441.mediawiki|441]]
|
||||
| Consensus (soft fork)
|
||||
| Restoration of disabled script (Tapleaf 0xC2)
|
||||
| Rusty Russell, Julian Moik
|
||||
| Specification
|
||||
| Draft
|
||||
|-
|
||||
| [[bip-0442.md|442]]
|
||||
| Consensus (soft fork)
|
||||
| OP_PAIRCOMMIT
|
||||
|
||||
Reference in New Issue
Block a user