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
FastProcessor::execute takes self and consumes the processor struct but only returns the stack outputs. For transaction execution, we also need access to the advice provider after execution to access the values that were inserted during execution.
It would be good to return the AdviceProvider as part of the return values of execute or make it accessible in some other way.