Skip to content

Commit

Permalink
Merge branch 'master' into fix/cli-govn-show
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux authored Nov 13, 2024
2 parents a6f951a + caef335 commit 92b9895
Show file tree
Hide file tree
Showing 40 changed files with 1,311 additions and 450 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,25 @@
"@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",
"wild-impalas-smoke"
]
}
7 changes: 7 additions & 0 deletions .changeset/wild-impalas-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@celo/wallet-ledger': patch
'@celo/viem-account-ledger': patch
'@celo/celocli': patch
---

Change a dependency to use npm rather than github
39 changes: 39 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## 6.0.0-beta.2

### Patch Changes

- [#427](https://github.com/celo-org/developer-tooling/pull/427) [`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change a dependency to use npm rather than github

- Updated dependencies [[`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e)]:
- @celo/wallet-ledger@6.0.2-beta.2
- @celo/wallet-hsm-azure@6.0.2-beta.2
- @celo/wallet-local@6.0.2-beta.2

## 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
14 changes: 7 additions & 7 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.2",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand All @@ -22,7 +22,7 @@
"node": ">=16"
},
"scripts": {
"clean": "rm tsconfig.tsbuildinfo && yarn run --top-level tsc -b . --clean",
"clean": "rm -f tsconfig.tsbuildinfo && yarn run --top-level tsc -b . --clean",
"dev": "yarn build && ts-node ./bin/dev.js",
"build": "yarn run --top-level tsc -b .",
"docs": "./generate_docs.sh",
Expand All @@ -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.2",
"@celo/wallet-ledger": "^6.0.2-beta.2",
"@celo/wallet-local": "^6.0.2-beta.2",
"@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
Loading

0 comments on commit 92b9895

Please sign in to comment.