-
Notifications
You must be signed in to change notification settings - Fork 981
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
graphman command for clearing the call cache for a given chain #4066
Conversation
775f155
to
1f7908e
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.
Thank you very much for this!
I appreciate that you've also written the docs for the new command. That was very thoughtful.
docs/graphman.md
Outdated
@@ -6,6 +6,7 @@ | |||
- [Unused Record](#unused-record) | |||
- [Unused Remove](#unused-remove) | |||
- [Drop](#drop) | |||
- [Chain Call Cache](#call-cache) |
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.
This should point to the final remove
subcommand,like this:
- [Chain Call Cache](#call-cache) | |
- [Chain Call Cache Remove](#call-cache-remove) |
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
d0434b2
to
748feab
Compare
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
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.
Looking good!
I've left some suggestions, most of which can be applied directly.
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
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 a lot for this!
I'll run it locally just to try it out before merging.
close #3727