Commit Graph

11 Commits

Author SHA1 Message Date
Cassandra Heart
e72b407277
fix: master/worker connectivity issue in sparse networks
tight coupling of peer and workers can sometimes interfere if mesh is sparse, so give workers a pseudoidentity but publish messages with the proper peer key
2025-10-06 21:16:05 -05:00
Cassandra Heart
e0393aa34d
fix: shut the fuck up, peer log 2025-10-05 23:51:09 -05:00
Cassandra Heart
d1b833e8b1
v2.1.0.2 2025-10-05 19:24:02 -05:00
Cassandra Heart
dbd95bd9e9
v2.1.0 (#439)
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete

* 2.1.0 main node rollup
2025-09-30 02:48:15 -05:00
petricadaipegsp
cbc405a3a0
Refactor peer pinging to target individual connections (#370) 2024-11-20 17:05:10 -06:00
petricadaipegsp
d6234aa328
Avoid BlossomSubRouter race condition (#364) 2024-11-19 04:42:29 -06:00
petricadaipegsp
49566c2280
Add additional P2P configuration (#352)
* Add peer discovery configuration

* Add peer monitor configuration

* Add message validation configuration

---------

Co-authored-by: Cassandra Heart <7929478+CassOnMars@users.noreply.github.com>
2024-11-16 17:54:34 -06:00
petricadaipegsp
7819548b6f
Do not engage in PubSub with the bootstrappers (#355) 2024-11-16 17:51:31 -06:00
Cassandra Heart
e178153593
initial testnet v2.0.3-p2 2024-11-11 03:32:14 -06:00
petricadaipegsp
30a821da09
Fix ping period (#331)
* Fix ping period

* Add missing wait group wait
2024-11-04 23:49:01 -06:00
petricadaipegsp
8ee28eb2a7
On demand bootstrap reconnection (#327)
* Aggressive bootstrap reconnection

* Reconnect bootstraps on demand
2024-11-03 22:02:30 -06:00