Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent d988d31 commit 5e989f3
Show file tree
Hide file tree
Showing 28 changed files with 190 additions and 74 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,24 @@
"@celo/viem-account-ledger": "0.0.1"
},
"changesets": [
"calm-sheep-tie",
"chilled-cycles-smell",
"dry-gifts-love",
"dull-windows-travel",
"fair-points-beg",
"fifty-roses-explain",
"gold-pumas-fry",
"good-trees-reply",
"hot-pugs-nail",
"hungry-cups-juggle",
"little-carpets-argue",
"many-cobras-live",
"moody-falcons-remain",
"polite-pets-push",
"rude-parrots-know",
"thirty-pugs-smile"
"smart-berries-accept",
"smart-guests-refuse",
"thirty-pugs-smile",
"twenty-rocks-pull"
]
}
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 6.0.0-beta.1

### Major Changes

- [#407](https://github.com/celo-org/developer-tooling/pull/407) [`3890220`](https://github.com/celo-org/developer-tooling/commit/389022056be15c0677b37d4cfaf332afcb652e02) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove transfer:gold -- this was an old alias for transfer:celo which has the same functionality

- [#412](https://github.com/celo-org/developer-tooling/pull/412) [`23d36cc`](https://github.com/celo-org/developer-tooling/commit/23d36cc7f843fdf95a88da0515c65e512d68f400) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove `celocli validator:force-deaffiliate`

This command was only ever usable pre mainnet launch. The force deaffiliate method it would call is only callable by one of the whitelisted Slasher Contracts.

To force removal of validator with poor uptime use `celocli validator:downtime-slash` or to sever association with a validator from your group use `celocli validator:deaffiliate`

- [#407](https://github.com/celo-org/developer-tooling/pull/407) [`3890220`](https://github.com/celo-org/developer-tooling/commit/389022056be15c0677b37d4cfaf332afcb652e02) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove account:recover-old

This was meant to be a temporary command for migrating account from a beta version of Valora to the release version. Please use a previous version of celocli if you need to make this one time recovery.

### Minor Changes

- [`76045eb`](https://github.com/celo-org/developer-tooling/commit/76045ebff0df9c1c9fa75121dab4e910c9026976) Thanks [@shazarre](https://github.com/shazarre)! - BLS keys are now optional as being deprecated on L2, validator:register and releasecelo:authorize no longer require them in L2 context

### Patch Changes

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d), [`76045eb`](https://github.com/celo-org/developer-tooling/commit/76045ebff0df9c1c9fa75121dab4e910c9026976), [`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2)]:
- @celo/wallet-ledger@6.0.2-beta.1
- @celo/wallet-local@6.0.2-beta.1
- @celo/contractkit@9.0.0-beta.1
- @celo/wallet-hsm-azure@6.0.2-beta.1

## 6.0.0-beta.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celo/celocli",
"description": "CLI Tool for transacting with the Celo protocol",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -41,17 +41,17 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/cryptographic-utils": "^5.1.1-beta.0",
"@celo/explorer": "^5.0.13-beta.0",
"@celo/governance": "^5.1.4-beta.0",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^1.0.0-beta.0",
"@celo/phone-utils": "^6.0.4-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.2-beta.0",
"@celo/wallet-ledger": "^6.0.2-beta.0",
"@celo/wallet-local": "^6.0.2-beta.0",
"@celo/wallet-hsm-azure": "^6.0.2-beta.1",
"@celo/wallet-ledger": "^6.0.2-beta.1",
"@celo/wallet-local": "^6.0.2-beta.1",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/dev-utils

## 0.0.6-beta.1

### Patch Changes

- [#400](https://github.com/celo-org/developer-tooling/pull/400) [`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2) Thanks [@shazarre](https://github.com/shazarre)! - Upgrades to latest devchain

## 0.0.6-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/dev-utils",
"version": "0.0.6-beta.0",
"version": "0.0.6-beta.1",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/contractkit

## 9.0.0-beta.1

### Minor Changes

- [`76045eb`](https://github.com/celo-org/developer-tooling/commit/76045ebff0df9c1c9fa75121dab4e910c9026976) Thanks [@shazarre](https://github.com/shazarre)! - ValidatorsWrapper: add registerValidatorNoBls to allow registration without BLS keys which are not supported in L2

### Patch Changes

- [#400](https://github.com/celo-org/developer-tooling/pull/400) [`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2) Thanks [@shazarre](https://github.com/shazarre)! - Renames `getElected` and its usages to `getElectedAccounts` for `EpochManagerWrapper`

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
- @celo/wallet-local@6.0.2-beta.1

## 9.0.0-beta.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "9.0.0-beta.0",
"version": "9.0.0-beta.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-local": "^6.0.2-beta.0",
"@celo/wallet-local": "^6.0.2-beta.1",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@truffle/contract": "4.6.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"dependencies": {
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.1.5",
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/metadata-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/contractkit": "workspace:^",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@types/node": "18.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/network-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"web3-eth-abi": "1.10.4"
},
"devDependencies": {
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"cross-fetch": "3.1.5",
"dotenv": "^8.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/wallet-base

## 6.0.2-beta.1

### Patch Changes

- [#408](https://github.com/celo-org/developer-tooling/pull/408) [`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Improve support for celo-legacy and modern txs within ledger

## 6.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-base",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-aws

## 6.0.2-beta.1

### Patch Changes

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
- @celo/wallet-base@6.0.2-beta.1
- @celo/wallet-hsm@6.0.2-beta.1
- @celo/wallet-remote@6.0.2-beta.1

## 6.0.2-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-aws",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.0",
"@celo/wallet-hsm": "^6.0.2-beta.0",
"@celo/wallet-remote": "^6.0.2-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-azure

## 6.0.2-beta.1

### Patch Changes

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
- @celo/wallet-base@6.0.2-beta.1
- @celo/wallet-hsm@6.0.2-beta.1
- @celo/wallet-remote@6.0.2-beta.1

## 6.0.2-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-azure",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.0",
"@celo/wallet-hsm": "^6.0.2-beta.0",
"@celo/wallet-remote": "^6.0.2-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-gcp

## 6.0.2-beta.1

### Patch Changes

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
- @celo/wallet-base@6.0.2-beta.1
- @celo/wallet-hsm@6.0.2-beta.1
- @celo/wallet-remote@6.0.2-beta.1

## 6.0.2-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-gcp",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.0",
"@celo/wallet-hsm": "^6.0.2-beta.0",
"@celo/wallet-remote": "^6.0.2-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@ethereumjs/util": "8.0.5",
"@google-cloud/kms": "~2.9.0",
"@noble/curves": "^1.3.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-hsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @celo/wallet-hsm

## 6.0.2-beta.1

## 6.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-hsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/wallet-ledger

## 6.0.2-beta.1

### Patch Changes

- [#408](https://github.com/celo-org/developer-tooling/pull/408) [`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Improve support for celo-legacy and modern txs within ledger

- Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
- @celo/wallet-base@6.0.2-beta.1
- @celo/wallet-remote@6.0.2-beta.1

## 6.0.2-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-ledger",
"version": "6.0.2-beta.0",
"version": "6.0.2-beta.1",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@celo/connect": "^6.0.3-beta.0",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.0",
"@celo/wallet-remote": "^6.0.2-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-app-eth": "git+https://github.com:celo-org/ledgerjs-hw-app-eth.git#commit=67c6c3e10929c06e5afd169c16fb8e52f6fda4de",
Expand All @@ -38,7 +38,7 @@
"semver": "^7.6.0"
},
"devDependencies": {
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/typescript": "workspace:^",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@noble/curves": "^1.4.0",
Expand Down
Loading

0 comments on commit 5e989f3

Please sign in to comment.