-
Notifications
You must be signed in to change notification settings - Fork 33
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
[P2P][Core] P2P Retries + Debug CLI Improvements #902
Conversation
7c2497f
to
6ce8435
Compare
6ce8435
to
330b038
Compare
330b038
to
158f8fb
Compare
/reviewpad summarize |
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.
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 improvements! 🙌
I had some questions and suggestions but those notwithstanding, I'm confident that the CLI appreciates the love. ❤️
db1c3cf
to
97ef3da
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.
I left a couple more comments but otherwise approving, I trust your judgement 👍 😅
Description
Revive docker-compose LocalNet by fixing a few issues on the client CLI, adding retries in P2P, while also making improvements to the debug CLI.
Issue
NA
Type of change
Please mark the relevant option(s):
List of changes
Testing
make develop_test
; if any code changes were mademake test_e2e
on k8s LocalNet; if any code changes were madee2e-devnet-test
passes tests on DevNet; if any code was changedRequired Checklist
godoc
format comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)