Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crytic/echidna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: crytic/echidna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.3
Choose a head ref
  • 14 commits
  • 36 files changed
  • 6 contributors

Commits on Jan 23, 2024

  1. Bump actions/cache from 3 to 4 (#1173)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8e258fd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Refactor BuildOutput (#1174)

    arcz authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    467ad6c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    2cf85c3 View commit details
    Browse the repository at this point in the history
  2. Refactor (#1178)

    arcz authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f964ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b8644 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d0c937 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix faulty corpus transaction detection (#1184)

    * Fix faulty corpus transaction detection
    
    * Don't execute NoCalls
    arcz authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f641d1a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 (#1186)

    * Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
    
    Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3.
    - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
    - [Commits](DeterminateSystems/magic-nix-cache-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: DeterminateSystems/magic-nix-cache-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * ci: release: re-enable Nix cache for aarch64 builds
    
    The action now supports the architecture.
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Emilio López <2642849+elopez@users.noreply.github.com>
    dependabot[bot] and elopez authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    603dc35 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. nix: enhance TERMINFO for Linux builds (#1187)

    Some distros have terminfo on /usr/lib/terminfo, like Ubuntu.
    Others have them on /usr/share/terminfo, like Fedora. Include
    all possible paths to be as compatible as possible.
    
    Closes #1185
    elopez authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    88ccd4c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update hevm to 0.53.0 (#1189)

    arcz authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    92f30c6 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#1190)

    Nat Chin authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e72975c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    d9f5016 View commit details
    Browse the repository at this point in the history
  2. feat: add CLI commands for RPC URL and block number (#1194)

    * feat: add rpc-url and rpc-block to CLI
    
    * chore: simplify with <|>
    
    * chore: keep alphabet order of non-addr options
    
    * chore: linting
    
    * fix: ensure operating on Maybe
    penandlim authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8339bad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Echidna 2.2.3 (#1195)

    arcz authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fabd1ff View commit details
    Browse the repository at this point in the history
Loading