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
The eviction ordering in truncateQueue() is reversed so that newer transactions are erroneously discarded instead of older transactions when the global queue limit is exceeded.
This bug was corrected in upstream geth last year - it would be worthwhile merging or cherry picking into bor.
commit 2bfd9a28d11714c7880243ea28169d5f3e8fff11
Author: zhaochonghe <41711151+zhaochonghe@users.noreply.github.com>
Date: Thu May 19 15:25:22 2022 +0800
core: fix the order of address in queue (#24907)
reverse the order of address in queue
The text was updated successfully, but these errors were encountered:
The eviction ordering in truncateQueue() is reversed so that newer transactions are erroneously discarded instead of older transactions when the global queue limit is exceeded.
This bug was corrected in upstream geth last year - it would be worthwhile merging or cherry picking into bor.
ethereum/go-ethereum#24907
ethereum/go-ethereum#24908
The text was updated successfully, but these errors were encountered: