Skip to content

Releases: hyperlane-xyz/hyperlane-monorepo

@hyperlane-xyz/[email protected]

06 Nov 19:43
f0e8f74
Compare
Choose a tag to compare

Major Changes

  • e3b97c4: Detangle assumption that chainId == domainId for EVM chains. Domain IDs and Chain Names are still unique, but chainId is no longer guaranteed to be a unique identifier. Domain ID is no longer an optional field and is now required for all chain metadata.

Minor Changes

  • 7b3b079: Support using apiKey for CoinGeckoTokenPriceGetter
  • 30d92c3: Add collateralChainName to Warp Reader. Partial refactor of fetchTokenConfig().

Patch Changes

@hyperlane-xyz/[email protected]

06 Nov 19:43
f0e8f74
Compare
Choose a tag to compare

Patch Changes

@hyperlane-xyz/[email protected]

06 Nov 19:43
f0e8f74
Compare
Choose a tag to compare

Patch Changes

@hyperlane-xyz/[email protected]

06 Nov 19:43
f0e8f74
Compare
Choose a tag to compare

Major Changes

  • e3b97c4: Detangle assumption that chainId == domainId for EVM chains. Domain IDs and Chain Names are still unique, but chainId is no longer guaranteed to be a unique identifier. Domain ID is no longer an optional field and is now required for all chain metadata.

Patch Changes

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Minor Changes

  • f438d44: Update widgets with components from explorer and warp ui

    • Add icons: Discord, Docs, Github, History, LinkedIn, Medium, Twitter, Wallet and Web
    • Add animation component: Fade component
    • Add components: DatetimeField and SelectField
    • New stories: IconList and Fade
    • Add "Icon" suffix for icons that did not have it

Patch Changes

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Patch Changes

  • e104cf6: Dedupe internals of hook and ISM module deploy code
  • 0410815: fix median utils func + add test
  • 39a9b20: Filter undefined/null values in invertKeysAndValues function

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Minor Changes

  • 469f2f3: Checking for sufficient fees in AbstractMessageIdAuthHook and refund surplus
  • d9505ab: Deploy to apechain, arbitrumnova, b3, fantom, gravity, harmony, kaia, morph, orderly, snaxchain, zeronetwork, zksync. Update default metadata in HyperlaneCore to 0x00001 to ensure empty metadata does not break on zksync.
  • 7e9e248: Add feat to allow updates to destination gas using warp apply
  • 4c0605d: Add optional proxy admin reuse in warp route deployments and admin proxy ownership transfer in warp apply
  • db91968: Update default validator sets. Throw in InterchainAccount.getOrDeployAccount if the origin router is the zero address.
  • db5875c: Add hyperlane warp verify to allow post-deployment verification.
  • 956ff75: Introduce utils that can be reused by the CLI and Infra for fetching token prices from Coingecko and gas prices from EVM/Cosmos chains.

Patch Changes

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Patch Changes

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Minor Changes

  • 469f2f3: Checking for sufficient fees in AbstractMessageIdAuthHook and refund surplus
  • f26453e: Added msg.value to preverifyMessage to commit it as part of external hook payload
  • 0640f83: disabled the ICARouter's ability to change hook given that the user doesn't expect the hook to change after they deploy their ICA account. Hook is not part of the derivation like ism on the destination chain and hence, cannot be configured custom by the user.
  • a82b4b4: Made processInboundMessage payable to send value via mailbox.process

Patch Changes

@hyperlane-xyz/[email protected]

05 Nov 15:02
0772863
Compare
Choose a tag to compare

Minor Changes

  • db0e735: re-enable space key for multiselect cli prompt
  • 7e9e248: Add feat to allow updates to destination gas using warp apply
  • 4c0605d: Add optional proxy admin reuse in warp route deployments and admin proxy ownership transfer in warp apply
  • db5875c: Add hyperlane warp verify to allow post-deployment verification.
  • 956ff75: Enable configuration of IGP hooks in the CLI

Patch Changes