status-im/status-go

View on GitHub
contracts/resolver/resolver.go

Summary

Maintainability
F
2 wks
Test Coverage

File resolver.go has 6877 lines of code (exceeds 900 allowed). Consider refactoring.
Open

// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.

package resolver

Severity: Major
Found in contracts/resolver/resolver.go - About 2 wks to fix

    PublicResolverFilterer has 36 methods (exceeds 21 allowed). Consider refactoring.
    Open

    type PublicResolverFilterer struct {
        contract *bind.BoundContract // Generic contract wrapper for the low level calls
    }
    Severity: Minor
    Found in contracts/resolver/resolver.go - About 4 hrs to fix

      PublicResolverSession has 24 methods (exceeds 21 allowed). Consider refactoring.
      Open

      type PublicResolverSession struct {
          Contract     *PublicResolver   // Generic contract binding to set the session for
          CallOpts     bind.CallOpts     // Call options to use throughout this session
          TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
      }
      Severity: Minor
      Found in contracts/resolver/resolver.go - About 2 hrs to fix

        There are no issues that match your filters.

        Category
        Status