proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

Improve transaction validation in the mempool #163

Closed maht0rz closed 1 month ago

maht0rz commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

rpanic commented 1 month ago

Also, we should sort the returned transactions when returning the from the mempool, so that multiple transactions from the same sender appear in the correct order

rpanic commented 1 month ago

We should also add a configurable maximum block size that the mempool respects