Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (beta) #439

Merged
merged 1 commit into from
Nov 25, 2024
Merged
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
14 changes: 13 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,37 @@
"fair-points-beg",
"famous-cherries-kick",
"few-seals-matter",
"fifty-dots-travel",
"fifty-roses-explain",
"gold-pumas-fry",
"good-peas-type",
"good-trees-reply",
"healthy-days-smile",
"hot-pugs-nail",
"hungry-cups-juggle",
"lemon-gorillas-explain",
"little-carpets-argue",
"loud-kids-dress",
"many-cobras-live",
"moody-falcons-remain",
"orange-penguins-sneeze",
"perfect-pianos-jump",
"polite-pets-push",
"purple-phones-try",
"real-camels-argue",
"rude-parrots-know",
"rude-schools-help",
"seven-pets-buy",
"sharp-shirts-count",
"smart-berries-accept",
"smart-guests-refuse",
"strong-flowers-heal",
"thirty-pugs-smile",
"twenty-humans-beg",
"twenty-rocks-pull",
"warm-papayas-smile",
"weak-beers-itch",
"wild-impalas-smoke"
"wild-impalas-smoke",
"yellow-chicken-fold"
]
}
27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 6.0.0-beta.4

### Minor Changes

- [#447](https://github.com/celo-org/developer-tooling/pull/447) [`7bc05c2`](https://github.com/celo-org/developer-tooling/commit/7bc05c219c7c3bbb764b4741595c57da523bb388) Thanks [@shazarre](https://github.com/shazarre)! - validator:signed-blocks not supported on L2 anymore, fixes validator:status L2

### Patch Changes

- [#425](https://github.com/celo-org/developer-tooling/pull/425) [`952bc81`](https://github.com/celo-org/developer-tooling/commit/952bc81dc1bdd4c7abb40306768c50b75e681733) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - deprecates the flags --whitelisters and --nonwhitelisters from the governance:show command

- [#456](https://github.com/celo-org/developer-tooling/pull/456) [`d5c9204`](https://github.com/celo-org/developer-tooling/commit/d5c920491b2b6efec5f4637a4343bfb6f606c56f) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Fix rewards:show for L2

- [#452](https://github.com/celo-org/developer-tooling/pull/452) [`2283374`](https://github.com/celo-org/developer-tooling/commit/2283374d74b2260c3cc81d19500502f6e6b685cd) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Show deprecated warning on flags which will be removed after cel2 launch

- [#449](https://github.com/celo-org/developer-tooling/pull/449) [`97f0a53`](https://github.com/celo-org/developer-tooling/commit/97f0a53cab5162365be0c175361943351cf4eb2f) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Show --node and --useLedger flags when --help is called. Show aliases for networks in --node help

- [#452](https://github.com/celo-org/developer-tooling/pull/452) [`2283374`](https://github.com/celo-org/developer-tooling/commit/2283374d74b2260c3cc81d19500502f6e6b685cd) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - use onchain values instead of static for lock requirements

- [#450](https://github.com/celo-org/developer-tooling/pull/450) [`9558b56`](https://github.com/celo-org/developer-tooling/commit/9558b56aff2886fb860194a04fd284b4caca74dc) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Gracefully throw if --estimate wasnt passed on L1

- Updated dependencies [[`7bc05c2`](https://github.com/celo-org/developer-tooling/commit/7bc05c219c7c3bbb764b4741595c57da523bb388), [`42d091f`](https://github.com/celo-org/developer-tooling/commit/42d091fbc2ab71ce4ec2fb5c57ca266a20a96b6e), [`36c4369`](https://github.com/celo-org/developer-tooling/commit/36c436980583396ca407fef511942c9a77279470), [`a23246e`](https://github.com/celo-org/developer-tooling/commit/a23246e82e17424cb22c04cce197eb84a2cac54c), [`d5c9204`](https://github.com/celo-org/developer-tooling/commit/d5c920491b2b6efec5f4637a4343bfb6f606c56f)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.0-beta.3

### Minor 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.3",
"version": "6.0.0-beta.4",
"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.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/contractkit": "^9.0.0-beta.3",
"@celo/cryptographic-utils": "^5.1.1-beta.0",
"@celo/explorer": "^5.0.13-beta.1",
"@celo/governance": "^5.1.4-beta.1",
"@celo/governance": "^5.1.4-beta.2",
"@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.4-beta.0",
"@celo/wallet-ledger": "^6.0.4-beta.0",
"@celo/wallet-local": "^6.0.4-beta.0",
"@celo/wallet-hsm-azure": "^6.0.4-beta.1",
"@celo/wallet-ledger": "^6.0.4-beta.1",
"@celo/wallet-local": "^6.0.4-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 @@ -81,7 +81,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@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.7-beta.2

### Patch Changes

- [#446](https://github.com/celo-org/developer-tooling/pull/446) [`42d091f`](https://github.com/celo-org/developer-tooling/commit/42d091fbc2ab71ce4ec2fb5c57ca266a20a96b6e) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @celo/abis-12

## 0.0.7-beta.1

### 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.7-beta.1",
"version": "0.0.7-beta.2",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
28 changes: 28 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @celo/contractkit

## 9.0.0-beta.3

### Minor Changes

- [#447](https://github.com/celo-org/developer-tooling/pull/447) [`7bc05c2`](https://github.com/celo-org/developer-tooling/commit/7bc05c219c7c3bbb764b4741595c57da523bb388) Thanks [@shazarre](https://github.com/shazarre)! - Exposes EpochManager.getElectedSigners contract method

### Patch Changes

- [#446](https://github.com/celo-org/developer-tooling/pull/446) [`42d091f`](https://github.com/celo-org/developer-tooling/commit/42d091fbc2ab71ce4ec2fb5c57ca266a20a96b6e) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @celo/abis-12

- [#455](https://github.com/celo-org/developer-tooling/pull/455) [`36c4369`](https://github.com/celo-org/developer-tooling/commit/36c436980583396ca407fef511942c9a77279470) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Mark contract wrapper methods that will not work on L2 because solidity contracts have onlyL1 modifier as deprecated.

| Deprecated Contract / Method | Replacement or none |
| -------------------------------------------- | ----------------------------------------- |
| Validators#registerValidator | Validators#registerValidatorNoBLS |
| BlockchainParams#getEpochNumberOfBlock | EpochManager#getEpochNumberOfBlock |
| BlockchainParams#getFirstBlockNumberForEpoch | EpochManager#getFirstBlockAtEpoch |
| Election#getCurrentValidatorSigners | EpochManager#getElectedSigners |
| Election#getGroupEpochRewards | Election#getGroupEpochRewardsBasedOnScore |
| GovernanceSlasher#slash | GovernanceSlasher#slashL2 |
| DoubleSigningSlasher | X |
| DowntimeSlasher | X |

- [#456](https://github.com/celo-org/developer-tooling/pull/456) [`d5c9204`](https://github.com/celo-org/developer-tooling/commit/d5c920491b2b6efec5f4637a4343bfb6f606c56f) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Backwards compat for some methods using epoch's block numbers

- Updated dependencies []:
- @celo/[email protected]

## 9.0.0-beta.2

### Patch 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.2",
"version": "9.0.0-beta.3",
"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.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-local": "^6.0.4-beta.0",
"@celo/wallet-local": "^6.0.4-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.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@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.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/contractkit": "^9.0.0-beta.3",
"@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.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/governance

## 5.1.4-beta.2

### Patch Changes

- [#446](https://github.com/celo-org/developer-tooling/pull/446) [`42d091f`](https://github.com/celo-org/developer-tooling/commit/42d091fbc2ab71ce4ec2fb5c57ca266a20a96b6e) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @celo/abis-12

- Updated dependencies [[`7bc05c2`](https://github.com/celo-org/developer-tooling/commit/7bc05c219c7c3bbb764b4741595c57da523bb388), [`42d091f`](https://github.com/celo-org/developer-tooling/commit/42d091fbc2ab71ce4ec2fb5c57ca266a20a96b6e), [`36c4369`](https://github.com/celo-org/developer-tooling/commit/36c436980583396ca407fef511942c9a77279470), [`d5c9204`](https://github.com/celo-org/developer-tooling/commit/d5c920491b2b6efec5f4637a4343bfb6f606c56f)]:
- @celo/[email protected]

## 5.1.4-beta.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.4-beta.1",
"version": "5.1.4-beta.2",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/contractkit": "^9.0.0-beta.3",
"@celo/explorer": "^5.0.13-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
Expand All @@ -39,7 +39,7 @@
"node": ">=8.14.2"
},
"devDependencies": {
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12"
}
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.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@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.7-beta.1",
"@celo/dev-utils": "0.0.7-beta.2",
"@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.2",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/contractkit": "^9.0.0-beta.3",
"@celo/dev-utils": "0.0.7-beta.2",
"@celo/typescript": "workspace:^",
"cross-fetch": "3.1.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @celo/wallet-base

## 6.0.4-beta.1

## 6.0.3-beta.1

### 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.4-beta.0",
"version": "6.0.4-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.4-beta.1

### Patch Changes

- Updated dependencies []:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.3-beta.1

### 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.4-beta.0",
"version": "6.0.4-beta.1",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-hsm": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@celo/wallet-base": "^6.0.4-beta.1",
"@celo/wallet-hsm": "^6.0.4-beta.1",
"@celo/wallet-remote": "^6.0.4-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.4-beta.1

### Patch Changes

- Updated dependencies []:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.3-beta.1

### 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.4-beta.0",
"version": "6.0.4-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.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-hsm": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@celo/wallet-base": "^6.0.4-beta.1",
"@celo/wallet-hsm": "^6.0.4-beta.1",
"@celo/wallet-remote": "^6.0.4-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.4-beta.1

### Patch Changes

- Updated dependencies []:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.3-beta.1

### Patch Changes
Expand Down
Loading
Loading