status-im/status-go

View on GitHub
api/geth_backend.go

Summary

Maintainability
F
6 days
Test Coverage
D
62%

File geth_backend.go has 2219 lines of code (exceeds 900 allowed). Consider refactoring.
Open

package api

import (
    "context"
    "crypto/ecdsa"
Severity: Major
Found in api/geth_backend.go - About 4 days to fix

    GethStatusBackend has 114 methods (exceeds 21 allowed). Consider refactoring.
    Open

    type GethStatusBackend struct {
        mu sync.Mutex
        // rootDataDir is the same for all networks.
        rootDataDir string
        appDB       *sql.DB
    Severity: Major
    Found in api/geth_backend.go - About 2 days to fix

      There are no issues that match your filters.

      Category
      Status