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
When a transaction goes through banking stage, its instructions are scanned multiple times at different stage for details like compute-budget ixs, builtin ixs, signature details etc. it can be optimized by iterating instructions once at early stage, gather and cache details, and to reuse down the pipe.
The text was updated successfully, but these errors were encountered:
When a transaction goes through banking stage, its instructions are scanned multiple times at different stage for details like compute-budget ixs, builtin ixs, signature details etc. it can be optimized by iterating instructions once at early stage, gather and cache details, and to reuse down the pipe.
The text was updated successfully, but these errors were encountered: