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

ci/test: improve CI jobs and tests #2189

Merged
merged 69 commits into from
Mar 1, 2023
Merged

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    70f3b83 View commit details
    Browse the repository at this point in the history
  2. nits

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f7963d0 View commit details
    Browse the repository at this point in the history
  3. ci: improve main CI jobs

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    50a4b2a View commit details
    Browse the repository at this point in the history
  4. fix: install script

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f805e8a View commit details
    Browse the repository at this point in the history
  5. fix

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    362de60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ae67b4 View commit details
    Browse the repository at this point in the history
  7. fix: wasm typo

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0d14b4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f2de7b View commit details
    Browse the repository at this point in the history
  9. chore: clippy

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    376b8ce View commit details
    Browse the repository at this point in the history
  10. chore: clippy

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9e33478 View commit details
    Browse the repository at this point in the history
  11. chore: clippy

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f8696c2 View commit details
    Browse the repository at this point in the history
  12. fix: test command

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    dcd1ef2 View commit details
    Browse the repository at this point in the history
  13. fix: quote tests

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e06fcd4 View commit details
    Browse the repository at this point in the history
  14. update script

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7a88c65 View commit details
    Browse the repository at this point in the history
  15. fix: action exclude

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    49c7b24 View commit details
    Browse the repository at this point in the history
  16. fix: dev deps

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    017db8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c0cb71 View commit details
    Browse the repository at this point in the history
  18. ci: add aarch64 targets

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    75f63f9 View commit details
    Browse the repository at this point in the history
  19. test: rm useless test

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5f32e98 View commit details
    Browse the repository at this point in the history
  20. ci: update security audit

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2187353 View commit details
    Browse the repository at this point in the history
  21. ci: add deny CI

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4cee892 View commit details
    Browse the repository at this point in the history
  22. chore: rm unused audit.toml

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5ca9864 View commit details
    Browse the repository at this point in the history
  23. chore: update geth.rs

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e0e7876 View commit details
    Browse the repository at this point in the history
  24. ci: remove unusable targets

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    504b77c View commit details
    Browse the repository at this point in the history
  25. fix: install script path

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f7e02ba View commit details
    Browse the repository at this point in the history
  26. fix: wasm

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5a1d97a View commit details
    Browse the repository at this point in the history
  27. improve script

    DaniPopes committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3d4820d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    c3748e9 View commit details
    Browse the repository at this point in the history
  2. fix: failing ci

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    58ce0e1 View commit details
    Browse the repository at this point in the history
  3. fix: contract tests

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ec0cf0e View commit details
    Browse the repository at this point in the history
  4. ci: improve install script

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e0a46a3 View commit details
    Browse the repository at this point in the history
  5. update middleware tests

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3eb7430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    260559a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2840b73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    770b21b View commit details
    Browse the repository at this point in the history
  9. add random anvil comment

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    902d697 View commit details
    Browse the repository at this point in the history
  10. ci: add miri job

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6d1723c View commit details
    Browse the repository at this point in the history
  11. ci: simplify

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8b8d723 View commit details
    Browse the repository at this point in the history
  12. fixci

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    cc8a1d9 View commit details
    Browse the repository at this point in the history
  13. Revert "add pendingtransaction must_use"

    This reverts commit 770b21b.
    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e985770 View commit details
    Browse the repository at this point in the history
  14. fix: macos script

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f79afc7 View commit details
    Browse the repository at this point in the history
  15. fix: use curl in script

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0299987 View commit details
    Browse the repository at this point in the history
  16. unused ci

    DaniPopes committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    14804a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. update script

    DaniPopes committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5e36c18 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fix wasm

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5ef4ecb View commit details
    Browse the repository at this point in the history
  2. rm_miri

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    197c541 View commit details
    Browse the repository at this point in the history
  3. fix: signer test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    48a931d View commit details
    Browse the repository at this point in the history
  4. fix: wasm ci

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    44c4285 View commit details
    Browse the repository at this point in the history
  5. fix: ipc test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9433618 View commit details
    Browse the repository at this point in the history
  6. fix: live celo tests

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fd3c25f View commit details
    Browse the repository at this point in the history
  7. fix: abi online source test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    399b7ef View commit details
    Browse the repository at this point in the history
  8. fix: windows paths in test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    314bbef View commit details
    Browse the repository at this point in the history
  9. chore: update serial_test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1729001 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdd9d84 View commit details
    Browse the repository at this point in the history
  11. fix: provider tests

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7595146 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d319d5 View commit details
    Browse the repository at this point in the history
  13. fix: unused var

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d934e16 View commit details
    Browse the repository at this point in the history
  14. fix: feature

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2b07891 View commit details
    Browse the repository at this point in the history
  15. fix merge

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ee30fda View commit details
    Browse the repository at this point in the history
  16. fix: etherscan key tests

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b55423c View commit details
    Browse the repository at this point in the history
  17. ci: rm duplicate audit

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0714817 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d78c2f1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8536eae View commit details
    Browse the repository at this point in the history
  20. fix: etherscan test

    DaniPopes committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b1d7c47 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    8c06409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aea513 View commit details
    Browse the repository at this point in the history
  3. fix: source test

    DaniPopes committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    70a8aa7 View commit details
    Browse the repository at this point in the history
  4. fix: udeps

    DaniPopes committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    990c178 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. rm unused

    DaniPopes committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    afbb71e View commit details
    Browse the repository at this point in the history