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

Spot Price detector #2448

Open
wants to merge 60 commits into
base: dev
Choose a base branch
from
Open

Spot Price detector #2448

wants to merge 60 commits into from

Commits on Apr 27, 2024

  1. Update installation instrucitons

    0xalpharush authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    38cc41a View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    0xalpharush authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f0f1200 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a9e52aa View commit details
    Browse the repository at this point in the history
  4. Error when a missing contract is specified to read-storage. Previousl…

    …y this just silently exited
    UsmannK authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c316a81 View commit details
    Browse the repository at this point in the history
  5. Bump cachix/install-nix-action from 23 to 24

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v23...v24)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4bfb61e View commit details
    Browse the repository at this point in the history
  6. Bump actions/configure-pages from 3 to 4

    Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
    - [Release notes](https://github.com/actions/configure-pages/releases)
    - [Commits](actions/configure-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/configure-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    72a8e4b View commit details
    Browse the repository at this point in the history
  7. Bump actions/deploy-pages from 2 to 3

    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a2c5206 View commit details
    Browse the repository at this point in the history
  8. Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6d5def6 View commit details
    Browse the repository at this point in the history
  9. remove unused files

    0xalpharush authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    12ac369 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    435871f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c225727 View commit details
    Browse the repository at this point in the history
  12. updated mutator

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a3dd9b1 View commit details
    Browse the repository at this point in the history
  13. Updated replace string logic

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7984ad3 View commit details
    Browse the repository at this point in the history
  14. Added new mutant generators

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4eba366 View commit details
    Browse the repository at this point in the history
  15. Added new mutators

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    40305bb View commit details
    Browse the repository at this point in the history
  16. Updated mutators

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    107c42b View commit details
    Browse the repository at this point in the history
  17. Updated run_test_cmd

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f001bad View commit details
    Browse the repository at this point in the history
  18. updated create patch

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dfed543 View commit details
    Browse the repository at this point in the history
  19. Added contract_names arg

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    25ed527 View commit details
    Browse the repository at this point in the history
  20. updated quick

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6ae8579 View commit details
    Browse the repository at this point in the history
  21. Added README

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9ce98f4 View commit details
    Browse the repository at this point in the history
  22. Updated arguments

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3db8da2 View commit details
    Browse the repository at this point in the history
  23. Updated mutators

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a51fd70 View commit details
    Browse the repository at this point in the history
  24. Updated files

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6f584ec View commit details
    Browse the repository at this point in the history
  25. Updated with formatting

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    89e90b7 View commit details
    Browse the repository at this point in the history
  26. Formatted mutators

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5c88d6e View commit details
    Browse the repository at this point in the history
  27. Formatted test_patch

    vishnuram1999 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    31ef3f1 View commit details
    Browse the repository at this point in the history
  28. Bump cachix/cachix-action from 12 to 14 (crytic#2275)

    Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 14.
    - [Release notes](https://github.com/cachix/cachix-action/releases)
    - [Commits](cachix/cachix-action@v12...v14)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/cachix-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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    114e864 View commit details
    Browse the repository at this point in the history
  29. Bump actions/upload-artifact from 3 to 4 (crytic#2265)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e944173 View commit details
    Browse the repository at this point in the history
  30. Bump actions/setup-python from 4 to 5 (crytic#2259)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8e4e634 View commit details
    Browse the repository at this point in the history
  31. Detect also in modifiers (crytic#2280)

    smonicas authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d0761a3 View commit details
    Browse the repository at this point in the history
  32. Fix/iterative update (crytic#2206)

    * use iterative algo to prevent exceeding recursion limit
    
    * proper fixpoint
    0xalpharush authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    04426e0 View commit details
    Browse the repository at this point in the history
  33. fix: detect selfdestruct in internal calls (crytic#2232)

    * fix: detect selfdestruct in internal calls
    
    * update snapshot
    0xalpharush authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cda9a9d View commit details
    Browse the repository at this point in the history
  34. Bump actions/deploy-pages from 3 to 4 (crytic#2285)

    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5a8b636 View commit details
    Browse the repository at this point in the history
  35. Bump cachix/install-nix-action from 24 to 25 (crytic#2286)

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v24...v25)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9c2110e View commit details
    Browse the repository at this point in the history
  36. Bump sigstore/gh-action-sigstore-python from 2.1.0 to 2.1.1 (crytic#2293

    )
    
    Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Commits](sigstore/gh-action-sigstore-python@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2e089b6 View commit details
    Browse the repository at this point in the history
  37. Bump actions/upload-pages-artifact from 2 to 3 (crytic#2294)

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      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 and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    565fa7c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0ded68d View commit details
    Browse the repository at this point in the history
  39. fix: broken doc links (crytic#2299)

    * fix: broken doc links
    
    * style: black
    mds1 authored and talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6449529 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2450fbc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    20843df View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ee7055b View commit details
    Browse the repository at this point in the history
  43. feat: Add comments

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fac7b33 View commit details
    Browse the repository at this point in the history
  44. feat: making analysis faster

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    947e447 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2e5e4bc View commit details
    Browse the repository at this point in the history
  46. fix: balanceOf check

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f640165 View commit details
    Browse the repository at this point in the history
  47. fix: balanceOf issue

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1fa07aa View commit details
    Browse the repository at this point in the history
  48. fix: pylint issues

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    51a58bf View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    89a6d75 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    a21fc91 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    784d0e4 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ead9998 View commit details
    Browse the repository at this point in the history
  53. fix: slot0 must return price

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    921f6cb View commit details
    Browse the repository at this point in the history
  54. feat: get calculate functions

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9e0d446 View commit details
    Browse the repository at this point in the history
  55. fix: pure and view evaluating

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f042e6c View commit details
    Browse the repository at this point in the history
  56. fix: reformating

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    70c187e View commit details
    Browse the repository at this point in the history
  57. Swap detection

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0d1e276 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    070b785 View commit details
    Browse the repository at this point in the history
  59. fix: rebase branch

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a8a7722 View commit details
    Browse the repository at this point in the history
  60. Merge dev to on-chain branch

    talfao committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f2c9409 View commit details
    Browse the repository at this point in the history