Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},
"changesets": [
"curly-pianos-applaud",
"funny-feet-suffer",
"plenty-bananas-shop",
"real-rabbits-grab",
"tall-buckets-sit",
"tough-gorillas-invent"
]
}
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 4.0.0-beta.1

### Patch Changes

- Updated dependencies [[`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/wallet-hsm-azure@5.1.2-beta.0
- @celo/utils@6.0.0-beta.0
- @celo/connect@5.1.2-beta.0
- @celo/contractkit@6.0.1-beta.2
- @celo/cryptographic-utils@5.0.7-beta.0
- @celo/explorer@5.0.8-beta.1
- @celo/governance@5.0.9-beta.1
- @celo/phone-utils@6.0.1-beta.0
- @celo/wallet-ledger@5.1.2-beta.0
- @celo/wallet-local@5.1.2-beta.0

## 4.0.0-beta.0

### Major Changes
Expand Down
22 changes: 11 additions & 11 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": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -34,17 +34,17 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/governance": "^5.0.9-beta.0",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/cryptographic-utils": "^5.0.7-beta.0",
"@celo/explorer": "^5.0.8-beta.1",
"@celo/governance": "^5.0.9-beta.1",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/wallet-hsm-azure": "^5.1.1",
"@celo/wallet-ledger": "^5.1.1",
"@celo/wallet-local": "^5.1.1",
"@celo/phone-utils": "^6.0.1-beta.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-hsm-azure": "^5.1.2-beta.0",
"@celo/wallet-ledger": "^5.1.2-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@mento-protocol/mento-sdk": "^0.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/connect

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0

## 5.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/utils": "^6.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/contractkit

## 6.0.1-beta.2

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0
- @celo/connect@5.1.2-beta.0
- @celo/wallet-local@5.1.2-beta.0

## 6.0.1-beta.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "6.0.1-beta.1",
"version": "6.0.1-beta.2",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/connect": "^5.1.2-beta.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/cryptographic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/cryptographic-utils

## 5.0.7-beta.0

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0

## 5.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0.6",
"version": "5.0.7-beta.0",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/bls12377js": "0.1.1",
"@celo/utils": "^5.0.6",
"@celo/utils": "^6.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/explorer

## 5.0.8-beta.1

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0
- @celo/connect@5.1.2-beta.0
- @celo/contractkit@6.0.1-beta.2

## 5.0.8-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8-beta.0",
"version": "5.0.8-beta.1",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/utils": "^6.0.0-beta.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.0.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/governance

## 5.0.9-beta.1

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0
- @celo/connect@5.1.2-beta.0
- @celo/contractkit@6.0.1-beta.2
- @celo/explorer@5.0.8-beta.1

## 5.0.9-beta.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/governance",
"version": "5.0.9-beta.0",
"version": "5.0.9-beta.1",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/explorer": "^5.0.8-beta.1",
"@celo/utils": "^6.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/inquirer": "^6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/keystores

## 5.0.7-beta.0

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0
- @celo/wallet-local@5.1.2-beta.0

## 5.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/keystores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/keystores",
"version": "5.0.6",
"version": "5.0.7-beta.0",
"description": "keystore implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/phone-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/phone-utils

## 6.0.1-beta.0

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/phone-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-utils",
"version": "6.0.0",
"version": "6.0.1-beta.0",
"description": "Celo phone utils",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/utils": "^6.0.0-beta.0",
"@types/country-data": "^0.0.0",
"@types/google-libphonenumber": "^7.4.23",
"@types/node": "^18.7.16",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/transactions-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/transactions-uri

## 5.0.7-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/connect@5.1.2-beta.0

## 5.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/transactions-uri",
"version": "5.0.6",
"version": "5.0.7-beta.0",
"description": "Celo's transactions uri generation",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/connect": "^5.1.2-beta.0",
"@types/debug": "^4.1.5",
"@types/qrcode": "^1.3.4",
"bn.js": "4.11.9",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^6.0.3",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/dev-utils": "0.0.1-beta.1",
"dotenv": "^8.2.0"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/sdk/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @celo/utils

## 6.0.0-beta.0

### Major Changes

- [#105](https://github.com/celo-org/developer-tooling/pull/105) [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove export compareBN

This would have been used to sort BN.js numbers. Generic comparator functions are not really the scope of this library. Removing it allows the bn.js dependency to be removed too. If you were using this function it can be re-implemented as

```typescript
export function compareBN(a: BN, b: BN) {
if (a.eq(b)) {
return 0
} else if (a.lt(b)) {
return -1
} else {
return 1
}
}
```

## 5.0.6

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

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0-beta.0
- @celo/connect@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
Loading