-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e546b7
commit 5c30617
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule oracles
updated
24 files
+125 −0 | .github/workflows/e2e_tests.yml | |
+28 −21 | README.md | |
+ − | architecture.jpg | |
+37 −0 | contracts/README.md | |
+7 −0 | contracts/contracts/ChatOracle.sol | |
+167 −6 | contracts/contracts/Test.sol | |
+11 −0 | contracts/docker/Dockerfile | |
+9 −0 | contracts/docker/docker-compose-e2e.yml | |
+2 −0 | contracts/hardhat.config.ts | |
+124 −4,788 | contracts/package-lock.json | |
+3 −1 | contracts/package.json | |
+174 −0 | contracts/tasks/e2e.ts | |
+112 −0 | contracts/tasks/e2eCron.ts | |
+184 −51 | contracts/tasks/functions.ts | |
+3 −3 | contracts/tasks/whitelist.ts | |
+8 −3 | contracts/template.env | |
+21 −4 | contracts/test/ChatOracle.ts | |
+2 −2 | examples/template.env | |
+3 −2 | oracles/Dockerfile | |
+1 −1 | oracles/src/repositories/ipfs_repository.py | |
+1 −0 | rag_tools/README.md | |
+1 −1 | rag_tools/settings.py | |
+ − | stack.jpg | |
+ − | use_cases.png |