refactored code, added wallet parsing tests, moved things into regex readme directly from top level, and parity with min-dfa toolbox

This commit is contained in:
Divide-By-0
2023-05-21 23:00:05 +09:00
parent 42af70e8b1
commit 6846a62d40
9 changed files with 2103 additions and 536 deletions

View File

@@ -16,6 +16,8 @@
"atob": "^2.1.2",
"base64-sol": "^1.1.0",
"buffer": "^6.0.3",
"chai": "^4.3.7",
"circom_tester": "^0.0.19",
"circomlib": "^2.0.3",
"circomlibjs": "^0.1.2",
"cryo": "^0.0.6",
@@ -25,6 +27,7 @@
"libmime": "^5.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"next": "^12.3.1",
"pako": "^2.1.0",
"prettier": "^2.7.1",
@@ -63,6 +66,7 @@
"test:e2e-ui": "CI=true react-scripts test --runInBand --testPathPattern='e2e-ui' --reporters=default --reporters=jest-junit",
"test:e2e-zkp": "CI=true react-scripts test --runInBand --testPathPattern='e2e-dl-zkp' --reporters=default --reporters=jest-junit",
"eject": "react-scripts eject",
"jest": "jest",
"compile": "node circuits/scripts/compile.js",
"gen-input": "npx tsx src/scripts/generate_input.ts",
"compile-all": "yarn gen-input && yarn compile email true",
@@ -90,12 +94,14 @@
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.0.6",
"@types/tar-stream": "^2.2.2",
"browserstack-local": "^1.5.1",
"browserstack-node-sdk": "^1.6.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-junit": "^15.0.0",
"msw": "^1.0.1",
"nodemon": "^2.0.19",