-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction pool improvements to avoid filling the pool with not executable transactions #4425
Commits on Sep 20, 2022
-
Add more tracing logs to transaction pool
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a506f6 - Browse repository at this point
Copy the full SHA 5a506f6View commit details
Commits on Sep 21, 2022
-
Prevent adding non executable transactions and evict based on age
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f7ad90 - Browse repository at this point
Copy the full SHA 7f7ad90View commit details -
Move sender account in TransactionsForSenderInfo
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd1b308 - Browse repository at this point
Copy the full SHA fd1b308View commit details -
account can be nullable on first contact (#1)
Signed-off-by: Justin Florentine <[email protected]> Signed-off-by: Justin Florentine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e65d55 - Browse repository at this point
Copy the full SHA 2e65d55View commit details -
Retry block creation on IllegalStateException
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c91b1d4 - Browse repository at this point
Copy the full SHA c91b1d4View commit details -
sender account could not exist
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 745d84b - Browse repository at this point
Copy the full SHA 745d84bView commit details
Commits on Sep 22, 2022
-
Fix for ConcurrentModificationException when building a block
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4120a1 - Browse repository at this point
Copy the full SHA e4120a1View commit details -
Implement a size expiration cache for lowest invalid nonce for sender
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13e4ecc - Browse repository at this point
Copy the full SHA 13e4eccView commit details -
Update some unit tests plus fix order of prioritized transaction list
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c46edd7 - Browse repository at this point
Copy the full SHA c46edd7View commit details -
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4993f19 - Browse repository at this point
Copy the full SHA 4993f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47edec1 - Browse repository at this point
Copy the full SHA 47edec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6f53d - Browse repository at this point
Copy the full SHA fc6f53dView commit details -
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f659f1d - Browse repository at this point
Copy the full SHA f659f1dView commit details -
Remove eviction sortig by nonce, to fix max pool size issue
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31b6694 - Browse repository at this point
Copy the full SHA 31b6694View commit details -
Update unit test to reflect new eviction order
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8eedbf3 - Browse repository at this point
Copy the full SHA 8eedbf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d33bb3 - Browse repository at this point
Copy the full SHA 3d33bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443f845 - Browse repository at this point
Copy the full SHA 443f845View commit details