Skip to content

Commit 7f5950e

Browse files
committed
Initial commit
0 parents  commit 7f5950e

File tree

7 files changed

+680
-0
lines changed

7 files changed

+680
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sol linguist-language=Solidity

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/out
2+
.DS_Store
3+
cache/
4+
5+
# certora
6+
.*certora*
7+
.last_confs/
8+
*.zip
9+
resource_errors.json
10+
.zip-output-url.txt
11+
certora_debug_log.txt

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/dss-test"]
2+
path = lib/dss-test
3+
url = https://github.com/makerdao/dss-test.git

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
all :; forge build --use solc:0.8.16
2+
clean :; forge clean
3+
test :; forge test -vvv --use solc:0.8.16

README.md

Whitespace-only changes.

lib/dss-test

Submodule dss-test added at 7529fa1

0 commit comments

Comments
 (0)