synapsecns/sanguine

View on GitHub

Showing 1,971 of 13,422 total issues

Method executionContext._Query_receiptCount has 5 return statements (exceeds 4 allowed).
Open

func (ec *executionContext) _Query_receiptCount(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
    fc, err := ec.fieldContext_Query_receiptCount(ctx, field)
    if err != nil {
        return graphql.Null
    }
Severity: Major
Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

    Method executionContext._Receipt_type has 5 return statements (exceeds 4 allowed).
    Open

    func (ec *executionContext) _Receipt_type(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
        fc, err := ec.fieldContext_Receipt_type(ctx, field)
        if err != nil {
            return graphql.Null
        }
    Severity: Major
    Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

      Method executionContext._Receipt_json has 5 return statements (exceeds 4 allowed).
      Open

      func (ec *executionContext) _Receipt_json(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
          fc, err := ec.fieldContext_Receipt_json(ctx, field)
          if err != nil {
              return graphql.Null
          }
      Severity: Major
      Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

        Method executionContext._Receipt_contract_address has 5 return statements (exceeds 4 allowed).
        Open

        func (ec *executionContext) _Receipt_contract_address(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
            fc, err := ec.fieldContext_Receipt_contract_address(ctx, field)
            if err != nil {
                return graphql.Null
            }
        Severity: Major
        Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

          Method executionContext._Transaction_gas_price has 5 return statements (exceeds 4 allowed).
          Open

          func (ec *executionContext) _Transaction_gas_price(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
              fc, err := ec.fieldContext_Transaction_gas_price(ctx, field)
              if err != nil {
                  return graphql.Null
              }
          Severity: Major
          Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

            Method executionContext._Transaction_value has 5 return statements (exceeds 4 allowed).
            Open

            func (ec *executionContext) _Transaction_value(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
                fc, err := ec.fieldContext_Transaction_value(ctx, field)
                if err != nil {
                    return graphql.Null
                }
            Severity: Major
            Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

              Method executionContext._Transaction_tx_hash has 5 return statements (exceeds 4 allowed).
              Open

              func (ec *executionContext) _Transaction_tx_hash(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
                  fc, err := ec.fieldContext_Transaction_tx_hash(ctx, field)
                  if err != nil {
                      return graphql.Null
                  }
              Severity: Major
              Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                Method executionContext.___EnumValue_name has 5 return statements (exceeds 4 allowed).
                Open

                func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) (ret graphql.Marshaler) {
                    fc, err := ec.fieldContext___EnumValue_name(ctx, field)
                    if err != nil {
                        return graphql.Null
                    }
                Severity: Major
                Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                  Method executionContext._Query_transactions has 5 return statements (exceeds 4 allowed).
                  Open

                  func (ec *executionContext) _Query_transactions(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
                      fc, err := ec.fieldContext_Query_transactions(ctx, field)
                      if err != nil {
                          return graphql.Null
                      }
                  Severity: Major
                  Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                    Method executionContext._Receipt_post_state has 5 return statements (exceeds 4 allowed).
                    Open

                    func (ec *executionContext) _Receipt_post_state(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                        fc, err := ec.fieldContext_Receipt_post_state(ctx, field)
                        if err != nil {
                            return graphql.Null
                        }
                    Severity: Major
                    Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                      Method executionContext._Receipt_status has 5 return statements (exceeds 4 allowed).
                      Open

                      func (ec *executionContext) _Receipt_status(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                          fc, err := ec.fieldContext_Receipt_status(ctx, field)
                          if err != nil {
                              return graphql.Null
                          }
                      Severity: Major
                      Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                        Method executionContext._Transaction_chain_id has 5 return statements (exceeds 4 allowed).
                        Open

                        func (ec *executionContext) _Transaction_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
                            fc, err := ec.fieldContext_Transaction_chain_id(ctx, field)
                            if err != nil {
                                return graphql.Null
                            }
                        Severity: Major
                        Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                          Method executionContext.___Directive_args has 5 return statements (exceeds 4 allowed).
                          Open

                          func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
                              fc, err := ec.fieldContext___Directive_args(ctx, field)
                              if err != nil {
                                  return graphql.Null
                              }
                          Severity: Major
                          Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                            Method executionContext.___Field_isDeprecated has 5 return statements (exceeds 4 allowed).
                            Open

                            func (ec *executionContext) ___Field_isDeprecated(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) (ret graphql.Marshaler) {
                                fc, err := ec.fieldContext___Field_isDeprecated(ctx, field)
                                if err != nil {
                                    return graphql.Null
                                }
                            Severity: Major
                            Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                              Method executionContext._Log_contract_address has 5 return statements (exceeds 4 allowed).
                              Open

                              func (ec *executionContext) _Log_contract_address(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
                                  fc, err := ec.fieldContext_Log_contract_address(ctx, field)
                                  if err != nil {
                                      return graphql.Null
                                  }
                              Severity: Major
                              Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                Method executionContext._Log_chain_id has 5 return statements (exceeds 4 allowed).
                                Open

                                func (ec *executionContext) _Log_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
                                    fc, err := ec.fieldContext_Log_chain_id(ctx, field)
                                    if err != nil {
                                        return graphql.Null
                                    }
                                Severity: Major
                                Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                  Method executionContext._Query_blockTime has 5 return statements (exceeds 4 allowed).
                                  Open

                                  func (ec *executionContext) _Query_blockTime(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
                                      fc, err := ec.fieldContext_Query_blockTime(ctx, field)
                                      if err != nil {
                                          return graphql.Null
                                      }
                                  Severity: Major
                                  Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                    Method executionContext._Receipt_cumulative_gas_used has 5 return statements (exceeds 4 allowed).
                                    Open

                                    func (ec *executionContext) _Receipt_cumulative_gas_used(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                                        fc, err := ec.fieldContext_Receipt_cumulative_gas_used(ctx, field)
                                        if err != nil {
                                            return graphql.Null
                                        }
                                    Severity: Major
                                    Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                      Method executionContext._Receipt_tx_hash has 5 return statements (exceeds 4 allowed).
                                      Open

                                      func (ec *executionContext) _Receipt_tx_hash(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                                          fc, err := ec.fieldContext_Receipt_tx_hash(ctx, field)
                                          if err != nil {
                                              return graphql.Null
                                          }
                                      Severity: Major
                                      Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                        Method executionContext._Receipt_page has 5 return statements (exceeds 4 allowed).
                                        Open

                                        func (ec *executionContext) _Receipt_page(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                                            fc, err := ec.fieldContext_Receipt_page(ctx, field)
                                            if err != nil {
                                                return graphql.Null
                                            }
                                        Severity: Major
                                        Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language