-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from vaimee/dependabot/submodules/desmo-dapp-0…
…10e8c5 Bump desmo-dapp from `f04124e` to `010e8c5`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule desmo-dapp
updated
23 files
+4 −1 | .gitignore | |
+42 −9 | DApp/README.md | |
+1,542 −271 | DApp/package-lock.json | |
+10 −4 | DApp/package.json | |
+0 −1 | DApp/scripts/build.bat | |
+0 −3 | DApp/scripts/dockerPush.bat | |
+0 −3 | DApp/scripts/getResults.bat | |
+0 −4 | DApp/scripts/onChainDeploy.bat | |
+0 −15 | DApp/scripts/queryExample.txt | |
+0 −6 | DApp/scripts/runLocally copy.bat | |
+0 −6 | DApp/scripts/runLocally.bat | |
+0 −1 | DApp/scripts/runOnChain.bat | |
+0 −30 | DApp/src/MockSourceNumb.ts | |
+11 −2 | DApp/src/app.ts | |
+2 −15 | DApp/src/component/Worker.ts | |
+0 −126 | DApp/src/component/WorkerMock.ts | |
+0 −99 | DApp/src/component/consensus/consensusForStringV1.ts | |
+4 −1 | DApp/src/const/Config.ts | |
+1 −1 | DApp/src/model/WotSource.ts | |
+3 −2 | DApp/tests/UseCaseTest.ts | |
+22 −23 | DApp/tests/WorkerTest.ts | |
+ − | DApp/tests/jest_wot.test.zip | |
+1 −2 | DApp/tsconfig.json |