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

clients, simulators/ethereum/rpc: make the RPC test suite work again #418

Merged
merged 40 commits into from
Jan 12, 2021

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    c5dadb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6c1bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acede0a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    f78eab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1668e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8555de5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbdacec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04173cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    783ffad View commit details
    Browse the repository at this point in the history
  7. clients/besu: enable websocket

    fjl committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ebb8dff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30c6a07 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    a14f997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7ea55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e1079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    754c4c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e847659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d2055b View commit details
    Browse the repository at this point in the history
  7. simulators/ethereum/rpc: improve vault tx handling

    - fewer confirmations
    - use global chainID
    fjl committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ac4c30c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b52c151 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab820cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c99fa5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97b9125 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbc2ee6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c8816d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    c18352d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39357b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    f9dea4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96136d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f14c53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba23180 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    12508c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b405a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d5b09 View commit details
    Browse the repository at this point in the history
  4. simulators/ethereum/rpc: fix out-of-gas test

    Clients should include the tx since it does cover the base fee.
    Change the test to look for 'failed' status instead.
    fjl committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3746acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3620f00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78517af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14b8a9f View commit details
    Browse the repository at this point in the history
  8. simulators/ethereum/rpc: use one vault instance per client

    This fixes running the tests with more than one client.
    fjl committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8ea912a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. simulators/ethereum/rpc: log JSON-RPC traffic

    This only works for HTTP, but should be good enough to find most issues.
    fjl committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    99ff5d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de9821 View commit details
    Browse the repository at this point in the history