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

feat(integration): add ability to search logs in integration test nodes + slot reservations test #976

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. chore: bump dependencies, including nim-ethers with chronos v4 support

    Bumps the following dependencies:
    - nim-ethers to commit 507ac6a4cc71cec9be7693fa393db4a49b52baf9 which contains a pinned nim-eth version. This is to be replaced by a versioned library, so it will be pinned to a particular version. There is a crucial fix in this version of ethers that fixes nonce management which is causing issues in the Codex testnet.
    - nim-json-rpc to v0.4.4
    - nim-json-serialization to v0.2.8
    - nim-serde to v1.2.2
    - nim-serialization to v0.2.4
    
    Currently, one of the integration tests is failing.
    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8ad3fd View commit details
    Browse the repository at this point in the history
  2. fix integration test

    - When a state's run was cancelled, it was being caught as an error due to catching all CatchableErrors. This caused a state transition to SaleErrored, however cancellation of run was not actually an error. Handling this correctly fixed the issue.
    - Stopping of the clock was moved to after `HostInteractions` (sales) which avoided an assertion around getting time when the clock was not started.
    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    be0d710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b7e4c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b61605f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30213b4 View commit details
    Browse the repository at this point in the history
  6. Debugging in ci

    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1019d97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a4880f View commit details
    Browse the repository at this point in the history
  8. Rename config to configuration

    There was a symbol clash preventing compilation and it was easiest to rename `config` to `configuration` in the contracts. Not even remotely ideal, but it was the only way.
    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f917100 View commit details
    Browse the repository at this point in the history
  9. bump ethers to latest

    Prevents an issue were `JsonNode.items` symbol could not be found
    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    70143f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4260cdd View commit details
    Browse the repository at this point in the history
  11. cleanup

    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8806166 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a180815 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9204eef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0addcc5 View commit details
    Browse the repository at this point in the history
  15. debugging in ci

    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7b015a9 View commit details
    Browse the repository at this point in the history
  16. debugging on ci

    emizzle committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bab9c1f View commit details
    Browse the repository at this point in the history