-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
A-tx-poolRelated to the transaction mempoolRelated to the transaction mempoolC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Description
Describe the feature
with lower blocktimes it's more likely that there's a delay during validation and insert, e.g.
validation in block N
N + 1 mined
pool updated
insert in N + 1
pub enum TransactionValidationOutcome<T: PoolTransaction> { |
we could use the block context (NumHash) during validation in case we need to enforce things like non-noncegap transactions (7702)
TODO
- add block_info: NumHash to validationoutcome
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-tx-poolRelated to the transaction mempoolRelated to the transaction mempoolC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Type
Projects
Status
Backlog