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.5
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.6
Choose a head ref
  • 11 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 7, 2024

  1. Bump DeterminateSystems/nix-installer-action from 14 to 15 (#1326)

    Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 15.
    - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
    - [Commits](DeterminateSystems/nix-installer-action@v14...v15)
    
    ---
    updated-dependencies:
    - dependency-name: DeterminateSystems/nix-installer-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2024
    1 Configuration menu
    Copy the full SHA
    753f493 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Bump softprops/action-gh-release from 2.0.8 to 2.1.0 (#1329)

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.1.0.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v2.0.8...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1fe887b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Bump DeterminateSystems/nix-installer-action from 15 to 16 (#1330)

    Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 15 to 16.
    - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
    - [Commits](DeterminateSystems/nix-installer-action@v15...v16)
    
    ---
    updated-dependencies:
    - dependency-name: DeterminateSystems/nix-installer-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0db6f4c View commit details
    Browse the repository at this point in the history
  2. Allow disabling Slither (#1327)

    This allows explicitly disabling Slither with a new `--disable-slither` command-line flag
    or `disableSlither` configuration option. A blinking, red warning will be shown in the UI
    when Slither is disabled or otherwise failed, to disuade people from fuzzing without it.
    
    Closes #1318
    elopez authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    740e950 View commit details
    Browse the repository at this point in the history
  3. Print total calls as part of the stats on exit

    Echidna will now print the number of calls done as part of the stats
    printed when exiting.
    
        Unique instructions: 287
        Unique codehashes: 1
        Corpus size: 1
        Seed: 830942768189866820
        Total calls: 10
    
    Closes #1322
    elopez committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    162b986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e1531c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    602686a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Upgrade hevm to release/0.54.2

    Commit `037ff11779d0089378f01cb103db1171dc642be2`
    elopez committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    ee747c7 View commit details
    Browse the repository at this point in the history
  2. Add test for prank() cheatcode

    elopez committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    c2db857 View commit details
    Browse the repository at this point in the history
  3. Cleanups from GHC 9.8

    elopez committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    1ef14f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Echidna 2.2.6 (#1339)

    elopez authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    aff20b7 View commit details
    Browse the repository at this point in the history
Loading