-
Notifications
You must be signed in to change notification settings - Fork 240
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: no command to patch the duplicated tx situation #522
Problem: no command to patch the duplicated tx situation #522
Conversation
LGTM |
can be refactored with https://github.com/crypto-org-chain/cronos/pull/513/files maybe? seems that there are some shared code. Also would it also good to have the option to specify a list of block numbers rather than a range? |
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.
others lgtm
yes, depends on which one get merged first, the other one can reuse the code.
sounds good. |
Closes: crypto-org-chain#521 Solution: - add reindex-duplicated-tx command
0a4a3c1
to
a7096e9
Compare
done, reused the |
Closes: #521
Solution:
This command should work for the 0.6.x blocks too.
👮🏻👮🏻👮🏻 !!!! 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! :)