Skip to content

mysterious errors occurs in USDC test suite #42

@lightsing

Description

@lightsing

keystore: testchain.zip
genesis.json:

{
  "config": {
    "chainId": 53077,
    "homesteadBlock": 0,
    "eip150Block": 0,
    "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "eip155Block": 0,
    "eip158Block": 0,
    "byzantiumBlock": 0,
    "constantinopleBlock": 0,
    "petersburgBlock": 0,
    "istanbulBlock": 0,
    "clique": {
      "period": 15,
      "epoch": 30000
    }
  },
  "nonce": "0x0",
  "timestamp": "0x61bc34a0",
  "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000221cb8Cd97223442754493A31184CF81F418E7280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  "gasLimit": "0x6691b7",
  "difficulty": "0x1",
  "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "coinbase": "0x0000000000000000000000000000000000000000",
  "alloc": {
    "221cb8Cd97223442754493A31184CF81F418E728": {
      "balance": "0x56BC75E2D63100000"
    },
    "6CCf3e5FEbdEe9a3B263Eb3eAd5A19fa95Dc8ADf": {
      "balance": "0x56BC75E2D63100000"
    },
    "90F8bf6A479f320ead074411a4B0e7944Ea8c9C1": {
      "balance": "0x56BC75E2D63100000"
    },
    "FFcf8FDEE72ac11b5c542428B35EEF5769C409f0": {
      "balance": "0x56BC75E2D63100000"
    },
    "E11BA2b4D45Eaed5996Cd0823791E0C93114882d": {
      "balance": "0x56BC75E2D63100000"
    },
    "d03ea8624C8C5987235048901fB614fDcA89b117": {
      "balance": "0x56BC75E2D63100000"
    },
    "95cED938F7991cd0dFcb48F0a06a40FA1aF46EBC": {
      "balance": "0x56BC75E2D63100000"
    },
    "3E5e9111Ae8eB78Fe1CC3bb8915d5D461F3Ef9A9": {
      "balance": "0x56BC75E2D63100000"
    },
    "28a8746e75304c0780E011BEd21C72cD78cd535E": {
      "balance": "0x56BC75E2D63100000"
    },
    "ACa94ef8bD5ffEE41947b4585a84BdA5a3d3DA6E": {
      "balance": "0x56BC75E2D63100000"
    },
    "1dF62f291b2E969fB0849d99D9Ce41e2F137006e": {
      "balance": "0x56BC75E2D63100000"
    },
    "610Bb1573d1046FCb8A70Bbbd395754cD57C2b60": {
      "balance": "0x56BC75E2D63100000"
    },
    "2F560290FEF1B3Ada194b6aA9c40aa71f8e95598": {
      "balance": "0x56BC75E2D63100000"
    }
  },
  "number": "0x0",
  "gasUsed": "0x0",
  "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "baseFeePerGas": null
}

geth cmdline: ./build/bin/geth --datadir testchain --mine --unlock 0,1,2,3,4,5,6,7,8,9,10,11,12 --allow-insecure-unlock --miner.etherbase 0x221cb8Cd97223442754493A31184CF81F418E728 --maxpeers 0 --http --http.corsdomain https://remix.ethereum.org --http.api personal,eth,net,web3,debug

then run yarn test from centre-tokens

Expected ERROR: Failed to trace data

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