Skip to content

Commit

Permalink
gonna have to revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 8, 2023
1 parent 5381bcf commit 8545bf2
Show file tree
Hide file tree
Showing 51 changed files with 586 additions and 125 deletions.
40 changes: 40 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"mode": "pre",
"tag": "hornet",
"initialVersions": {
"@celo/celotool": "1.0.1",
"@celo/celocli": "3.0.2",
"@celo/dev-utils": "0.0.1",
"@celo/env-tests": "1.0.1",
"@celo/metadata-crawler": "0.0.2",
"@celo/protocol": "1.0.1",
"@celo/base": "5.0.5",
"@celo/connect": "5.1.0",
"@celo/contractkit": "5.1.0",
"@celo/cryptographic-utils": "5.0.5",
"@celo/explorer": "5.0.5",
"@celo/governance": "5.0.5",
"@celo/keystores": "5.0.5",
"@celo/network-utils": "5.0.5",
"@celo/phone-utils": "5.0.5",
"@celo/transactions-uri": "5.0.5",
"@celo/utils": "5.0.5",
"@celo/wallet-base": "5.1.0",
"@celo/wallet-hsm": "5.1.0",
"@celo/wallet-hsm-aws": "5.1.0",
"@celo/wallet-hsm-azure": "5.1.0",
"@celo/wallet-hsm-gcp": "5.1.0",
"@celo/wallet-ledger": "5.1.0",
"@celo/wallet-local": "5.1.0",
"@celo/wallet-remote": "5.1.0",
"@celo/wallet-rpc": "5.1.0",
"@celo/typescript": "0.0.1"
},
"changesets": [
"beige-planes-sort",
"cyan-lies-jam",
"nine-ladybugs-beam",
"radical-monkey-play",
"small-hats-pull"
]
}
19 changes: 19 additions & 0 deletions packages/celotool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @celo/celotool

## 2.0.0-hornet.0

### Major Changes

- 8648936c6: Remove lookup command, use `celocli identity:identifier --phoneNumber`

### Patch Changes

- Updated dependencies
- Updated dependencies [8648936c6]
- @celo/contractkit@5.2.0-hornet.0
- @celo/base@6.0.0-hornet.0
- @celo/env-tests@1.0.2-hornet.0
- @celo/explorer@5.0.6-hornet.0
- @celo/governance@5.0.6-hornet.0
- @celo/connect@5.1.1-hornet.0
- @celo/cryptographic-utils@5.0.6-hornet.0
- @celo/utils@5.0.6-hornet.0

## 1.0.1

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/celotool/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@celo/celotool",
"version": "1.0.1",
"version": "2.0.0-hornet.0",
"description": "Celotool is our hub for all scripts that people need to run within the monorepo",
"main": "index.js",
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/connect": "^5.1.0",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/env-tests": "1.0.1",
"@celo/explorer": "^5.0.5",
"@celo/governance": "^5.0.5",
"@celo/base": "^6.0.0-hornet.0",
"@celo/connect": "^5.1.1-hornet.0",
"@celo/cryptographic-utils": "^5.0.6-hornet.0",
"@celo/contractkit": "^5.2.0-hornet.0",
"@celo/env-tests": "1.0.2-hornet.0",
"@celo/explorer": "^5.0.6-hornet.0",
"@celo/governance": "^5.0.6-hornet.0",
"@celo/network-utils": "^5.0.5",
"@celo/utils": "^5.0.5",
"@celo/utils": "^5.0.6-hornet.0",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/rlp": "4.0.1",
"@google-cloud/monitoring": "0.7.1",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@celo/dev-utils": "0.0.1",
"@celo/protocol": "1.0.1",
"@celo/protocol": "1.0.2-hornet.0",
"@types/bunyan": "1.8.8",
"@types/chai": "^4.1.3",
"@types/dotenv": "^8.2.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 3.1.0-hornet.0

### Minor Changes

- 1e8d07ba6: add FeeHandler contract info to `celocli network:contracts` command

### Patch Changes

- Updated dependencies
- Updated dependencies [8648936c6]
- Updated dependencies [8648936c6]
- @celo/contractkit@5.2.0-hornet.0
- @celo/phone-utils@6.0.0-hornet.0
- @celo/base@6.0.0-hornet.0
- @celo/explorer@5.0.6-hornet.0
- @celo/governance@5.0.6-hornet.0
- @celo/connect@5.1.1-hornet.0
- @celo/cryptographic-utils@5.0.6-hornet.0
- @celo/utils@5.0.6-hornet.0
- @celo/wallet-hsm-azure@5.1.1-hornet.0
- @celo/wallet-ledger@5.1.1-hornet.0
- @celo/wallet-local@5.1.1-hornet.0

## 3.0.2

### Patch Changes
Expand Down
27 changes: 13 additions & 14 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": "3.0.2",
"version": "3.1.0-hornet.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/celo-monorepo",
Expand Down Expand Up @@ -34,18 +34,18 @@
"test": "TZ=UTC jest --runInBand"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/connect": "^5.1.0",
"@celo/contractkit": "^5.1.0",
"@celo/explorer": "^5.0.5",
"@celo/governance": "^5.0.5",
"@celo/base": "^6.0.0-hornet.0",
"@celo/connect": "^5.1.1-hornet.0",
"@celo/contractkit": "^5.2.0-hornet.0",
"@celo/explorer": "^5.0.6-hornet.0",
"@celo/governance": "^5.0.6-hornet.0",
"@celo/identity": "^5.1.0",
"@celo/phone-utils": "^5.0.5",
"@celo/utils": "^5.0.5",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/wallet-hsm-azure": "^5.1.0",
"@celo/wallet-ledger": "^5.1.0",
"@celo/wallet-local": "^5.1.0",
"@celo/phone-utils": "^6.0.0-hornet.0",
"@celo/utils": "^5.0.6-hornet.0",
"@celo/cryptographic-utils": "^5.0.6-hornet.0",
"@celo/wallet-hsm-azure": "^5.1.1-hornet.0",
"@celo/wallet-ledger": "^5.1.1-hornet.0",
"@celo/wallet-local": "^5.1.1-hornet.0",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@oclif/parser": "^3.8.16",
"@oclif/errors": "^1.3.6",
Expand Down Expand Up @@ -107,8 +107,7 @@
"bin": "celocli",
"commands": "./lib/commands",
"helpClass": "./lib/help",
"plugins": [
],
"plugins": [],
"topics": {
"account": {
"description": "Manage your account, keys, and metadata"
Expand Down
7 changes: 6 additions & 1 deletion packages/cli/src/test-utils/setup.global.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
import baseSetup from '@celo/dev-utils/lib/ganache-setup'
// Has to import the matchers somewhere so that typescript knows the matchers have been made available
import _unused from '@celo/dev-utils/lib/matchers'
import { waitForPortOpen } from '@celo/dev-utils/lib/network'
import * as path from 'path'

// Warning: There should be an unused import of '@celo/dev-utils/lib/matchers' above.
// If there is not, then your editor probably deleted it automatically.

export default async function globalSetup() {
await baseSetup(path.resolve(path.join(__dirname, '../../')), '.tmp/devchain.tar.gz', {
console.log('\nstarting ganache... set NO_GANACHE=true to disable')
const chainDataPath = path.join(path.dirname(require.resolve('@celo/celo-devchain')), '../chains')
await baseSetup(path.resolve(chainDataPath), 'v10.tar.gz', {
from_targz: true,
})
await waitForPortOpen('localhost', 8545, 60)
console.log('...ganache started')
}
14 changes: 14 additions & 0 deletions packages/env-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/env-tests

## 1.0.2-hornet.0

### Patch Changes

- Updated dependencies
- Updated dependencies [8648936c6]
- Updated dependencies [8648936c6]
- @celo/contractkit@5.2.0-hornet.0
- @celo/phone-utils@6.0.0-hornet.0
- @celo/base@6.0.0-hornet.0
- @celo/connect@5.1.1-hornet.0
- @celo/cryptographic-utils@5.0.6-hornet.0
- @celo/utils@5.0.6-hornet.0

## 1.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/env-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@celo/env-tests",
"private": true,
"version": "1.0.1",
"version": "1.0.2-hornet.0",
"description": "Environment tests",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@celo/contractkit": "^5.1.0",
"@celo/utils": "^5.0.5",
"@celo/base": "^5.0.5",
"@celo/connect": "^5.1.0",
"@celo/phone-utils": "^5.0.5",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/contractkit": "^5.2.0-hornet.0",
"@celo/utils": "^5.0.6-hornet.0",
"@celo/base": "^6.0.0-hornet.0",
"@celo/connect": "^5.1.1-hornet.0",
"@celo/phone-utils": "^6.0.0-hornet.0",
"@celo/cryptographic-utils": "^5.0.6-hornet.0",
"bignumber.js": "^9.0.0",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/metadata-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/metadata-crawler

## 0.0.3-hornet.0

### Patch Changes

- Updated dependencies
- @celo/contractkit@5.2.0-hornet.0
- @celo/connect@5.1.1-hornet.0
- @celo/utils@5.0.6-hornet.0

## 0.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/metadata-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/metadata-crawler",
"version": "0.0.2",
"version": "0.0.3-hornet.0",
"description": "Celo metadata crawler",
"main": "index.js",
"types": "./lib/index.d.ts",
Expand All @@ -9,9 +9,9 @@
"homepage": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"dependencies": {
"@celo/connect": "^5.1.0",
"@celo/contractkit": "^5.1.0",
"@celo/utils": "^5.0.5",
"@celo/connect": "^5.1.1-hornet.0",
"@celo/contractkit": "^5.2.0-hornet.0",
"@celo/utils": "^5.0.6-hornet.0",
"@types/pg": "^7.14.3",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @celo/protocol

## 1.0.2-hornet.0

### Patch Changes

- Updated dependencies [8648936c6]
- @celo/base@6.0.0-hornet.0
- @celo/connect@5.1.1-hornet.0
- @celo/cryptographic-utils@5.0.6-hornet.0
- @celo/utils@5.0.6-hornet.0
- @celo/wallet-local@5.1.1-hornet.0

## 1.0.1

### Patch Changes
Expand Down
13 changes: 7 additions & 6 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/protocol",
"version": "1.0.1",
"version": "1.0.2-hornet.0",
"private": true,
"main": "index.ts",
"author": "Celo",
Expand Down Expand Up @@ -50,12 +50,12 @@
"@0x/sol-profiler": "^4.1.37",
"@0x/sol-trace": "^3.0.47",
"@0x/subproviders": "^7.0.1",
"@celo/base": "^5.0.5",
"@celo/base": "^6.0.0-hornet.0",
"@celo/bls12377js": "0.1.1",
"@celo/connect": "^5.1.0",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/utils": "^5.0.5",
"@celo/wallet-local": "^5.1.0",
"@celo/connect": "^5.1.1-hornet.0",
"@celo/cryptographic-utils": "^5.0.6-hornet.0",
"@celo/utils": "^5.0.6-hornet.0",
"@celo/wallet-local": "^5.1.1-hornet.0",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "npm:@soloseng/ethereumjs-vm@6.4.1",
"@ganache/console.log": "0.3.0",
Expand Down Expand Up @@ -101,6 +101,7 @@
"web3-utils": "1.10.0"
},
"devDependencies": {
"@celo/celo-devchain": "6.0.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/typechain-target-web3-v1-celo": "0.2.0",
"@celo/typescript": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/base

## 6.0.0-hornet.0

### Major Changes

- 8648936c6: Remove getIdentifierHash, IdentifierPrefix, getIdentifierPrefix. These have been moved to @celo/odis-identifiers

## 5.0.5

### Patch 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": "5.0.5",
"version": "6.0.0-hornet.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

## 5.1.1-hornet.0

### Patch Changes

- Updated dependencies [8648936c6]
- @celo/base@6.0.0-hornet.0
- @celo/utils@5.0.6-hornet.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.1.1-hornet.0",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
"@celo/base": "^5.0.5",
"@celo/utils": "^5.0.5",
"@celo/base": "^6.0.0-hornet.0",
"@celo/utils": "^5.0.6-hornet.0",
"bignumber.js": "^9.0.0",
"debug": "^4.1.1",
"utf8": "3.0.0",
Expand Down
Loading

0 comments on commit 8545bf2

Please sign in to comment.