-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
chore: bump libp2p deps #6015
Merged
Merged
chore: bump libp2p deps #6015
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
356e555
chore: bump libp2p deps
wemeetagain db5928b
Add resource leak detection in mocha for e2e
nazarhussain 36bee08
Remove all retries from network tests
nazarhussain ce0b8f1
Remove the timeout from workflow actions
nazarhussain 2550eb7
Uncomment a test
nazarhussain 1df7905
Update hooks to show time in the log
nazarhussain b52e7e0
Add a custom mocha wrapper to detected leaked resources
nazarhussain 5c5d51e
Use mocha wrapper for beacon-node e2e tests
nazarhussain a495e37
Add multiple exit to mocha run
nazarhussain d7b654b
Add mocha exit with failure count
nazarhussain a784688
Update the process exit strategy
nazarhussain af4c603
Exit the process with signal
nazarhussain 652294c
Exit the process with signal
nazarhussain b3406a3
Stop the beacon node once
nazarhussain b471c54
Abort the process
nazarhussain 04e34d6
Enable debug logging for e2e tests
nazarhussain 96fdaa8
Add unique name to each node for identification
nazarhussain 7d2256e
Add unique name to each node for identification
nazarhussain ca2a6d3
Fix gossip test close
nazarhussain 1aeee1a
Fixing peer manager close handler
nazarhussain cdb9771
Update the process of finding active resources
nazarhussain a5c6929
Add log prefix to validators to debug
nazarhussain 519f626
Add log prefix to validators to debug
nazarhussain c8c4f28
Add try/catch for network core close
nazarhussain 1c1168a
Wait for peer disconnect
nazarhussain efbd4fb
Updat the exit strategy to ignore default resources
nazarhussain 88a6acf
Add more logs to investigate
nazarhussain b421786
Await for disconnect
nazarhussain f8e2025
Add debug level logs threads
nazarhussain 1d6fcf5
Remove exit option for the mocha
nazarhussain 5c85157
Cleanup extra code
nazarhussain 274cc19
Cleanup the PR
nazarhussain abe067f
Cleanup a duplicate variable
nazarhussain 4c42132
Fix the unused tests
nazarhussain ddcc243
Merge branch 'unstable' into cayman/bump-libp2p
nazarhussain 9144fdc
Revert some code change
nazarhussain 47df439
Remove unrelated diff
nflaig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why can this be removed now? Was this just related to libp2p issue?
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.
Because tests are performing more stable now, so we don't need to have retries here.