-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
12 changed files
with
26,173 additions
and
19,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,6 @@ | |
"ganache": "npm:@celo/[email protected]", | ||
"@types/bn.js": "4.11.6", | ||
"bignumber.js": "9.0.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@celo/phone-number-privacy-combiner", | ||
"version": "3.0.1", | ||
"private": "true", | ||
"private": true, | ||
"description": "Orchestrates and combines threshold signatures for use in ODIS", | ||
"author": "Celo", | ||
"license": "Apache-2.0", | ||
|
@@ -31,40 +31,40 @@ | |
}, | ||
"dependencies": { | ||
"@celo/contractkit": "^5.0.4", | ||
"@celo/phone-number-privacy-common": "^3.0.3", | ||
"@celo/identity": "^5.0.4", | ||
"@celo/encrypted-backup": "^5.0.4", | ||
"@celo/identity": "^5.0.4", | ||
"@celo/phone-number-privacy-common": "^3.0.3", | ||
"@celo/poprf": "^0.1.9", | ||
"@types/bunyan": "^1.8.8", | ||
"@opentelemetry/api": "^1.4.1", | ||
"@opentelemetry/resources": "1.17.0", | ||
"@opentelemetry/instrumentation": "^0.41.2", | ||
"@opentelemetry/auto-instrumentations-node": "^0.38.0", | ||
"@opentelemetry/exporter-jaeger": "^1.15.2", | ||
"@opentelemetry/instrumentation": "^0.41.2", | ||
"@opentelemetry/propagator-ot-trace": "^0.27.0", | ||
"@opentelemetry/resources": "1.17.0", | ||
"@opentelemetry/sdk-metrics": "^1.15.2", | ||
"@opentelemetry/sdk-node": "^0.41.2", | ||
"@opentelemetry/sdk-trace-web": "^1.15.2", | ||
"@opentelemetry/sdk-trace-node": "1.15.2", | ||
"@opentelemetry/sdk-trace-base": "^1.17.0", | ||
"@opentelemetry/sdk-trace-node": "1.15.2", | ||
"@opentelemetry/sdk-trace-web": "^1.15.2", | ||
"@opentelemetry/semantic-conventions": "^1.15.2", | ||
"@types/bunyan": "^1.8.8", | ||
"blind-threshold-bls": "npm:@celo/[email protected]", | ||
"dotenv": "^8.2.0", | ||
"io-ts": "2.0.1", | ||
"bunyan": "1.8.12", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"firebase-admin": "^11.10.1", | ||
"firebase-functions": "^4.4.1", | ||
"io-ts": "2.0.1", | ||
"knex": "^2.1.0", | ||
"node-fetch": "^2.6.9", | ||
"pg": "^8.2.1", | ||
"uuid": "^7.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.15.13", | ||
"@celo/utils": "^5.0.4", | ||
"@celo/phone-utils": "^5.0.4", | ||
"@celo/utils": "^5.0.4", | ||
"@types/express": "^4.17.6", | ||
"@types/node": "18.15.13", | ||
"@types/supertest": "^2.0.12", | ||
"@types/uuid": "^7.0.3", | ||
"firebase-functions-test": "^3.1.0", | ||
|
@@ -73,4 +73,4 @@ | |
"engines": { | ||
"node": "18" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@celo/phone-number-privacy-signer", | ||
"version": "3.0.2", | ||
"private": "true", | ||
"private": true, | ||
"description": "Signing participator of ODIS", | ||
"author": "Celo", | ||
"license": "Apache-2.0", | ||
|
@@ -39,9 +39,6 @@ | |
}, | ||
"dependencies": { | ||
"@celo/base": "^5.0.4", | ||
"bunyan": "1.8.12", | ||
"bignumber.js": "^9.0.0", | ||
"blind-threshold-bls": "npm:@celo/[email protected]", | ||
"@celo/contractkit": "^5.0.4", | ||
"@celo/phone-number-privacy-common": "^3.0.3", | ||
"@celo/poprf": "^0.1.9", | ||
|
@@ -50,32 +47,35 @@ | |
"@google-cloud/secret-manager": "3.0.0", | ||
"@opentelemetry/api": "^1.4.1", | ||
"@opentelemetry/auto-instrumentations-node": "^0.38.0", | ||
"@opentelemetry/exporter-jaeger": "^1.15.2", | ||
"@opentelemetry/instrumentation": "^0.41.2", | ||
"@opentelemetry/propagator-ot-trace": "^0.27.0", | ||
"@opentelemetry/resources": "1.17.0", | ||
"@opentelemetry/instrumentation": "^0.41.2", | ||
"@opentelemetry/exporter-jaeger": "^1.15.2", | ||
"@opentelemetry/sdk-metrics": "^1.15.1", | ||
"@opentelemetry/sdk-node": "^0.41.1", | ||
"@opentelemetry/semantic-conventions": "^1.15.1", | ||
"@opentelemetry/sdk-trace-base": "^1.17.0", | ||
"@opentelemetry/sdk-trace-node": "1.15.2", | ||
"@opentelemetry/sdk-trace-web": "^1.15.1", | ||
"@opentelemetry/semantic-conventions": "^1.15.1", | ||
"@types/bunyan": "^1.8.8", | ||
"aws-sdk": "^2.705.0", | ||
"bignumber.js": "^9.0.0", | ||
"blind-threshold-bls": "npm:@celo/[email protected]", | ||
"bunyan": "1.8.12", | ||
"cron": "^2.4.1", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"knex": "^2.1.0", | ||
"lru-cache": "^10.0.1", | ||
"mssql": "^6.3.1", | ||
"mysql2": "^2.1.0", | ||
"cron": "^2.4.1", | ||
"pg": "^8.2.1", | ||
"prom-client": "12.0.0", | ||
"promise.allsettled": "^1.0.2", | ||
"lru-cache": "^10.0.1" | ||
"promise.allsettled": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.15.13", | ||
"@types/express": "^4.17.6", | ||
"@types/node": "18.15.13", | ||
"@types/supertest": "^2.0.12", | ||
"sqlite3": "^5.0.8", | ||
"supertest": "^6.2.3", | ||
|
@@ -86,4 +86,4 @@ | |
"engines": { | ||
"node": ">=10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ | |
"docs": "typedoc", | ||
"test": "jest --runInBand --testPathIgnorePatterns src/odis/identifier-backwards-compatibility.test.ts", | ||
"lint": "eslint .", | ||
"prepublishOnly": "yarn build" | ||
"prepublish": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@celo/base": "^5.0.4", | ||
"@celo/utils": "^5.0.4", | ||
"@celo/contractkit": "^5.0.4", | ||
"@celo/phone-number-privacy-common": "^3.0.3", | ||
"@celo/utils": "^5.0.4", | ||
"@types/debug": "^4.1.5", | ||
"bignumber.js": "^9.0.0", | ||
"blind-threshold-bls": "npm:@celo/[email protected]", | ||
|
@@ -49,4 +49,4 @@ | |
"engines": { | ||
"node": ">=16" | ||
} | ||
} | ||
} |
Oops, something went wrong.