WIP: Feat/memory transport #7712
Annotations
4 errors and 1 warning
staticcheck:
p2p/transport/memory/conn.go#L77
should use a simple channel send/receive instead of select with a single case (S1000)
|
staticcheck:
p2p/transport/memory/conn.go#L120
func (*conn).removeStream is unused (U1000)
|
staticcheck:
p2p/transport/memory/transport.go#L125
func (*transport).addConn is unused (U1000)
|
staticcheck
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: trail-of-forks/setup-protoc@a97892a429d98fae78d26f40334ab7eb616d08b9. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading