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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/beige-chicken-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-pigs-invent.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/breezy-wasps-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-waves-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-bottles-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-seals-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-candles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-ads-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-suits-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-phones-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-oranges-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-steaks-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-bulldogs-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-planes-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-days-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-cherries-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-ants-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-kiwis-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-tigers-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-rocks-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-lions-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-fans-repair.md

This file was deleted.

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

## 4.2.0

### Patch Changes

- Updated dependencies [388d2551]
- Updated dependencies [dfa90879]
- @hyperlane-xyz/[email protected]

## 4.1.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,11 +1,11 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "4.1.0",
"version": "4.2.0",
"dependencies": {
"@arbitrum/nitro-contracts": "^1.2.1",
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "4.1.0",
"@hyperlane-xyz/utils": "4.2.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

## 4.2.0

## 4.1.0

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

## 4.2.0

### Minor Changes

- 388d2551: Added HyperlaneRelayer for relaying messages from the CLI
- d00f2ffc: Displays formatted deployment plan to confirm warp deploy.
- 40255575: Adds blockExplorers option on registry init.
- 70899943: Adds hyperlane warp apply
- 0e1a80e6: Improve chain metadata and address fetching from github registries
- 62d71fad: Add hyperlane warp update to extend a warp config
- 49986aa9: Add collateralAddressOrDenom for collateralVault
- bb470aec: Add 'submit' command to CLI.

### Patch Changes

- 80ac5d28: Display token symbol when balance is insufficient for command
- Updated dependencies [2c0ae3cf]
- Updated dependencies [0dedbf5a]
- Updated dependencies [388d2551]
- Updated dependencies [7265a408]
- Updated dependencies [0a40dcb8]
- Updated dependencies [f83b492d]
- Updated dependencies [79740755]
- Updated dependencies [ab827a3f]
- Updated dependencies [dfa90879]
- Updated dependencies [dfa90879]
- Updated dependencies [5aa24611]
- Updated dependencies [70899943]
- Updated dependencies [62d71fad]
- Updated dependencies [49986aa9]
- Updated dependencies [7fdd3958]
- Updated dependencies [fef62967]
- Updated dependencies [be4617b1]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 4.1.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,13 +1,13 @@
{
"name": "@hyperlane-xyz/cli",
"version": "4.1.0",
"version": "4.2.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@aws-sdk/client-kms": "^3.577.0",
"@aws-sdk/client-s3": "^3.577.0",
"@hyperlane-xyz/registry": "2.3.0",
"@hyperlane-xyz/sdk": "4.1.0",
"@hyperlane-xyz/utils": "4.1.0",
"@hyperlane-xyz/sdk": "4.2.0",
"@hyperlane-xyz/utils": "4.2.0",
"@inquirer/prompts": "^3.0.0",
"asn1.js": "^5.4.1",
"bignumber.js": "^9.1.1",
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 = '4.1.0';
export const VERSION = '4.2.0';
23 changes: 23 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @hyperlane-xyz/helloworld

## 4.2.0

### Patch Changes

- Updated dependencies [2c0ae3cf]
- Updated dependencies [0dedbf5a]
- Updated dependencies [388d2551]
- Updated dependencies [7265a408]
- Updated dependencies [0a40dcb8]
- Updated dependencies [f83b492d]
- Updated dependencies [79740755]
- Updated dependencies [ab827a3f]
- Updated dependencies [dfa90879]
- Updated dependencies [5aa24611]
- Updated dependencies [70899943]
- Updated dependencies [62d71fad]
- Updated dependencies [49986aa9]
- Updated dependencies [7fdd3958]
- Updated dependencies [fef62967]
- Updated dependencies [be4617b1]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 4.1.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,11 +1,11 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "4.1.0",
"version": "4.2.0",
"dependencies": {
"@hyperlane-xyz/core": "4.1.0",
"@hyperlane-xyz/core": "4.2.0",
"@hyperlane-xyz/registry": "2.3.0",
"@hyperlane-xyz/sdk": "4.1.0",
"@hyperlane-xyz/sdk": "4.2.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},
Expand Down
29 changes: 29 additions & 0 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @hyperlane-xyz/infra

## 4.2.0

### Minor Changes

- 388d2551: Added HyperlaneRelayer for relaying messages from the CLI

### Patch Changes

- Updated dependencies [2c0ae3cf]
- Updated dependencies [0dedbf5a]
- Updated dependencies [388d2551]
- Updated dependencies [7265a408]
- Updated dependencies [0a40dcb8]
- Updated dependencies [f83b492d]
- Updated dependencies [79740755]
- Updated dependencies [ab827a3f]
- Updated dependencies [dfa90879]
- Updated dependencies [dfa90879]
- Updated dependencies [5aa24611]
- Updated dependencies [70899943]
- Updated dependencies [62d71fad]
- Updated dependencies [49986aa9]
- Updated dependencies [7fdd3958]
- Updated dependencies [fef62967]
- Updated dependencies [be4617b1]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 4.1.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": "4.1.0",
"version": "4.2.0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -13,10 +13,10 @@
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@google-cloud/secret-manager": "^5.5.0",
"@hyperlane-xyz/helloworld": "4.1.0",
"@hyperlane-xyz/helloworld": "4.2.0",
"@hyperlane-xyz/registry": "2.3.0",
"@hyperlane-xyz/sdk": "4.1.0",
"@hyperlane-xyz/utils": "4.1.0",
"@hyperlane-xyz/sdk": "4.2.0",
"@hyperlane-xyz/utils": "4.2.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@solana/web3.js": "^1.78.0",
"asn1.js": "5.4.1",
Expand Down
29 changes: 29 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @hyperlane-xyz/sdk

## 4.2.0

### Minor Changes

- 2c0ae3cf: Deploy to connextsepolia + superpositiontestnet
- 0dedbf5a: Deploy to endurance, fusemainnet, zoramainnet
- 388d2551: Added HyperlaneRelayer for relaying messages from the CLI
- f83b492d: - Enable updating of hooks through the `EvmHookModule`, including IGP and gas oracles.
- Drive-by fixes to ISM module and tests.
- 79740755: Add enroll remote router to WarpModule
- 70899943: Adds hyperlane warp apply
- 62d71fad: Add hyperlane warp update to extend a warp config
- 49986aa9: Add collateralAddressOrDenom for collateralVault

### Patch Changes

- 7265a408: Add rpcUrl, chainId, and method(params) to smart provider logging.
- 0a40dcb8: Update cosmos chain schema
- ab827a3f: Removes innacurate contract verification check, resulting in proxy contracts not being marked as proxies during contract verification.
- dfa90879: add error message for all calls to assert util
- 5aa24611: Add 'isInitialized' check before initializing implementation contract (for contracts that disableInitializers in constructors).
- 7fdd3958: Adds logic to prune and minify build artifacts to address 'entity size too large' error thrown from explorers. Note that the only identified instance of this issue is on BSC mainnet.
- fef62967: ContractVerifier now adjusts timeouts based on explorer family, which helps with many rate-limiting related contract verification issues. In addition, the ContractVerifier verify logic has been greatly simplified to allowing for a predictable callstack + easy debugging.
- be4617b1: Handle subdirectories for the folder in S3Validator class
- Updated dependencies [388d2551]
- Updated dependencies [dfa90879]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 4.1.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,13 +1,13 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "4.1.0",
"version": "4.2.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.74.0",
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "4.1.0",
"@hyperlane-xyz/utils": "4.1.0",
"@hyperlane-xyz/core": "4.2.0",
"@hyperlane-xyz/utils": "4.2.0",
"@safe-global/api-kit": "1.3.0",
"@safe-global/protocol-kit": "1.3.0",
"@solana/spl-token": "^0.3.8",
Expand Down
Loading