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 #3533

Merged
merged 1 commit into from
May 6, 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
5 changes: 0 additions & 5 deletions .changeset/afraid-dryers-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/blue-eyes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-kings-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-laws-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-lamps-heal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cool-readers-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-crabs-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-cherries-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-brooms-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-crews-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-toys-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-days-float.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-panthers-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-colts-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-pianos-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-masks-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-books-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-kings-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-games-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-ghosts-turn.md

This file was deleted.

14 changes: 14 additions & 0 deletions solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hyperlane-xyz/core

## 3.11.0

### Minor Changes

- b6fdf2f7f: Implement XERC20 and FiatToken collateral warp routes
- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM

### Patch Changes

- Updated dependencies [b63714ede]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "3.10.0",
"version": "3.11.0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/utils": "3.11.0",
"@layerzerolabs/lz-evm-oapp-v2": "2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3"
Expand Down
2 changes: 2 additions & 0 deletions typescript/ccip-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/ccip-server

## 3.11.0

## 3.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/ccip-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/ccip-server",
"version": "3.10.0",
"version": "3.11.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down
34 changes: 34 additions & 0 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @hyperlane-xyz/cli

## 3.11.0

### Minor Changes

- f8b6ea467: Update the warp-route-deployment.yaml to a more sensible schema. This schema sets us up to allow multi-chain collateral deployments. Removes intermediary config objects by using zod instead.
- b6fdf2f7f: Implement XERC20 and FiatToken collateral warp routes
- aea79c686: Adds single-chain dry-run support for deploying warp routes & gas estimation for core and warp route dry-run deployments.
- 917266dce: Add --self-relay to CLI commands
- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM
- 450e8e0d5: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- 3528b281e: Restructure CLI params around registries
- af2634207: Introduces `hyperlane hook read` and `hyperlane ism read` commands for deriving onchain Hook/ISM configs from an address on a given chain.

### Patch Changes

- 8246f14d6: Adds defaultDescription to yargs --key option.
- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [d37cbab72]
- Updated dependencies [b6fdf2f7f]
- Updated dependencies [a86a8296b]
- Updated dependencies [2db77f177]
- Updated dependencies [3a08e31b6]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [3528b281e]
- Updated dependencies [450e8e0d5]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/cli",
"version": "3.10.0",
"version": "3.11.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@hyperlane-xyz/utils": "3.11.0",
"@inquirer/prompts": "^3.0.0",
"bignumber.js": "^9.1.1",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.10.0';
export const VERSION = '3.11.0';
25 changes: 25 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @hyperlane-xyz/helloworld

## 3.11.0

### Minor Changes

- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM

### Patch Changes

- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [d37cbab72]
- Updated dependencies [b6fdf2f7f]
- Updated dependencies [a86a8296b]
- Updated dependencies [2db77f177]
- Updated dependencies [3a08e31b6]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [3528b281e]
- Updated dependencies [450e8e0d5]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/core@3.11.0

## 3.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "3.10.0",
"version": "3.11.0",
"dependencies": {
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/core": "3.11.0",
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},
Expand Down
28 changes: 28 additions & 0 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @hyperlane-xyz/infra

## 3.11.0

### Minor Changes

- af2634207: Moved Hook/ISM reading into CLI.

### Patch Changes

- a86a8296b: Removes Gnosis safe util from infra in favor of SDK
- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [d37cbab72]
- Updated dependencies [b6fdf2f7f]
- Updated dependencies [a86a8296b]
- Updated dependencies [2db77f177]
- Updated dependencies [3a08e31b6]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [3528b281e]
- Updated dependencies [450e8e0d5]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/helloworld@3.11.0
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/infra",
"description": "Infrastructure utilities for the Hyperlane Network",
"version": "3.10.0",
"version": "3.11.0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -12,10 +12,10 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "3.10.0",
"@hyperlane-xyz/helloworld": "3.11.0",
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@hyperlane-xyz/utils": "3.11.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@solana/web3.js": "^1.78.0",
"asn1.js": "5.4.1",
Expand Down
30 changes: 30 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hyperlane-xyz/sdk

## 3.11.0

### Minor Changes

- 811ecfbba: Add EvmCoreReader, minor updates.
- f8b6ea467: Update the warp-route-deployment.yaml to a more sensible schema. This schema sets us up to allow multi-chain collateral deployments. Removes intermediary config objects by using zod instead.
- d37cbab72: Adds modular transaction submission support for SDK clients, e.g. CLI.
- b6fdf2f7f: Implement XERC20 and FiatToken collateral warp routes
- 2db77f177: Added RPC `concurrency` property to `ChainMetadata`.
Added `CrudModule` abstraction and related types.
Removed `Fuel` ProtocolType.
- 3a08e31b6: Add EvmERC20WarpRouterReader to derive WarpConfig from TokenRouter address
- 917266dce: Add --self-relay to CLI commands
- aab63d466: Adding ICA for governance
- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM
- 3528b281e: Remove consts such as chainMetadata from SDK
- 450e8e0d5: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- af2634207: Moved Hook/ISM config stringify into a general object stringify utility.

### Patch Changes

- a86a8296b: Removes Gnosis safe util from infra in favor of SDK
- 2e439423e: Allow gasLimit overrides in the SDK/CLI for deploy txs
- Updated dependencies [b6fdf2f7f]
- Updated dependencies [b63714ede]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/core@3.11.0
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "3.10.0",
"version": "3.11.0",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/core": "3.11.0",
"@hyperlane-xyz/utils": "3.11.0",
"@safe-global/api-kit": "1.3.0",
"@safe-global/protocol-kit": "1.3.0",
"@solana/spl-token": "^0.3.8",
Expand Down
Loading
Loading