-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @hyperlane-xyz/[email protected] ### Minor Changes - b6fdf2f: Implement XERC20 and FiatToken collateral warp routes - b63714e: Convert all public hyperlane npm packages from CJS to pure ESM ### Patch Changes - Updated dependencies [b63714e] - Updated dependencies [2b3f758] - Updated dependencies [af26342] - @hyperlane-xyz/[email protected] ## @hyperlane-xyz/[email protected] ### Minor Changes - f8b6ea4: 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. - b6fdf2f: Implement XERC20 and FiatToken collateral warp routes - aea79c6: Adds single-chain dry-run support for deploying warp routes & gas estimation for core and warp route dry-run deployments. - 917266d: Add --self-relay to CLI commands - b63714e: Convert all public hyperlane npm packages from CJS to pure ESM - 450e8e0: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client. - 3528b28: Restructure CLI params around registries - af26342: Introduces `hyperlane hook read` and `hyperlane ism read` commands for deriving onchain Hook/ISM configs from an address on a given chain. ### Patch Changes - 8246f14: Adds defaultDescription to yargs --key option. - Updated dependencies [811ecfb] - Updated dependencies [f8b6ea4] - Updated dependencies [d37cbab] - Updated dependencies [b6fdf2f] - Updated dependencies [a86a829] - Updated dependencies [2db77f1] - Updated dependencies [3a08e31] - Updated dependencies [917266d] - Updated dependencies [aab63d4] - Updated dependencies [2e43942] - Updated dependencies [b63714e] - Updated dependencies [3528b28] - Updated dependencies [450e8e0] - Updated dependencies [2b3f758] - Updated dependencies [af26342] - @hyperlane-xyz/[email protected] - @hyperlane-xyz/[email protected] ## @hyperlane-xyz/[email protected] ### Minor Changes - b63714e: Convert all public hyperlane npm packages from CJS to pure ESM ### Patch Changes - Updated dependencies [811ecfb] - Updated dependencies [f8b6ea4] - Updated dependencies [d37cbab] - Updated dependencies [b6fdf2f] - Updated dependencies [a86a829] - Updated dependencies [2db77f1] - Updated dependencies [3a08e31] - Updated dependencies [917266d] - Updated dependencies [aab63d4] - Updated dependencies [2e43942] - Updated dependencies [b63714e] - Updated dependencies [3528b28] - Updated dependencies [450e8e0] - Updated dependencies [af26342] - @hyperlane-xyz/[email protected] - @hyperlane-xyz/[email protected] ## @hyperlane-xyz/[email protected] ### Minor Changes - 811ecfb: Add EvmCoreReader, minor updates. - f8b6ea4: 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. - d37cbab: Adds modular transaction submission support for SDK clients, e.g. CLI. - b6fdf2f: Implement XERC20 and FiatToken collateral warp routes - 2db77f1: Added RPC `concurrency` property to `ChainMetadata`. Added `CrudModule` abstraction and related types. Removed `Fuel` ProtocolType. - 3a08e31: Add EvmERC20WarpRouterReader to derive WarpConfig from TokenRouter address - 917266d: Add --self-relay to CLI commands - aab63d4: Adding ICA for governance - b63714e: Convert all public hyperlane npm packages from CJS to pure ESM - 3528b28: Remove consts such as chainMetadata from SDK - 450e8e0: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client. - af26342: Moved Hook/ISM config stringify into a general object stringify utility. ### Patch Changes - a86a829: Removes Gnosis safe util from infra in favor of SDK - 2e43942: Allow gasLimit overrides in the SDK/CLI for deploy txs - Updated dependencies [b6fdf2f] - Updated dependencies [b63714e] - Updated dependencies [2b3f758] - Updated dependencies [af26342] - @hyperlane-xyz/[email protected] - @hyperlane-xyz/[email protected] ## @hyperlane-xyz/[email protected] ### Minor Changes - b63714e: Convert all public hyperlane npm packages from CJS to pure ESM - af26342: Moved Hook/ISM config stringify into a general object stringify utility. ### Patch Changes - 2b3f758: Add objLength and isObjEmpty utils ## @hyperlane-xyz/[email protected] ### Minor Changes - af26342: Moved Hook/ISM reading into CLI. ### Patch Changes - a86a829: Removes Gnosis safe util from infra in favor of SDK - Updated dependencies [811ecfb] - Updated dependencies [f8b6ea4] - Updated dependencies [d37cbab] - Updated dependencies [b6fdf2f] - Updated dependencies [a86a829] - Updated dependencies [2db77f1] - Updated dependencies [3a08e31] - Updated dependencies [917266d] - Updated dependencies [aab63d4] - Updated dependencies [2e43942] - Updated dependencies [b63714e] - Updated dependencies [3528b28] - Updated dependencies [450e8e0] - Updated dependencies [2b3f758] - Updated dependencies [af26342] - @hyperlane-xyz/[email protected] - @hyperlane-xyz/[email protected] - @hyperlane-xyz/[email protected] ## @hyperlane-xyz/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '3.10.0'; | ||
export const VERSION = '3.11.0'; |