-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
451 reduce the "already-connected peer" error logs from appearing (#454)
* reduce the "already-connected peer" error logs from appearing * drop stream and connector before returning * remove timeout; introduce "disconnect" message * new connection change * new connection change * new changes * cleanup * added more meaningful errors * new update * Fix compilation * Small refactoring * fix test cases and run cargo fmt * Fix shutdown not propagated by passing the same shutdown sender to the oracle agent * add retry counter and remove extra channel * cargo fmt and fix warnings * fix failing test cases due to time elapsed with building proofs * remove never-ending test and additional cleanup * support multi-thread in tests * #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (comment), #454 (review) * remove env logger * reverting back to 2. Maybe 3 is too forward-looking * https://github.com/pendulum-chain/spacewalk/actions/runs/7169885052/job/19521307640#step:13:66 --------- Co-authored-by: Marcel Ebert <[email protected]>
- Loading branch information
Showing
24 changed files
with
772 additions
and
1,121 deletions.
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
Oops, something went wrong.