-
Notifications
You must be signed in to change notification settings - Fork 121
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
Update mempool size limit code and test #611
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is fine to me, please just address comment https://github.com/HorizenOfficial/zen/pull/611/files#r1340382257, the others can be ignored if you prefer.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for improving this feature! I left a few non-blocking comments and approved the PR
d38a075
to
93b95cd
Compare
This commit fixes minor issues which caused the size limit to be exceeded temporarily under specific circumstances. Also mempool_size_limit.py is updated to cover such case.
93b95cd
to
d72e1df
Compare
This PR fixes minor issues which caused the size limit to be exceeded temporarily under specific circumstances.
In addition, the blockchain snapshot used for tests
mempool_size_limit.py
andmempool_size_limit_more.py
has been moved to backblaze and removed from this repository.