Rusty Russell on Nostr: Here are the very draft interpreter and BIPs for Script Restoration. I'm seeking ...
Here are the very draft interpreter and BIPs for Script Restoration. I'm seeking comments (looking at rot13maxi (nprofile…x2lg) and stevenroose (nprofile…shzy) here!) on all aspects, including format and what opcodes make sense to combine into a single proposal.
There are definitely some tweaks we could make to costing (it bugs me that the formula for OP_MUL is not symmetric, for example!), but that part is pretty solid.
Once we have a single proposal that we think is well-specified, reasonable and useful, it'll be time to get coauthors (I have a day job, and it's not this!) and formally propose it for broader scrutiny.
https://github.com/rustyrussell/bips/pull/1/
And interpreter (not other parts, so not actually usable except bench and test!):
https://github.com/rustyrussell/bitcoin/pull/1
There are definitely some tweaks we could make to costing (it bugs me that the formula for OP_MUL is not symmetric, for example!), but that part is pretty solid.
Once we have a single proposal that we think is well-specified, reasonable and useful, it'll be time to get coauthors (I have a day job, and it's not this!) and formally propose it for broader scrutiny.
https://github.com/rustyrussell/bips/pull/1/
And interpreter (not other parts, so not actually usable except bench and test!):
https://github.com/rustyrussell/bitcoin/pull/1