cashscript
cashscript copied to clipboard
Explore contract bytesize optimizations possible with the removal of the opcode limit
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.