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
Runtimes can provide metadata to the scheduler via the Meta field in the CheckTx response.
It would be useful to standardize a few metadata items that the runtimes can emit and the scheduler understands while scheduling batches:
Priority.
Custom "weights" where for each "weight type" the runtime can define a maximum block weight. This could be gas or emitted runtime messages. The maximums could either be emitted by the runtime as part of the last ExecuteTx response or queried explicitly by the host via a new call (per round).
The text was updated successfully, but these errors were encountered:
Runtimes can provide metadata to the scheduler via the
Meta
field in the CheckTx response.It would be useful to standardize a few metadata items that the runtimes can emit and the scheduler understands while scheduling batches:
The text was updated successfully, but these errors were encountered: