Skip to content

indexer uses a method(debug_traceTransaction) that doesn't exist #471

@YuXiaoCoder

Description

@YuXiaoCoder

Indexer Verison:avaplatform/ortelius:v1.7.10-rc.2
Core Version:1.7.15

The log output of Indexer is as follows:

INFO [08-04|02:36:57.242] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#353: Starting worker for cchain
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#131: starting processing block 18 cnt 9
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 2
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 3
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 5
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 6
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 8
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 9
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 10
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 12
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 13
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#183: refill 14
INFO [08-04|02:36:57.243] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#190: catchup complete
ERROR[08-04|02:36:57.246] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#408: Catchup error: the method debug_traceTransaction does not exist/is not available
INFO [08-04|02:36:57.248] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#451: Exiting worker for cchain
ERROR[08-04|02:36:57.248] /go/src/github.com/ava-labs/ortelius/stream/producer_cchain.go#316: Error running worker: the method debug_traceTransaction does not exist/is not available

The configuration file of the core service is as follows:

{
    "snowman-api-enabled": false,
    "coreth-admin-api-enabled": false,
    "coreth-admin-api-dir": "",
    "eth-apis": [
      "admin",
      "eth",
      "eth-filter",
      "net",
      "web3",
      "internal-eth",
      "internal-blockchain",
      "internal-transaction",
      "debug",
      "debug-tracer",
      "internal-tx-pool",
      "internal-debug",
      "internal-account",
      "internal-personal"
    ],
    "continuous-profiler-dir": "",
    "continuous-profiler-frequency": 900000000000,
    "continuous-profiler-max-files": 5,
    "rpc-gas-cap": 50000000,
    "rpc-tx-fee-cap": 100,
    "preimages-enabled": false,
    "snapshot-async": true,
    "snapshot-verification-enabled": false,
    "pruning-enabled": false,
    "allow-missing-tries": false,
    "populate-missing-tries-parallelism": 1024,
    "metrics-enabled": false,
    "metrics-expensive-enabled": false,
    "local-txs-enabled": false,
    "api-max-duration": 0,
    "ws-cpu-refill-rate": 0,
    "ws-cpu-max-stored": 0,
    "api-max-blocks-per-request": 0,
    "allow-unfinalized-queries": false,
    "allow-unprotected-txs": false,
    "keystore-directory": "",
    "keystore-external-signer": "",
    "keystore-insecure-unlock-allowed": false,
    "remote-tx-gossip-only-enabled": false,
    "tx-regossip-frequency": 60000000000,
    "tx-regossip-max-size": 15,
    "log-level": "info",
    "http-host": "0.0.0.0",
    "index-enabled": "true",
    "network-minimum-timeout": "3s",
    "max-outbound-active-requests": 8,
    "state-sync-enabled": true,
    "state-sync-skip-resume": false,
    "state-sync-min-blocks": 300000,
    "state-sync-ids": "",
    "state-sync-server-trie-cache": 64,
    "offline-pruning-enabled": false,
    "offline-pruning-bloom-filter-size": 1024,
    "offline-pruning-data-directory": "/mnt/avaxmain/node/offline-pruning"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions