-
Notifications
You must be signed in to change notification settings - Fork 660
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
Add hash of the node to the MissingTrieValue #9616
Conversation
3c10e68
to
ced00c2
Compare
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.
Nice, thanks for looking into it!
The only real comment is to replace string with (context, hash), back to you for this final improvement, otherwise looks great.
8d80b20
to
b497893
Compare
for sanity checks there is a script that you can use to run it locally: |
b497893
to
b9e5158
Compare
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!
Well done on your first PR in nearcore :)
b9e5158
to
a46d222
Compare
Addressing
nearcore/core/primitives/src/errors.rs
Line 86 in 65af455