Skip to content

Commit f242326

Browse files
committedJan 27, 2025··
chore: clean up of unused code
1 parent 6c60e5c commit f242326

19 files changed

+45
-4112
lines changed
 

‎.github/workflows/dependabot-automerge.yml

-37
This file was deleted.

‎README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,12 @@
3939
| Package | Description |
4040
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
4141
| **[bots](/bots)** | Automation of the on-chain upkeep of the smart contracts. Anyone willing to spend some gas may run these bots and contribute to the upkeep operations. |
42-
| **[bot-pinner](/bot-pinner)** | Replication and pinning of the IPFS content produced by the court, such as the pieces of evidence submitted in a case. |
4342
| **[contracts](/contracts)** | Smart contracts of the arbitration protocol. |
43+
| **[kleros-app](/kleros-app)** | Library of React hooks and utilities shared by the Kleros frontend apps. |
4444
| **[kleros-sdk](/kleros-sdk)** | SDK which facilitates the creation of arbitrable applications, the interactions with the arbitrator, the rendering of the dispute and evidence information. |
4545
| **[subgraph](/subgraph)** | The indexing layer. |
4646
| **[web](/web)** | The court frontend intended for the jurors and parties in a dispute. |
4747

48-
## Toolchain:
49-
50-
- Solidity 0.8
51-
- Hardhat
52-
- Ethers
53-
- Waffle
54-
- Typescript
55-
- Node 16
56-
- Yarn 3 without [PlugnPlay](https://yarnpkg.com/getting-started/migration/#switching-to-plugnplay)
57-
5848
## Contributing
5949

6050
### Prerequisites

‎bot-pinner/.gitignore

-24
This file was deleted.

‎bot-pinner/Dockerfile

-10
This file was deleted.

‎bot-pinner/Dockerfile-dappnode

-10
This file was deleted.

‎bot-pinner/README.md

-87
This file was deleted.

‎bot-pinner/avatar-default.png

-32.4 KB
Binary file not shown.

‎bot-pinner/dappnode_package.json

-27
This file was deleted.

‎bot-pinner/docker-compose-dappnode.yml

-17
This file was deleted.

‎bot-pinner/docker-compose.yml

-27
This file was deleted.

‎bot-pinner/docs/image.png

-269 KB
Binary file not shown.

‎bot-pinner/package.json

-23
This file was deleted.

‎bot-pinner/requirements.txt

-2
This file was deleted.

‎bot-pinner/src/add_hashes.py

-116
This file was deleted.

‎bot-pinner/src/peers.txt

-4
This file was deleted.

‎bot-pinner/src/tooling.py

-64
This file was deleted.

‎bot-pinner/watchlist/DisputeKitClassic.json

-1,480
This file was deleted.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"private": true,
1818
"workspaces": [
1919
"bots",
20-
"bot-pinner",
2120
"contracts",
2221
"kleros-sdk",
2322
"subgraph",

‎yarn.lock

+44-2,172
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.