You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to define the version of the kernel which will be used during the transaction execution.
How should it be done?
Version should be specified during the creation of the TransactionExecutor. Then, inside the execute_transaction() function, it should be passed to the TransactionKernel to be able to load the proper kernel version to the memory.
When is this task done?
The task is done when kernel version, instantiated in the TransactionExecutor, will be used to load the proper kernel version.
Additional context
No response
The text was updated successfully, but these errors were encountered:
What should be done?
We should be able to define the version of the kernel which will be used during the transaction execution.
How should it be done?
Version should be specified during the creation of the
TransactionExecutor
. Then, inside theexecute_transaction()
function, it should be passed to theTransactionKernel
to be able to load the proper kernel version to the memory.When is this task done?
The task is done when kernel version, instantiated in the
TransactionExecutor
, will be used to load the proper kernel version.Additional context
No response
The text was updated successfully, but these errors were encountered: