-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
further dry-run improvements: txEvents & top #167
Comments
Currently we don't have support for this - i would propose to introduce the specific height as param to AbstractTransactionModel rather than providing new methods or update existing signatures within TransactionServiceImpl - what do you think @marc0olo? |
you mean for the existing dryRun functions, right? |
it should be possible to perform a dry-run at a specific height. additionally there is an option to return the txEvents for tx performed in a dry-run which is set to false by default. the height/top to perform the dry-run expects a block hash. currently I am not sure if it's on keyblock level or microblock level. |
I got the confirmation of Hans that it doesn't matter if we provide the microblock or keyblock hash. both can be used |
@mitch-lbw do we currently support that? if not we should introduce that functionality
The text was updated successfully, but these errors were encountered: