# Functions
ExecReportToEthTxMeta generates a txmgr.EthTxMeta from the given report.
UnregisterExecPluginLpFilters unregisters all the registered filters for both source and dest chains.
# Constants
Batching strategies.
A message consists of 10 abi encoded fields 32B each (after encoding).
# SLOAD_GAS = WARM_STORAGE_READ_COST for rewriting from non-zero (in-progress) to non-zero (success/failure).
MaxDataLenPerBatch limits the total length of msg data that can be in a batch.
exec Report should make sure to cap returned payload to this limit.
MaximumAllowedTokenDataWaitTimePerBatch defines the maximum time that is allowed for the plugin to wait for token data to be fetched from external providers per batch.
MessagesIterationStep limits number of messages fetched to memory at once when iterating through unexpired CommitRoots.
transfer using callWithExactGas.
SSTORE_RESET_GAS for updating & decreasing token bucket.
supportsInterface of ERC165Checker library performs 3 static-calls of 30k gas each.
COLD_SLOAD_COST loading the pool address.
Batching strategies.
# Structs
InflightInternalExecutionReport serves the same purpose as InflightCommitReport see the comment on that struct for context.