cashscript icon indicating copy to clipboard operation
cashscript copied to clipboard

Explore contract bytesize optimizations possible with the removal of the opcode limit

Open mr-zwets opened this issue 8 months ago • 0 comments

Before the re-targeted VM Limits on Bitcoin Cash, there was both the Opcode-count and the bytesize limit to take into account.

With the removal of the 201 opcode limit, we can explore contract bytesize optimizations which do increase the opcode usage but this is no longer a separate factor to optimize, as fees are paid on transaction size and computation budget is high with the re-targeted VM Limits.

mr-zwets avatar Feb 28 '25 16:02 mr-zwets