-
Notifications
You must be signed in to change notification settings - Fork 37
[GH-733] Implemented garbage collection function for transactions pool #794
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
Conversation
|
@grzegorz225 could you help with the failing tests eventually? |
|
@DanielaIvanova The problem is you call |
|
I didn't trigger the bug when testing your code for some reason, but this should be it. |
|
To fix this you can change |
|
@cytadela8 |
|
We tested with 3 synced nodes.
On This manual test proves that the garbage collector works as intended with synced nodes as well. |
Changed: Pool.remove_transaction, Pool.garbage_collect
resolves #733
@cytadela8
We are having some problems with multi node sync test. Could you help us?