Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 6bba5e3 commit f41fa7a
Show file tree
Hide file tree
Showing 49 changed files with 485 additions and 285 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-gifts-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-pumas-fry.md

This file was deleted.

42 changes: 0 additions & 42 deletions .changeset/hot-pugs-nail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-falcons-remain.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/rude-parrots-know.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/thirty-pugs-smile.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 6.0.0

### Major Changes

- [#339](https://github.com/celo-org/developer-tooling/pull/339) [`87223ba`](https://github.com/celo-org/developer-tooling/commit/87223ba93ab79f43ae6884282d30a420eb09c23c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove support for reserve:\* commands. As foretold by https://forum.celo.org/t/sunset-of-reserve-commands/8454

- [#343](https://github.com/celo-org/developer-tooling/pull/343) [`54741cc`](https://github.com/celo-org/developer-tooling/commit/54741cc01ef0a6716bdd45a955ac65c7ecced6c1) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove commands identity:identifier, identity:get-attestations

See https://forum.celo.org/t/rfc-deprecation-of-celocli-identity-commands/8676

### Patch Changes

- Updated dependencies [[`33ad4aa`](https://github.com/celo-org/developer-tooling/commit/33ad4aaf6b9edc33d1ce19833dbea626798cfb88), [`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b), [`33ad4aa`](https://github.com/celo-org/developer-tooling/commit/33ad4aaf6b9edc33d1ce19833dbea626798cfb88)]:
- @celo/contractkit@9.0.0
- @celo/base@7.0.0
- @celo/utils@8.0.0
- @celo/metadata-claims@1.0.0
- @celo/explorer@5.0.13
- @celo/governance@5.1.4
- @celo/wallet-ledger@6.0.2
- @celo/connect@6.0.3
- @celo/cryptographic-utils@5.1.1
- @celo/phone-utils@6.0.4
- @celo/wallet-hsm-azure@6.0.2
- @celo/wallet-local@6.0.2

## 5.2.1

### Patch Changes
Expand Down
26 changes: 13 additions & 13 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": "5.2.1",
"version": "6.0.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -38,20 +38,20 @@
},
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^6.1.0",
"@celo/base": "^7.0.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.2",
"@celo/contractkit": "^8.3.0",
"@celo/cryptographic-utils": "^5.1.0",
"@celo/explorer": "^5.0.12",
"@celo/governance": "^5.1.3",
"@celo/connect": "^6.0.3",
"@celo/contractkit": "^9.0.0",
"@celo/cryptographic-utils": "^5.1.1",
"@celo/explorer": "^5.0.13",
"@celo/governance": "^5.1.4",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^0.0.1",
"@celo/phone-utils": "^6.0.3",
"@celo/utils": "^7.0.0",
"@celo/wallet-hsm-azure": "^6.0.1",
"@celo/wallet-ledger": "^6.0.1",
"@celo/wallet-local": "^6.0.1",
"@celo/metadata-claims": "^1.0.0",
"@celo/phone-utils": "^6.0.4",
"@celo/utils": "^8.0.0",
"@celo/wallet-hsm-azure": "^6.0.2",
"@celo/wallet-ledger": "^6.0.2",
"@celo/wallet-local": "^6.0.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/base

## 7.0.0

### Major Changes

- [#228](https://github.com/celo-org/developer-tooling/pull/228) [`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - remove deprecated functions and consts exported from ./contacts and ./displayformating. ./currencies and ./phonenumbers. If these are used by your app we recommend to inline the functions from the previous release.

- https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/contacts.ts
- https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/displayFormatting.ts
- https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/phoneNumbers.ts

https://github.com/celo-org/developer-tooling/tree/%40celo/wallet-base%406.0.1/packages/sdk/base/src

Full List of removed exports -- ContactPhoneNumber, MinimalContact, getContactPhoneNumber, isContact, CURRENCY_ENUM, Currency, CURRENCIES, resolveCurrency, SHORT_CURRENCIES, currencyToShortMap | getErrorMessage | anonymizedPhone | getContactNameHash

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/base",
"version": "6.1.0",
"version": "7.0.0",
"description": "Celo base common utils, no dependencies",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/connect

## 6.0.3

### Patch Changes

- Updated dependencies [[`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
- @celo/base@7.0.0
- @celo/utils@8.0.0

## 6.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "6.0.2",
"version": "6.0.3",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^6.1.0",
"@celo/utils": "^7.0.0",
"@celo/base": "^7.0.0",
"@celo/utils": "^8.0.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
51 changes: 51 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @celo/contractkit

## 9.0.0

### Major Changes

- [#340](https://github.com/celo-org/developer-tooling/pull/340) [`33ad4aa`](https://github.com/celo-org/developer-tooling/commit/33ad4aaf6b9edc33d1ce19833dbea626798cfb88) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Removes all exports under the lib/identity folder. These have been move to a new @celo/metadata-claims package and should be imported from there.

Note that folder structure is also flattened slightly. so replace `@celo/contractkit/lib/identity/claims/` with `@celo/metadata-claims/lib/`

example

```diff
- import { createAccountClaim } from '@celo/contractkit/lib/identity/claims/account'
+ import { createAccountClaim } from '@celo/metadata-claims/lib/account'
```

```diff
- import { ContractKit, IdentityMetadataWrapper, newKitFromWeb3 } from '@celo/contractkit'
- import { ClaimTypes } from '@celo/contractkit/lib/identity'
+ import { ContractKit, newKitFromWeb3 } from '@celo/contractkit'
+ import { ClaimTypes, IdentityMetadataWrapper } from '@celo/metadata-claims'

```

Note that Contractkit is Not a dependency. Instead when using `IdentityMetadataWrapper` you should make an object that satisfis the `AccountMetadataSignerGetters` type

```typescript
import { AccountMetadataSignerGetters } from '@celo/metadata-claims/lib/types'
```

using viem it would be like

```typescript
const accountsMetaDataSignerGetters: AccountMetadataSignerGetters = {
isAccount: async (address: string) => accounts.read.isAccount([address as Address]),
getValidatorSigner: async (address: string) =>
accounts.read.getValidatorSigner([address as Address]),
getVoteSigner: async (address: string) =>
accounts.read.getValidatorSigner([address as Address]),
getAttestationSigner: async (address: string) =>
accounts.read.getValidatorSigner([address as Address]),
}
```

### Patch Changes

- Updated dependencies [[`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
- @celo/base@7.0.0
- @celo/utils@8.0.0
- @celo/connect@6.0.3
- @celo/wallet-local@6.0.2

## 8.3.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "8.3.0",
"version": "9.0.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.2",
"@celo/utils": "^7.0.0",
"@celo/wallet-local": "^6.0.1",
"@celo/base": "^7.0.0",
"@celo/connect": "^6.0.3",
"@celo/utils": "^8.0.0",
"@celo/wallet-local": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/cryptographic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/cryptographic-utils

## 5.1.1

### Patch Changes

- Updated dependencies [[`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
- @celo/base@7.0.0
- @celo/utils@8.0.0

## 5.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/cryptographic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/cryptographic-utils",
"version": "5.1.0",
"version": "5.1.1",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^6.1.0",
"@celo/base": "^7.0.0",
"@celo/bls12377js": "0.1.1",
"@celo/utils": "^7.0.0",
"@celo/utils": "^8.0.0",
"@noble/ciphers": "0.4.1",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/explorer

## 5.0.13

### Patch Changes

- Updated dependencies [[`33ad4aa`](https://github.com/celo-org/developer-tooling/commit/33ad4aaf6b9edc33d1ce19833dbea626798cfb88), [`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
- @celo/contractkit@9.0.0
- @celo/base@7.0.0
- @celo/utils@8.0.0
- @celo/connect@6.0.3

## 5.0.12

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/explorer",
"version": "5.0.12",
"version": "5.0.13",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,10 +22,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/contractkit": "^8.1.1",
"@celo/utils": "^7.0.0",
"@celo/base": "^7.0.0",
"@celo/connect": "^6.0.3",
"@celo/contractkit": "^9.0.0",
"@celo/utils": "^8.0.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.1.5",
Expand Down
Loading

0 comments on commit f41fa7a

Please sign in to comment.