-
Notifications
You must be signed in to change notification settings - Fork 293
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
[go.mod][pubsub][test] Update libp2p, use MaxMessage at p2p level protection, remove dead code #2692
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… time. Limit max p2p message size
fxfactorial
changed the title
Update libp2p, use MaxMessage at p2p level protection
Update libp2p, use MaxMessage at p2p level protection, remove dead code
Apr 3, 2020
fxfactorial
changed the title
Update libp2p, use MaxMessage at p2p level protection, remove dead code
[go.mod][pubsub][test] Update libp2p, use MaxMessage at p2p level protection, remove dead code
Apr 3, 2020
denniswon
reviewed
Apr 3, 2020
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.
Deleting all the tests?
They are not used or outdated or misleading |
rlan35
approved these changes
Apr 3, 2020
fxfactorial
added a commit
to john-harmony/harmony
that referenced
this pull request
Apr 3, 2020
commit 56d19d2 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 13:08:15 2020 -0700 [offchain][effective][validator][rpc] Give reason why booted from committeee, move effective stake in rpc outside metrics (harmony-one#2699) commit d21f68d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 21:48:18 2020 -0700 [go.mod][pubsub][test] Update libp2p, use MaxMessage at p2p level protection, remove dead code (harmony-one#2692) * [project] Update Dockerfile * [main] Whitespace * [p2p][go.mod] Update libp2p, pick pubsub from master as of commit now time. Limit max p2p message size * [go.mod] Unused package * [project] Remove p2pchat test app * [project] Remove unused test/txgen * [project] Remove two one off test programs, unused shell scripts * [p2p] Temp log out sign of receive p2p message * [p2p] Use 3 MB as max message size commit 4c15caa Author: coolcottontail <50373379+coolcottontail@users.noreply.github.com> Date: Thu Apr 2 21:44:04 2020 -0700 fix issue2689 error loading blspass (harmony-one#2695) commit 5b7d216 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Thu Apr 2 20:03:10 2020 -0700 fix earned-reward per key by temporary persisting stats and writing at once (harmony-one#2693) sorted slice of map for deterministic write commit 9fa85b5 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 14:29:57 2020 -0700 [project] Remove dead Lottery app code, optimize node/... on what staticcheck showed (harmony-one#2688) commit 780ecf4 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 14:13:31 2020 -0700 [project] More leftover wallet support scripts, update README (harmony-one#2687)
fxfactorial
added a commit
to john-harmony/harmony
that referenced
this pull request
Apr 3, 2020
Squashed commit of the following: commit 56d19d2 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 13:08:15 2020 -0700 [offchain][effective][validator][rpc] Give reason why booted from committeee, move effective stake in rpc outside metrics (harmony-one#2699) commit d21f68d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 21:48:18 2020 -0700 [go.mod][pubsub][test] Update libp2p, use MaxMessage at p2p level protection, remove dead code (harmony-one#2692) * [project] Update Dockerfile * [main] Whitespace * [p2p][go.mod] Update libp2p, pick pubsub from master as of commit now time. Limit max p2p message size * [go.mod] Unused package * [project] Remove p2pchat test app * [project] Remove unused test/txgen * [project] Remove two one off test programs, unused shell scripts * [p2p] Temp log out sign of receive p2p message * [p2p] Use 3 MB as max message size commit 4c15caa Author: coolcottontail <50373379+coolcottontail@users.noreply.github.com> Date: Thu Apr 2 21:44:04 2020 -0700 fix issue2689 error loading blspass (harmony-one#2695) commit 5b7d216 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Thu Apr 2 20:03:10 2020 -0700 fix earned-reward per key by temporary persisting stats and writing at once (harmony-one#2693) sorted slice of map for deterministic write commit 9fa85b5 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 14:29:57 2020 -0700 [project] Remove dead Lottery app code, optimize node/... on what staticcheck showed (harmony-one#2688) commit 780ecf4 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Thu Apr 2 14:13:31 2020 -0700 [project] More leftover wallet support scripts, update README (harmony-one#2687)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.