-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tbcd: clean up peer and peermanager (#273)
* Start cleaning up peer and peermanager * Rewrite a new peer manager * Make new peer manager mostly work * Please linter * Add some prometheus crap * bring back reset clause * Make peer manager parallel * This seems to make providing seeds work correctly * Missing defer in mutex, thanks Joshua * Remove debug * Joshua suggestions * Catch up to go 1.23 to get nifty new tcp dial options and fix tests * Fix test * Bring back ping all peers * Deal with signals * fix seeding, don't run test that connects to testnet3 * fix make race; do not use same host and port for each test * Make it the same as bssd * Oops, forgot to commit this * sundry joshua nits * Fix error --------- Co-authored-by: ClaytonNorthey92 <clayton.northey@gmail.com>
- Loading branch information
1 parent
ce74681
commit 88ca612
Showing
9 changed files
with
690 additions
and
516 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/hemilabs/heminetwork | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.23.0 | ||
|
||
|
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.