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

Revert "Version Packages" #3409

Merged
merged 1 commit into from
Mar 12, 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
6 changes: 6 additions & 0 deletions .changeset/chatty-seals-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/sdk': minor
---

**New Feature**: Add transaction fee estimators to the SDK
**Breaking change**: Token Adapter `quoteGasPayment` method renamed to `quoteTransferRemoteGas` for clarity.
5 changes: 5 additions & 0 deletions .changeset/cuddly-fishes-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

Support configuring non-EVM IGP destinations
7 changes: 7 additions & 0 deletions .changeset/eleven-books-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@hyperlane-xyz/infra': minor
'@hyperlane-xyz/sdk': minor
'@hyperlane-xyz/core': minor
---

Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet)
6 changes: 6 additions & 0 deletions .changeset/funny-pans-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/sdk': patch
---

Removed basegoerli and moonbasealpha testnets
13 changes: 13 additions & 0 deletions .changeset/green-pans-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@hyperlane-xyz/helloworld': minor
'@hyperlane-xyz/infra': minor
'@hyperlane-xyz/sdk': minor
'@hyperlane-xyz/core': minor
---

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.
8 changes: 8 additions & 0 deletions .changeset/lazy-guests-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@hyperlane-xyz/utils': minor
'@hyperlane-xyz/sdk': minor
---

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`.
6 changes: 6 additions & 0 deletions .changeset/modern-adults-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/sdk': patch
---

Add logos for plume to SDK
7 changes: 7 additions & 0 deletions .changeset/modern-dryers-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/cli': patch
'@hyperlane-xyz/sdk': patch
---

TestRecipient as part of core deployer
6 changes: 6 additions & 0 deletions .changeset/olive-starfishes-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/sdk': patch
---

Update viction validator set
5 changes: 5 additions & 0 deletions .changeset/orange-kangaroos-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

Minor fixes for SDK cosmos logos
5 changes: 5 additions & 0 deletions .changeset/short-boats-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': patch
---

Update CLI Warp route deployment output shape to new WarpCore config
5 changes: 5 additions & 0 deletions .changeset/tasty-eyes-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

Implement message id extraction for CosmWasmCoreAdapter
6 changes: 6 additions & 0 deletions .changeset/wild-horses-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/sdk': patch
---

Patch transfer ownership in hook deployer
19 changes: 3 additions & 16 deletions solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# @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

- @hyperlane-xyz/[email protected]

## 3.7.0

### Patch Changes
Expand All @@ -33,6 +17,9 @@
### Patch Changes

- e4e4f93fc: Support pausable ISM in deployer and checker
- Updated dependencies [3c298d064]
- Updated dependencies [df24eec8b]
- Updated dependencies [78e50e7da]
- @hyperlane-xyz/[email protected]

## 3.6.0
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.8.0",
"version": "3.7.0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "3.8.0",
"@hyperlane-xyz/utils": "3.7.0",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3"
},
Expand Down
3 changes: 0 additions & 3 deletions typescript/ccip-server/CHANGELOG.md

This file was deleted.

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.8.0",
"version": "0.0.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down
39 changes: 28 additions & 11 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @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
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 3.7.0

### Minor Changes
Expand All @@ -19,6 +10,11 @@
### Patch Changes

- ab17af5f7: Updating HyperlaneIgpDeployer to configure storage gas oracles as part of deployment
- Updated dependencies [6f464eaed]
- Updated dependencies [87151c62b]
- Updated dependencies [ab17af5f7]
- Updated dependencies [7b40232af]
- Updated dependencies [54aeb6420]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

Expand All @@ -34,14 +30,24 @@

### Patch Changes

- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- Updated dependencies [3c298d064]
- Updated dependencies [ae4476ad0]
- Updated dependencies [f3b7ddb69]
- Updated dependencies [df24eec8b]
- Updated dependencies [78e50e7da]
- Updated dependencies [e4e4f93fc]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 3.6.0

### Patch Changes

- 67a6d971e: Added `shouldRecover` flag to deployContractFromFactory so that the `TestRecipientDeployer` can deploy new contracts if it's not the owner of the prior deployments (We were recovering the SDK artifacts which meant the deployer won't be able to set the ISM as they needed)
- Updated dependencies [67a6d971e]
- Updated dependencies [612d4163a]
- Updated dependencies [0488ef31d]
- Updated dependencies [8d8ba3f7a]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

Expand All @@ -58,6 +64,9 @@
### Patch Changes

- 05a943b4a: Skip mandatory balance check for remotes in send commands"
- Updated dependencies [655b6a0cd]
- Updated dependencies [08ba0d32b]
- Updated dependencies [f7d285e3a]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

Expand All @@ -68,6 +77,11 @@
- e06fe0b32: Supporting DefaultFallbackRoutingIsm through non-factory deployments
- dcf8b800a: Fixes for commands with --yes flag
- 9c7dbcb94: Remove domainId and protocolType setting when creating chain config
- Updated dependencies [7919417ec]
- Updated dependencies [fd4fc1898]
- Updated dependencies [e06fe0b32]
- Updated dependencies [b832e57ae]
- Updated dependencies [79c96d718]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

Expand All @@ -88,6 +102,9 @@
- 9f2c7ce7c: Removing agentStartBlocks and using mailbox.deployedBlock() instead
- 9705079f9: Improve UX of the send and status commands
- c606b6a48: Add figlet to CLI
- Updated dependencies [7e620c9df]
- Updated dependencies [350175581]
- Updated dependencies [9f2c7ce7c]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

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.8.0",
"version": "3.7.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/sdk": "3.8.0",
"@hyperlane-xyz/utils": "3.8.0",
"@hyperlane-xyz/sdk": "3.7.0",
"@hyperlane-xyz/utils": "3.7.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.8.0';
export const VERSION = '3.7.0';
22 changes: 6 additions & 16 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
# @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 [3ff8eb3c3]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 3.7.0

### Patch Changes

- Updated dependencies [6f464eaed]
- Updated dependencies [87151c62b]
- Updated dependencies [ab17af5f7]
- Updated dependencies [7b40232af]
- Updated dependencies [54aeb6420]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
Expand All @@ -35,6 +23,8 @@

### Patch Changes

- Updated dependencies [ae4476ad0]
- Updated dependencies [f3b7ddb69]
- Updated dependencies [e4e4f93fc]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
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.8.0",
"version": "3.7.0",
"dependencies": {
"@hyperlane-xyz/core": "3.8.0",
"@hyperlane-xyz/sdk": "3.8.0",
"@hyperlane-xyz/core": "3.7.0",
"@hyperlane-xyz/sdk": "3.7.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},
Expand Down
34 changes: 11 additions & 23 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# @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
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]

## 3.7.0

### Minor Changes
Expand All @@ -33,6 +10,11 @@

- 87151c62b: Bumped injective reorg period
- ab17af5f7: Updating HyperlaneIgpDeployer to configure storage gas oracles as part of deployment
- Updated dependencies [6f464eaed]
- Updated dependencies [87151c62b]
- Updated dependencies [ab17af5f7]
- Updated dependencies [7b40232af]
- Updated dependencies [54aeb6420]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
Expand All @@ -51,6 +33,12 @@

- ae4476ad0: Bumped mantapacific reorgPeriod to 1, a reorg period in chain metadata is now required by infra.
- e4e4f93fc: Support pausable ISM in deployer and checker
- Updated dependencies [3c298d064]
- Updated dependencies [ae4476ad0]
- Updated dependencies [f3b7ddb69]
- Updated dependencies [df24eec8b]
- Updated dependencies [78e50e7da]
- Updated dependencies [e4e4f93fc]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
- @hyperlane-xyz/[email protected]
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.8.0",
"version": "3.7.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.8.0",
"@hyperlane-xyz/sdk": "3.8.0",
"@hyperlane-xyz/utils": "3.8.0",
"@hyperlane-xyz/helloworld": "3.7.0",
"@hyperlane-xyz/sdk": "3.7.0",
"@hyperlane-xyz/utils": "3.7.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
Expand Down
Loading
Loading