Skip to content

Commit

Permalink
Merge pull request #273 from celo-org:prerelease/drum-circling
Browse files Browse the repository at this point in the history
Prerelease/drum-circling
  • Loading branch information
soloseng authored Mar 15, 2024
2 parents d466ab4 + dc622d7 commit b0096dd
Show file tree
Hide file tree
Showing 27 changed files with 235 additions and 50 deletions.
45 changes: 45 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@celo/phone-number-privacy-combiner": "3.3.2",
"@celo/phone-number-privacy-monitor": "3.0.2",
"@celo/phone-number-privacy-signer": "3.1.1",
"odis-example-scripts": "1.0.1",
"@celo/phone-number-privacy-common": "3.1.1",
"@celo/encrypted-backup": "5.0.5",
"@celo/identity": "5.1.1",
"@celo/odis-identifiers": "1.0.0"
},
"changesets": [
"big-lies-protect",
"cold-ducks-visit",
"eighty-glasses-sip",
"empty-dodos-impress",
"fair-bottles-wonder",
"fifty-buses-taste",
"four-zoos-tie",
"khaki-walls-drum",
"light-keys-prove",
"lucky-birds-end",
"many-goats-teach",
"nasty-elephants-juggle",
"neat-bananas-allow",
"nice-laws-accept",
"nice-peaches-talk",
"perfect-deers-shake",
"real-bottles-swim",
"red-ravens-search",
"rude-hounds-jam",
"smooth-moons-battle",
"spotty-cameras-design",
"spotty-starfishes-move",
"tall-cycles-care",
"ten-beers-build",
"tender-frogs-thank",
"tender-tomatoes-protect",
"tricky-actors-wait",
"yellow-spoons-change",
"young-houses-explode"
]
}
2 changes: 2 additions & 0 deletions .changeset/wise-insects-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .github/workflows/odis-combiner-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-combiner-.*
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-loadtest-.*
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-signer-.*
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
api-url: https://api.gateway.akeyless.celo-networks-dev.org
access-id: p-kf9vjzruht6l
static-secrets: '{"/static-secrets/NPM/npm-publish-token":"NPM_TOKEN"}'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/social-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
- name: "enable corepack"
run : sudo corepack enable yarn
- name: Install yarn dependencies
run: git config --global url."https://".insteadOf ssh:// && yarn install
# skip check due to YN0078: │ Invalid resolution @celo/odis-identifiers@npm:^1.0.0 → npm:1.0.0
run: git config --global url."https://".insteadOf ssh:// && yarn install --no-check-resolutions
- name: Fail if any file changed on git
run: |
# This fails if there is any change
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"[javascriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"javascript.format.enable": false,
Expand Down
14 changes: 14 additions & 0 deletions apps/combiner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/phone-number-privacy-combiner

## 3.3.3-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/encrypted-backup@5.0.6-beta.0
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.3.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/combiner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-combiner",
"version": "3.3.2",
"version": "3.3.3-beta.0",
"private": true,
"description": "Orchestrates and combines threshold signatures for use in ODIS",
"author": "Celo",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/encrypted-backup": "^5.0.6-beta.0",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
Expand Down Expand Up @@ -67,4 +67,4 @@
"engines": {
"node": "18"
}
}
}
19 changes: 19 additions & 0 deletions apps/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @celo/phone-number-privacy-monitor

## 3.1.0-beta.0

### Minor Changes

- 89dc2a9: Updated to run on cloud function gen2 using node18. Updated test script to point to latest Clabs Signer deployments.

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 14269eb: Added `ts-node` to monitor package
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/encrypted-backup@5.0.6-beta.0
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-monitor",
"version": "3.0.2",
"version": "3.1.0-beta.0",
"private": true,
"description": "Regularly queries ODIS to ensure the system is functioning properly",
"author": "Celo",
Expand All @@ -26,9 +26,9 @@
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/encrypted-backup": "^5.0.6-beta.0",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
"firebase-admin": "^11.11.0",
Expand All @@ -44,4 +44,4 @@
"engines": {
"node": "18"
}
}
}
12 changes: 12 additions & 0 deletions apps/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/phone-number-privacy-signer

## 3.1.2-beta.0

### Patch Changes

- 14269eb: Updated the e2e test script.
- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [3d18f26]
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-signer",
"version": "3.1.1",
"version": "3.1.2-beta.0",
"private": true,
"description": "Signing participator of ODIS",
"author": "Celo",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.2",
Expand Down Expand Up @@ -87,4 +87,4 @@
"engines": {
"node": ">=10"
}
}
}
10 changes: 10 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# odis-example-scripts

## 1.0.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- Updated dependencies [8804b67]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/identity@5.1.2-beta.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odis-example-scripts",
"version": "1.0.1",
"version": "1.0.2-beta.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/identity": "^5.1.1",
"@celo/identity": "^5.1.2-beta.0",
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a",
"ethers": "^5.7.2",
"react": "^16.8.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cs": "yarn changeset",
"bump": "yarn changeset version",
"release": "yarn build && yarn cs publish",
"version_and_reinstall": "yarn changeset version && yarn",
"version_and_reinstall": "yarn changeset version && yarn install --no-immutable --no-check-resolutions",
"beta-enter": "bash scripts/beta-mode.sh",
"beta-exit": "yarn cs pre exit && git commit -am 'Complete beta releasing'",
"postinstall": "yarn husky install && yarn workspaces foreach --all -piv run postinstall"
Expand Down Expand Up @@ -79,4 +79,4 @@
"browserify-sign": "4.2.2"
},
"packageManager": "[email protected]"
}
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/phone-number-privacy-common

## 3.1.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 687607a: Remove opentelemetry dependencies
- 3d18f26: Update package dependencies to reduce CVEs

## 3.1.1

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@celo/phone-number-privacy-common",
"version": "3.1.1",
"version": "3.1.2-beta.0",
"description": "Common library for the combiner and signer libraries",
"author": "Celo",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/celo-org/social-connect/tree/main/packages/common",
"scripts": {
"prepublish": "yarn build",
"build": "yarn run --top-level tsc ",
Expand Down
13 changes: 13 additions & 0 deletions packages/encrypted-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/encrypted-backup

## 5.0.6-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 5.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/encrypted-backup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/encrypted-backup",
"version": "5.0.5",
"version": "5.0.6-beta.0",
"description": "Libraries for implemented password encrypted account backups",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/identity

## 5.1.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 56164f9: Updated devchain to support CELO CR11
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [3d18f26]
- @celo/phone-number-privacy-common@3.1.2-beta.0
- @celo/odis-identifiers@1.0.1-beta.0

## 5.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit b0096dd

Please sign in to comment.