Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: update for London #22976

Merged
merged 6 commits into from
Jun 7, 2021
Merged

tests: update for London #22976

merged 6 commits into from
Jun 7, 2021

Commits on Jun 2, 2021

  1. cmd/evm: t8n - warn on tx rejection + error info in result output

    cmd/evm: t8n - add error info to rejected txs
    
     ./evm t8n --input.alloc=./testdata/1/alloc.json --input.txs=./testdata/1/txs.json --input.env=./testdata/1/env.json --output.alloc=stdout | ./evm t8n --input.alloc=stdin --input.env=./testdata/1/env.json --input.txs=./testdata/1/txs.json --output.result=stdot
    ...
    {
     "result": {
      "stateRoot": "0x84208a19bc2b46ada7445180c1db162be5b39b9abc8c0a54b05d32943eae4e13",
      "txRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
      "receiptRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
      "logsHash": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "receipts": [],
      "rejected": [
       {
        "index": 0,
        "error": "nonce too low: address 0x8A8eAFb1cf62BfBeb1741769DAE1a9dd47996192, tx: 0 state: 1"
       },
       {
        "index": 1,
        "error": "nonce too low: address 0x8A8eAFb1cf62BfBeb1741769DAE1a9dd47996192, tx: 0 state: 1"
       }
      ]
     }
    }
    holiman committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    35bac2b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    329a11c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f2bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    396a476 View commit details
    Browse the repository at this point in the history
  4. tests: fix statetests again

    holiman committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    be3548e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaacb88 View commit details
    Browse the repository at this point in the history