-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Bitcoin ScriptFor the development or improvement of the Bitcoin Script interpreter.For the development or improvement of the Bitcoin Script interpreter.enhancementNew feature or requestNew feature or request
Description
Currently, I run the Subcoin node with the import-blocks command to test our script interpreter in #89. However, block execution time significantly slows down (~1 block per second when the height exceeds 500,000 or earlier) due to state root computation during block finalization. This makes interpreter testing excessively time-consuming. To speed up the process, we could introduce an option to bypass state root computation specifically for testing purposes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bitcoin ScriptFor the development or improvement of the Bitcoin Script interpreter.For the development or improvement of the Bitcoin Script interpreter.enhancementNew feature or requestNew feature or request