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 Mar 12, 2024
1 parent 985adc9 commit 04cde46
Show file tree
Hide file tree
Showing 28 changed files with 229 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-fishes-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eleven-books-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-pans-return.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/green-pans-unite.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-guests-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-adults-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-dryers-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-starfishes-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-kangaroos-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-boats-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-eyes-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-horses-burn.md

This file was deleted.

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

## 3.8.0

### Minor Changes

- 76bd73010: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet)
- 7d530fd4e: Enabled verification of contracts as part of the deployment flow.

- Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package.
- Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact.
- Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible.
- Minor logging improvements throughout deployers.

### Patch Changes

- Updated dependencies [aea9e1438]
- @hyperlane-xyz/utils@3.8.0

## 3.7.0

### Patch 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.7.0",
"version": "3.8.0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "3.7.0",
"@hyperlane-xyz/utils": "3.8.0",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3"
},
Expand Down
3 changes: 3 additions & 0 deletions typescript/ccip-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @hyperlane-xyz/ccip-server

## 3.8.0
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": "0.0.0",
"version": "3.8.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down
20 changes: 20 additions & 0 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperlane-xyz/cli

## 3.8.0

### Patch Changes

- 912ced308: TestRecipient as part of core deployer
- 985adc91e: Update CLI Warp route deployment output shape to new WarpCore config
- Updated dependencies [16cb5e19e]
- Updated dependencies [76bd73010]
- Updated dependencies [90191f741]
- Updated dependencies [7d530fd4e]
- Updated dependencies [aea9e1438]
- Updated dependencies [b3a915466]
- Updated dependencies [912ced308]
- Updated dependencies [02e64c9f4]
- Updated dependencies [d2c249674]
- Updated dependencies [c2bf423ad]
- Updated dependencies [3ff8eb3c3]
- @hyperlane-xyz/sdk@3.8.0
- @hyperlane-xyz/utils@3.8.0

## 3.7.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,10 +1,10 @@
{
"name": "@hyperlane-xyz/cli",
"version": "3.7.0",
"version": "3.8.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/sdk": "3.7.0",
"@hyperlane-xyz/utils": "3.7.0",
"@hyperlane-xyz/sdk": "3.8.0",
"@hyperlane-xyz/utils": "3.8.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.7.0';
export const VERSION = '3.8.0';
27 changes: 27 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @hyperlane-xyz/helloworld

## 3.8.0

### Minor Changes

- 7d530fd4e: Enabled verification of contracts as part of the deployment flow.

- Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package.
- Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact.
- Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible.
- Minor logging improvements throughout deployers.

### Patch Changes

- Updated dependencies [16cb5e19e]
- Updated dependencies [76bd73010]
- Updated dependencies [90191f741]
- Updated dependencies [7d530fd4e]
- Updated dependencies [aea9e1438]
- Updated dependencies [b3a915466]
- Updated dependencies [912ced308]
- Updated dependencies [02e64c9f4]
- Updated dependencies [d2c249674]
- Updated dependencies [c2bf423ad]
- Updated dependencies [3ff8eb3c3]
- @hyperlane-xyz/sdk@3.8.0
- @hyperlane-xyz/core@3.8.0

## 3.7.0

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

## 3.8.0

### Minor Changes

- 76bd73010: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet)
- 7d530fd4e: Enabled verification of contracts as part of the deployment flow.

- Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package.
- Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact.
- Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible.
- Minor logging improvements throughout deployers.

### Patch Changes

- 90191f741: Removed basegoerli and moonbasealpha testnets
- b3a915466: Add logos for plume to SDK
- 912ced308: TestRecipient as part of core deployer
- 02e64c9f4: Update viction validator set
- 3ff8eb3c3: Patch transfer ownership in hook deployer
- Updated dependencies [16cb5e19e]
- Updated dependencies [76bd73010]
- Updated dependencies [90191f741]
- Updated dependencies [7d530fd4e]
- Updated dependencies [aea9e1438]
- Updated dependencies [b3a915466]
- Updated dependencies [912ced308]
- Updated dependencies [02e64c9f4]
- Updated dependencies [d2c249674]
- Updated dependencies [c2bf423ad]
- Updated dependencies [3ff8eb3c3]
- @hyperlane-xyz/sdk@3.8.0
- @hyperlane-xyz/helloworld@3.8.0
- @hyperlane-xyz/utils@3.8.0

## 3.7.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.7.0",
"version": "3.8.0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -12,9 +12,9 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "3.7.0",
"@hyperlane-xyz/sdk": "3.7.0",
"@hyperlane-xyz/utils": "3.7.0",
"@hyperlane-xyz/helloworld": "3.8.0",
"@hyperlane-xyz/sdk": "3.8.0",
"@hyperlane-xyz/utils": "3.8.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
Expand Down
32 changes: 32 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @hyperlane-xyz/sdk

## 3.8.0

### Minor Changes

- 76bd73010: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet)
- 7d530fd4e: Enabled verification of contracts as part of the deployment flow.

- Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package.
- Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact.
- Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible.
- Minor logging improvements throughout deployers.

- aea9e1438: Add `WarpCore`, `Token`, and `TokenAmount` classes for interacting with Warp Route instances.

_Breaking change_: The params to the `IHypTokenAdapter` `populateTransferRemoteTx` method have changed. `txValue` has been replaced with `interchainGas`.

### Patch Changes

- 16cb5e19e: Support configuring non-EVM IGP destinations
- 90191f741: Removed basegoerli and moonbasealpha testnets
- b3a915466: Add logos for plume to SDK
- 912ced308: TestRecipient as part of core deployer
- 02e64c9f4: Update viction validator set
- d2c249674: Minor fixes for SDK cosmos logos
- c2bf423ad: Implement message id extraction for CosmWasmCoreAdapter
- 3ff8eb3c3: Patch transfer ownership in hook deployer
- Updated dependencies [76bd73010]
- Updated dependencies [7d530fd4e]
- Updated dependencies [aea9e1438]
- @hyperlane-xyz/core@3.8.0
- @hyperlane-xyz/utils@3.8.0

## 3.7.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.7.0",
"version": "3.8.0",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "3.7.0",
"@hyperlane-xyz/utils": "3.7.0",
"@hyperlane-xyz/core": "3.8.0",
"@hyperlane-xyz/utils": "3.8.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.0",
"@types/coingecko-api": "^1.0.10",
Expand Down
8 changes: 8 additions & 0 deletions typescript/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperlane-xyz/utils

## 3.8.0

### Minor Changes

- aea9e1438: Add `WarpCore`, `Token`, and `TokenAmount` classes for interacting with Warp Route instances.

_Breaking change_: The params to the `IHypTokenAdapter` `populateTransferRemoteTx` method have changed. `txValue` has been replaced with `interchainGas`.

## 3.7.0

## 3.6.2
Expand Down
2 changes: 1 addition & 1 deletion typescript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities and types for the Hyperlane network",
"version": "3.7.0",
"version": "3.8.0",
"dependencies": {
"@cosmjs/encoding": "^0.31.3",
"@solana/web3.js": "^1.78.0",
Expand Down
Loading

0 comments on commit 04cde46

Please sign in to comment.