Skip to content

Commit

Permalink
Move contracts v0 to a separte archive repo. Delete them from the mai…
Browse files Browse the repository at this point in the history
…n repo
  • Loading branch information
0xartem committed Aug 17, 2023
1 parent 0116d2f commit e4c4718
Show file tree
Hide file tree
Showing 92 changed files with 1 addition and 16,424 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
cd client
yarn install

cd ../contracts
yarn install
yarn compile

cd ../contracts-v1
yarn install
yarn compile
Expand Down
6 changes: 0 additions & 6 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ cd client
yarn install
yarn type-check

cd ../contracts
yarn install
yarn clean
yarn compile
yarn type-check

cd ../contracts-v1
yarn install
yarn clean
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Documentation is available [here](https://docs.octant.app/).

---

Documentation, configuration, deployment is available in directories of this repository. `contracts` should be an entry point.
Documentation, configuration, deployment is available in directories of this repository. `contracts-v1` should be an entry point.

---

Expand Down
14 changes: 0 additions & 14 deletions contracts/.dockerignore

This file was deleted.

9 changes: 0 additions & 9 deletions contracts/.env.template

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

46 changes: 0 additions & 46 deletions contracts/contracts/Auth.sol

This file was deleted.

145 changes: 0 additions & 145 deletions contracts/contracts/Epochs.sol

This file was deleted.

Loading

0 comments on commit e4c4718

Please sign in to comment.