NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
6 stars 3 forks source link

Introduce static testing tools to operator and aggregator tests #215

Closed Hyodar closed 2 weeks ago

Hyodar commented 1 month ago

We should explore more of Go's default and external tooling for statically testing code. This includes plain linting as well as fancier features such as concurrency scanning for race conditions. This tooling should be integrated to both unit and integration tests.

emlautarom1 commented 3 weeks ago

Relevant to #174

emlautarom1 commented 2 weeks ago

Added linter in #251 and race detector in #256