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

refactor: use submodules for contracts #1396

Merged
merged 6 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
138 changes: 0 additions & 138 deletions .github/workflows/contracts.yml

This file was deleted.

15 changes: 3 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[submodule "l2geth"]
path = l2geth
url = [email protected]:scroll-tech/go-ethereum.git
[submodule "contracts/lib/ds-test"]
path = contracts/lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/solmate"]
path = contracts/lib/solmate
url = https://github.com/rari-capital/solmate
[submodule "scroll-contracts"]
path = scroll-contracts
url = https://github.com/scroll-tech/scroll-contracts.git
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ go test -v -race -covermode=atomic scroll-tech/database/...
go test -v -race -covermode=atomic scroll-tech/common/...
```

## Testing Contracts

You can find the unit tests in [`contracts/src/test/`](/contracts/src/test/), and integration tests in [`contracts/integration-test/`](/contracts/integration-test/).

See [`contracts`](/contracts) for more details on the contracts.

## License

Scroll Monorepo is licensed under the [MIT](./LICENSE) license.
12 changes: 0 additions & 12 deletions contracts/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/.eslintignore

This file was deleted.

24 changes: 0 additions & 24 deletions contracts/.eslintrc.js

This file was deleted.

17 changes: 0 additions & 17 deletions contracts/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion contracts/.nvmrc

This file was deleted.

8 changes: 0 additions & 8 deletions contracts/.prettierignore

This file was deleted.

28 changes: 0 additions & 28 deletions contracts/.prettierrc

This file was deleted.

10 changes: 0 additions & 10 deletions contracts/.solcover.js

This file was deleted.

7 changes: 0 additions & 7 deletions contracts/.solhint.json

This file was deleted.

1 change: 0 additions & 1 deletion contracts/.solhintignore

This file was deleted.

78 changes: 0 additions & 78 deletions contracts/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/circomlib.d.ts

This file was deleted.

Loading
Loading