Skip to content
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/empty-dolls-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-mice-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-eggs-jam.md

This file was deleted.

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

## 9.0.14

### Patch Changes

- @hyperlane-xyz/[email protected]

## 9.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion solidity/contracts/PackageVersioned.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pragma solidity >=0.6.11;
**/
abstract contract PackageVersioned {
// GENERATED CODE - DO NOT EDIT
string public constant PACKAGE_VERSION = "9.0.13";
string public constant PACKAGE_VERSION = "9.0.14";
}
2 changes: 1 addition & 1 deletion solidity/core-utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './typechain/index.js';
export * from './zksync/index.js';
// GENERATED CODE - DO NOT EDIT
export const CONTRACTS_PACKAGE_VERSION = '9.0.13';
export const CONTRACTS_PACKAGE_VERSION = '9.0.14';
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "9.0.13",
"version": "9.0.14",
"dependencies": {
"@arbitrum/nitro-contracts": "^1.2.1",
"@chainlink/contracts-ccip": "^1.5.0",
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/utils": "19.2.0",
"@matterlabs/hardhat-zksync-solc": "1.2.5",
"@matterlabs/hardhat-zksync-verify": "1.7.1",
"@openzeppelin/contracts": "^4.9.3",
Expand Down
2 changes: 2 additions & 0 deletions starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/starknet-core

## 19.2.0

## 19.1.1

## 19.1.0
Expand Down
2 changes: 1 addition & 1 deletion starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/starknet-core",
"description": "Core cairo contracts for Hyperlane",
"version": "19.1.1",
"version": "19.2.0",
"type": "module",
"homepage": "https://www.hyperlane.xyz",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions typescript/ccip-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperlane-xyz/ccip-server

## 19.2.0

### Patch Changes

- Updated dependencies [f68419605]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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": "19.1.1",
"version": "19.2.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down Expand Up @@ -47,9 +47,9 @@
"dependencies": {
"@eth-optimism/sdk": "^3.3.3",
"@google-cloud/pino-logging-gcp-config": "^1.0.6",
"@hyperlane-xyz/core": "9.0.13",
"@hyperlane-xyz/sdk": "19.1.1",
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/core": "9.0.14",
"@hyperlane-xyz/sdk": "19.2.0",
"@hyperlane-xyz/utils": "19.2.0",
"@prisma/client": "^6.8.2",
"cors": "^2.8.5",
"dotenv-flow": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperlane-xyz/cli

## 19.2.0

### Minor Changes

- 3181c49c7: fix bug related to cli throwing error after trying to retrieve a submitter config for a chain where it wasn't defined if the chain was not an extension

## 19.1.1

## 19.1.0
Expand Down
10 changes: 5 additions & 5 deletions typescript/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/cli",
"version": "19.1.1",
"version": "19.2.0",
"description": "A command-line utility for common Hyperlane operations",
"devDependencies": {
"@aws-sdk/client-kms": "^3.577.0",
Expand All @@ -9,12 +9,12 @@
"@eslint/js": "^9.31.0",
"@ethersproject/abi": "*",
"@ethersproject/providers": "*",
"@hyperlane-xyz/cosmos-sdk": "19.1.1",
"@hyperlane-xyz/http-registry-server": "19.1.1",
"@hyperlane-xyz/cosmos-sdk": "19.2.0",
"@hyperlane-xyz/http-registry-server": "19.2.0",
"@hyperlane-xyz/registry": "20.0.0",
"@hyperlane-xyz/sdk": "19.1.1",
"@hyperlane-xyz/sdk": "19.2.0",
"@hyperlane-xyz/tsconfig": "workspace:^",
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/utils": "19.2.0",
"@inquirer/core": "9.0.10",
"@inquirer/figures": "1.0.5",
"@inquirer/prompts": "3.3.2",
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 = '19.1.1';
export const VERSION = '19.2.0';
7 changes: 7 additions & 0 deletions typescript/cosmos-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperlane-xyz/cosmos-sdk

## 19.2.0

### Patch Changes

- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/cosmos-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/cosmos-sdk",
"version": "19.1.1",
"version": "19.2.0",
"description": "Hyperlane TypeScript SDK for the Cosmos Hyperlane SDK module",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@cosmjs/stargate": "^0.32.4",
"@hyperlane-xyz/cosmos-types": "19.1.1",
"@hyperlane-xyz/utils": "19.1.1"
"@hyperlane-xyz/cosmos-types": "19.2.0",
"@hyperlane-xyz/utils": "19.2.0"
}
}
2 changes: 2 additions & 0 deletions typescript/cosmos-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/cosmos-types

## 19.2.0

## 19.1.1

## 19.1.0
Expand Down
2 changes: 1 addition & 1 deletion typescript/cosmos-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/cosmos-types",
"version": "19.1.1",
"version": "19.2.0",
"description": "Hyperlane TypeScript SDK types for the Cosmos Hyperlane SDK module",
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions typescript/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/eslint-config

## 19.2.0

## 19.1.1

## 19.1.0
Expand Down
2 changes: 1 addition & 1 deletion typescript/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/eslint-config",
"version": "19.1.1",
"version": "19.2.0",
"description": "Hyperlane ESLint config",
"private": true,
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions typescript/github-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/github-proxy

## 19.2.0

## 19.1.1

## 19.1.0
Expand Down
2 changes: 1 addition & 1 deletion typescript/github-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/github-proxy",
"description": "Github proxy that adds the API key to requests",
"version": "19.1.1",
"version": "19.2.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
8 changes: 8 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperlane-xyz/helloworld

## 19.2.0

### Patch Changes

- Updated dependencies [f68419605]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### 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": "19.1.1",
"version": "19.2.0",
"dependencies": {
"@hyperlane-xyz/core": "9.0.13",
"@hyperlane-xyz/core": "9.0.14",
"@hyperlane-xyz/registry": "20.0.0",
"@hyperlane-xyz/sdk": "19.1.1",
"@hyperlane-xyz/sdk": "19.2.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.8.0"
},
Expand Down
8 changes: 8 additions & 0 deletions typescript/http-registry-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperlane-xyz/http-registry-server

## 19.2.0

### Patch Changes

- Updated dependencies [f68419605]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/http-registry-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/http-registry-server",
"version": "19.1.1",
"version": "19.2.0",
"private": true,
"description": "An HTTP server for the Hyperlane registry",
"license": "Apache-2.0",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@hyperlane-xyz/registry": "20.0.0",
"@hyperlane-xyz/sdk": "19.1.1",
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/sdk": "19.2.0",
"@hyperlane-xyz/utils": "19.2.0",
"express": "^5.1.0",
"pino": "^8.19.0",
"zod": "^3.21.2",
Expand Down
9 changes: 9 additions & 0 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperlane-xyz/infra

## 19.2.0

### Patch Changes

- Updated dependencies [f68419605]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch 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": "19.1.1",
"version": "19.2.0",
"dependencies": {
"@arbitrum/sdk": "^4.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -14,10 +14,10 @@
"@ethersproject/providers": "*",
"@google-cloud/pino-logging-gcp-config": "^1.0.6",
"@google-cloud/secret-manager": "^5.5.0",
"@hyperlane-xyz/helloworld": "19.1.1",
"@hyperlane-xyz/helloworld": "19.2.0",
"@hyperlane-xyz/registry": "20.0.0",
"@hyperlane-xyz/sdk": "19.1.1",
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/sdk": "19.2.0",
"@hyperlane-xyz/utils": "19.2.0",
"@inquirer/prompts": "3.3.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "1.3.0",
Expand Down
6 changes: 6 additions & 0 deletions typescript/radix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperlane-xyz/radix-sdk

## 19.2.0

### Patch Changes

- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions typescript/radix-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/radix-sdk",
"version": "19.1.1",
"version": "19.2.0",
"description": "Hyperlane TypeScript SDK for the Radix Hyperlane SDK module",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript-eslint": "^8.37.0"
},
"dependencies": {
"@hyperlane-xyz/utils": "19.1.1",
"@hyperlane-xyz/utils": "19.2.0",
"@radixdlt/babylon-core-api-sdk": "^1.3.0",
"@radixdlt/babylon-gateway-api-sdk": "^1.10.1",
"@radixdlt/radix-engine-toolkit": "^1.0.5",
Expand Down
14 changes: 14 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hyperlane-xyz/sdk

## 19.2.0

### Minor Changes

- f68419605: Update Warp Reader to set `token` to underlying `vault` instead of `wrappedToken` for yield routes. Update Checker to return the vault's `asset` as the collateral token.

### Patch Changes

- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 19.1.1

### Patch Changes
Expand Down
Loading
Loading