-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
shed: command to list duplicate messages in tipsets (steb) #5847
Conversation
I sincerely apologize for the git commit messages, I needed to send the code to a different machine for testing, and got tired of writing nice git commit messages. I'll rebase/squash later but don't want to mess with history right now. |
@Stebalien for this I use git over ssh with bare repo on the other side and one working repo.
Then if you want to push some branch you push to devbox1 and in |
- Allow a start/end epoch. - Print one line per duplicate set. - Allow filtering duplicate messages by method number. - Make the number of threads configurable.
620581f
to
77eefcd
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, maybe confirm it works with latest changes.
5dab9f0
to
701682c
Compare
Done. I've also added support for |
(going to assume this is good to go, it's just a shed command after all). |
Modification of #5841.
This one:
Usage:
That will walk back to the mainnet epoch and write the results to stdout and output.ndjson.
TODO