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

TrustEVM Contract CI #293

Merged
merged 58 commits into from
Feb 9, 2023
Merged

TrustEVM Contract CI #293

merged 58 commits into from
Feb 9, 2023

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    5ef46db View commit details
    Browse the repository at this point in the history
  2. Rename "build.tar.gz" to "contract.tar.gz" to all build assets from a…

    …ll pipelines can coexist in a folder without name conflicts
    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a983ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf20e0 View commit details
    Browse the repository at this point in the history
  4. Fix shell globbing

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    319053e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c668bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3024b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a9e78d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    725692a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2704bb3 View commit details
    Browse the repository at this point in the history
  10. Use a GitHub app to obtain an ephemeral token with permissions to pri…

    …vate repos, then use it to clone private submodules
    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1f54dde View commit details
    Browse the repository at this point in the history
  11. Clone top-level submodules

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4d0f259 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    542baf0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    847aada View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c983ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af86cf4 View commit details
    Browse the repository at this point in the history
  16. Print version of Leap found

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fe4393f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4653d6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f33007b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16f8456 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    666015b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6cd472e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2967aa7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    553ef03 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f0d6bbe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2cb3f3f View commit details
    Browse the repository at this point in the history
  26. Formatting

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ac64793 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9d58dd0 View commit details
    Browse the repository at this point in the history
  28. Add debugging code

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8296ef9 View commit details
    Browse the repository at this point in the history
  29. Fix path issue for docs

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c711f72 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1977b19 View commit details
    Browse the repository at this point in the history
  31. Revert "Add debugging code"

    This reverts commit 8296ef9.
    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5d06610 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9d5f728 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    63f7030 View commit details
    Browse the repository at this point in the history
  34. Formatting

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    dd5c51a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2f4e298 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f82e153 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fc5d8c8 View commit details
    Browse the repository at this point in the history
  38. Reword output description

    kj4ezj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    51590e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    1b7ff4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4ae3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #311 from eosnetworkfoundation/zach-eosio-dir

    Remove "-Deosio_DIR" cmake Flag from Contract Tests
    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    87d6b7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d3ecc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d3f8e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b276a7d View commit details
    Browse the repository at this point in the history
  7. Include value of cmake vars from action YAML in cmake command printed…

    … to CI logs so devs don't have to go searching for them
    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2314df6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfa6f68 View commit details
    Browse the repository at this point in the history
  9. Lowercase test action flag

    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    53a7dd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a06d4ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1305944 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5752dd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cbe3b5 View commit details
    Browse the repository at this point in the history
  14. Docs - sort GH actions inputs

    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7239da9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    582dcef View commit details
    Browse the repository at this point in the history
  16. Document DWITH_TEST_ACTIONS

    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d89596b View commit details
    Browse the repository at this point in the history
  17. Expand input summary

    kj4ezj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f782e44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    08bad50 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    68474bc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    abf0a46 View commit details
    Browse the repository at this point in the history