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
Currently, there is no check in the pool that the valid_until field of transactions is less than the current global slot. This violates the invariant that all transactions are valid against the current head, and a sufficiently high-fee expired transaction will cause block producers to examine it first, reject it, and produce a block with no transactions.
The corresponding log message is at level fatal, but we never do any special handling of the failure.
The text was updated successfully, but these errors were encountered:
Currently, there is no check in the pool that the
valid_until
field of transactions is less than the current global slot. This violates the invariant that all transactions are valid against the current head, and a sufficiently high-fee expired transaction will cause block producers to examine it first, reject it, and produce a block with no transactions.The corresponding log message is at level fatal, but we never do any special handling of the failure.
The text was updated successfully, but these errors were encountered: