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

Enable build and tests utilizing IR pipeline in CI #294

Merged
merged 7 commits into from
Aug 9, 2024
Merged

Commits on Aug 9, 2024

  1. bump forge-std to v1.9.2

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a204a86 View commit details
    Browse the repository at this point in the history
  2. tests: use vm.getBlockNumber and vm.getBlockTimestamp to avoid co…

    …mpile optimization for `block.number` and `block.timestamp` if ir-pipeline is enabled
    
    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a047d03 View commit details
    Browse the repository at this point in the history
  3. fix Makefile and add ir profile

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c638323 View commit details
    Browse the repository at this point in the history
  4. add config for forge fmt

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d52743a View commit details
    Browse the repository at this point in the history
  5. enable build and tests via IR-pipeline in CI

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    751161d View commit details
    Browse the repository at this point in the history
  6. update gas-snapshot

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1d18322 View commit details
    Browse the repository at this point in the history
  7. ci: show forge version

    Signed-off-by: Jun Kimura <[email protected]>
    bluele committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8dbbb6c View commit details
    Browse the repository at this point in the history