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
Our own (from a validator perspective) unpack and reactivate transactions should have a higher priority.
The objective of this task is to create an API to allow to specify a priority to transactions that are added into the mempool and expose this functionality via RPC.
With this implementation, transactions would be ordered in the mempool by:
Priority
Fee per byte
Insertion order
And when transactions are returned from mempool, higher priority txns will be returned first...
The text was updated successfully, but these errors were encountered:
Our own (from a validator perspective) unpack and reactivate transactions should have a higher priority.
The objective of this task is to create an API to allow to specify a priority to transactions that are added into the mempool and expose this functionality via RPC.
With this implementation, transactions would be ordered in the mempool by:
And when transactions are returned from mempool, higher priority txns will be returned first...
The text was updated successfully, but these errors were encountered: