Skip to content
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

Merged
merged 14 commits into from
Oct 31, 2022

Conversation

poonai
Copy link
Contributor

@poonai poonai commented Oct 17, 2022

close #3727

@poonai poonai marked this pull request as ready for review October 18, 2022 10:41
@leoyvens leoyvens requested a review from tilacog October 18, 2022 14:51
@tilacog tilacog self-assigned this Oct 18, 2022
Copy link
Contributor

@tilacog tilacog left a 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)
Copy link
Contributor

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:

Suggested change
- [Chain Call Cache](#call-cache)
- [Chain Call Cache Remove](#call-cache-remove)

docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
store/postgres/src/chain_store.rs Outdated Show resolved Hide resolved
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>
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>
@poonai poonai requested a review from tilacog October 23, 2022 12:07
Signed-off-by: poonai <rbalajis25@gmail.com>
docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
@tilacog tilacog self-requested a review October 24, 2022 15:00
docs/graphman.md Outdated Show resolved Hide resolved
docs/graphman.md Outdated Show resolved Hide resolved
Copy link
Contributor

@tilacog tilacog left a 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>
@poonai poonai requested a review from tilacog October 25, 2022 12:01
Copy link
Contributor

@tilacog tilacog left a 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.

@tilacog tilacog merged commit ee76a63 into graphprotocol:master Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New graphman command for clearing the call cache for a given chain
2 participants