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
Stateful compression of state diffs requires some post-processing steps done after executing a block of transactions. Ideally we would convert our current code using lower-level APIs (estimate, simulate and trace) to use the TransactionExecutor API that already implements this change.
Note: the last time we checked TransactionExecutor had some API deficiencies so that estimate and simulate could not be properly implemented: skip_validate and skip_fee_charge cannot be implemented through the TransactionExecutor API.
The text was updated successfully, but these errors were encountered:
Stateful compression of state diffs requires some post-processing steps done after executing a block of transactions. Ideally we would convert our current code using lower-level APIs (estimate, simulate and trace) to use the
TransactionExecutor
API that already implements this change.Note: the last time we checked
TransactionExecutor
had some API deficiencies so thatestimate
andsimulate
could not be properly implemented:skip_validate
andskip_fee_charge
cannot be implemented through the TransactionExecutor API.The text was updated successfully, but these errors were encountered: