CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
111 stars 77 forks source link

[enhancement] enable inlining script assembly #157

Open A60AB5450353F40E opened 10 months ago

A60AB5450353F40E commented 10 months ago

will be useful for producing optimized libraries

or just to save bytes by forcing some checks or ops to be carried out in a particular manner

rkalis commented 8 months ago

I think this will be very useful long-term. But for now it is kind of hard to integrate in a type-safe way. So I don't think we'll be able to implement this in CashScript v1.0. But definitely something to consider for later.