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
Right now rbuilder executes every transaction individually. Many bundles either share the same transaction, or they have transactions that share individual calls or precompiles across them - e.g. 2 different txs call the keccack precompile with the same input. We should explore how we can smartly cache and reuse results across transaction execution instead of re-executing.
The text was updated successfully, but these errors were encountered:
Right now rbuilder executes every transaction individually. Many bundles either share the same transaction, or they have transactions that share individual calls or precompiles across them - e.g. 2 different txs call the keccack precompile with the same input. We should explore how we can smartly cache and reuse results across transaction execution instead of re-executing.
The text was updated successfully, but these errors were encountered: