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
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
38cc41a
Update installation instrucitons
0xalpharush Oct 18, 2023
f0f1200
Update Dockerfile
0xalpharush Oct 18, 2023
a9e52aa
Bump actions/setup-node from 3 to 4
dependabot[bot] Oct 23, 2023
c316a81
Error when a missing contract is specified to read-storage. Previousl…
UsmannK Nov 16, 2023
4bfb61e
Bump cachix/install-nix-action from 23 to 24
dependabot[bot] Dec 4, 2023
72a8e4b
Bump actions/configure-pages from 3 to 4
dependabot[bot] Dec 4, 2023
a2c5206
Bump actions/deploy-pages from 2 to 3
dependabot[bot] Dec 4, 2023
6d5def6
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
dependabot[bot] Dec 4, 2023
12ac369
remove unused files
0xalpharush Oct 20, 2023
435871f
fix is_reentrant for internal vyper functions
0xalpharush Nov 1, 2023
c225727
Substituted the letter 'z' with 'x' in pre-declaration
ATREAY Dec 7, 2023
a3dd9b1
updated mutator
vishnuram1999 Jan 2, 2024
7984ad3
Updated replace string logic
vishnuram1999 Jan 3, 2024
4eba366
Added new mutant generators
vishnuram1999 Jan 6, 2024
40305bb
Added new mutators
vishnuram1999 Jan 9, 2024
107c42b
Updated mutators
vishnuram1999 Jan 15, 2024
f001bad
Updated run_test_cmd
vishnuram1999 Jan 16, 2024
dfed543
updated create patch
vishnuram1999 Jan 17, 2024
25ed527
Added contract_names arg
vishnuram1999 Jan 18, 2024
6ae8579
updated quick
vishnuram1999 Jan 20, 2024
9ce98f4
Added README
vishnuram1999 Jan 21, 2024
3db8da2
Updated arguments
vishnuram1999 Jan 24, 2024
a51fd70
Updated mutators
vishnuram1999 Jan 24, 2024
6f584ec
Updated files
vishnuram1999 Jan 25, 2024
89e90b7
Updated with formatting
vishnuram1999 Jan 26, 2024
5c88d6e
Formatted mutators
vishnuram1999 Jan 26, 2024
31ef3f1
Formatted test_patch
vishnuram1999 Jan 26, 2024
114e864
Bump cachix/cachix-action from 12 to 14 (#2275)
dependabot[bot] Jan 29, 2024
e944173
Bump actions/upload-artifact from 3 to 4 (#2265)
dependabot[bot] Jan 29, 2024
8e4e634
Bump actions/setup-python from 4 to 5 (#2259)
dependabot[bot] Jan 29, 2024
d0761a3
Detect also in modifiers (#2280)
smonicas Jan 29, 2024
04426e0
Fix/iterative update (#2206)
0xalpharush Jan 29, 2024
cda9a9d
fix: detect selfdestruct in internal calls (#2232)
0xalpharush Jan 29, 2024
5a8b636
Bump actions/deploy-pages from 3 to 4 (#2285)
dependabot[bot] Jan 30, 2024
9c2110e
Bump cachix/install-nix-action from 24 to 25 (#2286)
dependabot[bot] Jan 30, 2024
2e089b6
Bump sigstore/gh-action-sigstore-python from 2.1.0 to 2.1.1 (#2293)
dependabot[bot] Feb 6, 2024
565fa7c
Bump actions/upload-pages-artifact from 2 to 3 (#2294)
dependabot[bot] Feb 6, 2024
0ded68d
Fix using for when used with "this" (#2224)
smonicas Feb 6, 2024
6449529
fix: broken doc links (#2299)
mds1 Feb 8, 2024
2450fbc
feat: First version of Uniswap spot price detection
talfao Mar 12, 2024
20843df
feat: Test data with getReserves
talfao Mar 12, 2024
ee7055b
feat: balanceOF spot price detection
talfao Mar 12, 2024
fac7b33
feat: Add comments
talfao Mar 29, 2024
947e447
feat: making analysis faster
talfao Apr 8, 2024
2e5e4bc
fix: remove files which should be in different branch
talfao Apr 15, 2024
f640165
fix: balanceOf check
talfao Apr 15, 2024
1fa07aa
fix: balanceOf issue
talfao Apr 15, 2024
51a58bf
fix: pylint issues
talfao Apr 15, 2024
89a6d75
feat: improvement for detecting correct balanceOF scenario
talfao Apr 16, 2024
a21fc91
feat: getAmountOut add as problem + tainting vars
talfao Apr 16, 2024
784d0e4
feat: break loop earlier in tracking
talfao Apr 16, 2024
ead9998
feat: remove cumulativePrice and case when slot0 does not return price
talfao Apr 17, 2024
921f6cb
fix: slot0 must return price
talfao Apr 17, 2024
9e0d446
feat: get calculate functions
talfao Apr 21, 2024
f042e6c
fix: pure and view evaluating
talfao Apr 21, 2024
70c187e
fix: reformating
talfao Apr 21, 2024
0d1e276
Swap detection
talfao Apr 23, 2024
070b785
feat: add more comments before merge
talfao Apr 26, 2024
a8a7722
fix: rebase branch
talfao Apr 27, 2024
f2c9409
Merge dev to on-chain branch
talfao Apr 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump actions/deploy-pages from 3 to 4 (#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
commit 5a8b636b822b749b99eee87af54197733e8ed4aa
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -43,4 +43,4 @@ jobs:
path: './html/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4