-
Notifications
You must be signed in to change notification settings - Fork 237
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
Problem: archive node takes a long time to startup #667
Problem: archive node takes a long time to startup #667
Conversation
Solution: - update dependency minor versions
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.
lgtm
it is not a breaking change right? Is there a documentation explaining what the optimization do? :)
It should be not breaking since its patch version number bumps, but we'll be cautious nonetheless to gradually try on some full nodes first, and there's no need to use it on validator nodes at all, since validators use pruning and don't suffer from slow startup too much.
the pr: cosmos/iavl#468 |
for better binary cache hits
Closes: #666
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)