core/txpool: implement additional DoS defenses (#26648)
This adds two new rules to the transaction pool: - A future transaction can not evict a pending transaction. - A transaction can not overspend available funds of a sender. --- Co-authored-by:dwn1998 <42262393+dwn1998@users.noreply.github.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
Showing
core/txpool/txpool2_test.go
0 → 100644
Please register or sign in to comment