koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Bump tools #211

Closed mvandeberg closed 2 years ago

mvandeberg commented 2 years ago

Brief description

Updates repo to use golang 1.18.x, fixes gcov2lcov installation, replaces deprecated golint, and fixes linter errors

Checklist

Demonstration

$ go test ./...
?       github.com/koinos/koinos-p2p/cmd/koinos-p2p     [no test files]
ok      github.com/koinos/koinos-p2p/internal   (cached)
ok      github.com/koinos/koinos-p2p/internal/node      (cached)
?       github.com/koinos/koinos-p2p/internal/options   [no test files]
ok      github.com/koinos/koinos-p2p/internal/p2p       (cached)
?       github.com/koinos/koinos-p2p/internal/p2perrors [no test files]
?       github.com/koinos/koinos-p2p/internal/rpc       [no test files]