-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix shutdown save peers utreexo #280
base: master
Are you sure you want to change the base?
Fix shutdown save peers utreexo #280
Conversation
I have seen the errors on linting and build_docker. I am looking into it. |
I think the build docker error is unrelated, cc @Davidson-Souza |
To fix linting, do I need to use the nightly rust? |
Yes, you can run |
A doubt that I had when writting the code was if I needed to save every utreexo peers or just "good" peers. I opted for just the "good" ones. |
The idea is to save only the ones we are connected to, so they are by definition good |
Is there anything I should improve/modify before merging? |
Added code to save good utreexo peers to a anchors.json file