-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to analyze dynamic arguments for opcodes like ROLL #14
Comments
Created separate issue for this: #15 |
I've implemented the feature, it is now in https://github.com/dgpv/bsst/tree/dynamic_pick_roll branch. It seems easy to do the same to But I have problem with naming the setting to select the number of samples to generate for the argument. Right now it is this:
Making similar setting just for I have problem naming such setting.
Any ideas ? |
@ajtowns as you have requested this feature, maybe you could find some time to check out how it looks, and tell if it works as you expected |
Perhaps something like |
Currently, if an opcode uses one of its arguments as an index on the stack, we require this argument to be static.
There are possible practical scripts that can use dynamic stack indexes, so having ability to analyze these seem to be valuable.
Here's the link to relevant discussion on delvingbitcoin: https://delvingbitcoin.org/t/bsst-plugins-for-covenant-opcodes/137/2
For convenience, I copy here parts of conversation from there:
dgpv:
ajtowns:
The text was updated successfully, but these errors were encountered: