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

add rules for AaveToken3 #19

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0f582d7
certora folder with complexit check + git ignore
MichaelMorami May 25, 2022
1e657e3
certora folder with complexit check + git ignore
MichaelMorami May 25, 2022
c36fab4
removing unnecessary files and updating contract
MichaelMorami May 25, 2022
9608d99
Merge branch 'certora' of github.com:bgd-labs/aave-token-v3 into certora
MichaelMorami May 25, 2022
5bffdd8
removing unnecessary files
MichaelMorami May 25, 2022
12f9931
starting setup
MichaelMorami Jun 20, 2022
72e3e5d
feat: initial harness and unit test
yuradmt Jun 28, 2022
bf7fe90
splitting certora's gitignore from main gitignore
MichaelMorami Jun 29, 2022
ff4fecc
Merge branch 'certora' of github.com:bgd-labs/aave-token-v3 into certora
MichaelMorami Jun 29, 2022
f5f767a
feat: new rules
yuradmt Jul 12, 2022
c2e0cb4
Merge branch 'certora' of https://github.com/bgd-labs/aave-token-v3 i…
yuradmt Jul 12, 2022
da405d3
fix: upgate gitignore to exclude certora config
yuradmt Jul 12, 2022
0d93d6b
update folders
yuradmt Jul 19, 2022
249a7f2
merge certora folder with complexit check + git ignore
MichaelMorami May 25, 2022
d161df8
removing unnecessary files and updating contract
MichaelMorami May 25, 2022
676fe4a
certora folder with complexit check + git ignore
MichaelMorami May 25, 2022
abe6a90
removing unnecessary files
MichaelMorami May 25, 2022
72013e2
starting setup
MichaelMorami Jun 20, 2022
9cb5293
feat: initial harness and unit test
yuradmt Jun 28, 2022
bb26417
feat: new rules
yuradmt Jul 12, 2022
452e2c5
splitting certora's gitignore from main gitignore
MichaelMorami Jun 29, 2022
75f28eb
fix: upgate gitignore to exclude certora config
yuradmt Jul 12, 2022
1988a65
update folders
yuradmt Jul 19, 2022
f1b94fa
rebase from main
yuradmt Jul 19, 2022
183e803
Merge branch 'certora' of https://github.com/bgd-labs/aave-token-v3 i…
yuradmt Jul 19, 2022
1a71906
rebase from small-loss-precision branch
yuradmt Jul 19, 2022
d2e3e2a
add a setup
yuradmt Jul 20, 2022
e0fe32b
initial setup commit
yuradmt Jul 20, 2022
18e5249
run on cloud
nd-certora Jul 23, 2022
b383d89
Merge branch 'certora-community' into main
MichaelMorami Jul 23, 2022
1b0f650
add rules for AaveToken3
fyang1024 Aug 6, 2022
69b705b
add indepedency_of_delegation_type rule
fyang1024 Aug 6, 2022
3c340a9
add only_transfer_affect_balance rule
fyang1024 Aug 6, 2022
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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ out/
node_modules
package-lock.json
.env

#certora
.certora*
.certora*.json
**.last_conf*
certora-logs
resource_errors.json
Loading