Commit Graph

4 Commits

Author SHA1 Message Date
Zoltán Papp
35db89a40a Fix status test 2025-03-20 11:02:38 +01:00
Zoltán Papp
d026a62076 Start to use dispatcher 2025-03-13 15:28:08 +01:00
Zoltan Papp
f930ef2ee6 Cleanup magiconair usage from repo (#3276) 2025-02-03 17:54:35 +01:00
Zoltan Papp
337d3edcc4 Use the conn state of peer on proper way (#717)
The ConnStatus is a custom type based on iota
like an enum. The problem was nowhere used to the
benefits of this implementation. All ConnStatus
instances has been compared with strings. I
suppose the reason to do it to avoid a circle
dependency. In this commit the separated status
package has been moved to peer package.

Remove unused, exported functions from engine
2023-03-03 19:49:18 +01:00