Skip to content

Commit d18057e

Browse files
aakoshhadlrocha
andauthored
CHORE: Workspace level Cargo.toml (#2)
* CHORE: Workspace level Cargo.toml * TEST: make test; path fixes * TEST: Test contracts * TEST: Use path substitution to run tests * TEST: make check * FIX: solidity deps submodules * CHORE: Comment out runtime * FIX: Add forge-std submodule * CHORE: Delete contracts/out --------- Co-authored-by: Alfonso de la Rocha <adlrocha@tutamail.com>
1 parent 0022640 commit d18057e

File tree

159 files changed

+570
-23060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+570
-23060
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/

.gitmodules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "contracts/lib/openzeppelin-contracts"]
2+
path = contracts/lib/openzeppelin-contracts
3+
url = https://github.com/OpenZeppelin/openzeppelin-contracts
4+
[submodule "contracts/lib/fevmate"]
5+
path = contracts/lib/fevmate
6+
url = https://github.com/wadealexc/fevmate
7+
[submodule "contracts/lib/murky"]
8+
path = contracts/lib/murky
9+
url = https://github.com/dmfxyz/murky
10+
[submodule "contracts/lib/elliptic-curve-solidity"]
11+
path = contracts/lib/elliptic-curve-solidity
12+
url = https://github.com/witnet/elliptic-curve-solidity
13+
[submodule "contracts/lib/forge-std"]
14+
path = contracts/lib/forge-std
15+
url = https://github.com/foundry-rs/forge-std

0 commit comments

Comments
 (0)