Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 17:46
· 214 commits to main since this release
d6ede78

@hyperlane-xyz/utils

Major Changes

  • 488f949: Upgrade CosmJS libs to 0.32.4

Minor Changes

  • 388d255: Added HyperlaneRelayer for relaying messages from the CLI
  • dfa9087: set the errorMessage argument as required for assert util function

Patch Changes

  • 1474865: Replace configDeepEquals with improve deepEquals

@hyperlane-xyz/core

Patch Changes

  • 90598ad: Removed outbox as param for ArbL2ToL1Ism

@hyperlane-xyz/sdk

Major Changes

  • 488f949: Upgrade CosmJS libs to 0.32.4

Minor Changes

  • 2c0ae3c: Deploy to connextsepolia + superpositiontestnet
  • 0dedbf5: Deploy to endurance, fusemainnet, zoramainnet
  • 388d255: Added HyperlaneRelayer for relaying messages from the CLI
  • 4907b51: Add logic to parse SmartProvider errors to handle ethers and smart provider errors
  • c7f5a35: Add hyperlane core apply with update default Ism
  • f83b492: - Enable updating of hooks through the EvmHookModule, including IGP and gas oracles.
  • 7974075: Add enroll remote router to WarpModule
  • 8533f9e: Adds transferOwnership to warp update to allow ownership to be transferred if the onchain owner differ
  • ed65556: Improve WarpCore validation error message for IGP fee checks
  • cfb890d: Remove outdated logos in SDK (now in registry)
  • 7089994: Adds hyperlane warp apply
  • 5529d98: Add hyperlane core apply with update ownership
  • 62d71fa: Add hyperlane warp update to extend a warp config
  • 49986aa: Add collateralAddressOrDenom for collateralVault
  • 8e942d3: Deploy to cheesechain, worldchain, xlayer

Patch Changes

  • 69a39da: Fix issue with cosmos tx estimation
  • 7265a40: Add rpcUrl, chainId, and method(params) to smart provider logging.
  • 0a40dcb: Update cosmos chain schema
  • ab827a3: Remove inaccurate contract verification check
  • dfa9087: Add error message for all calls to assert util
  • ed63e04: Creates HyperlaneReader to re-use dyn provider log level
  • 5aa2461: Add isInitialized check before initializing implementation contract
  • 7fdd395: Adds logic to prune and minify build artifacts to address 'entity size too large' error thrown from explorers
  • fef6296: ContractVerifier now adjusts timeouts based on explorer family, which helps with many rate-limiting
  • be4617b: Handle subdirectories for the folder in S3Validator class

@hyperlane-xyz/cli

Major Changes

  • f1d70a5: refactor: select chain now become 2 step, select mainnet/testnet type first, then select chain

Minor Changes

  • 388d255: Added HyperlaneRelayer for relaying messages from the CLI
  • d0f7f21: Fix logging for hyperlane core apply
  • d00f2ff: Displays formatted deployment plan to confirm warp deploy.
  • 4025557: Adds blockExplorers option on registry init.
  • 7089994: Adds hyperlane warp apply
  • 0e1a80e: Improve chain metadata and address fetching from github registries
  • 5529d98: Add hyperlane core apply with update ownership
  • 62d71fa: Add hyperlane warp update to extend a warp config
  • 49986aa: Add collateralAddressOrDenom for collateralVault
  • ded5718: Update hyperlane core read to log the config terminal "preview", only if the number of lines is < 250
  • 5125b79: Prompt for chain testnet/mainnet during chain definition flow
  • bb470ae: Add 'submit' command to CLI.

Patch Changes

  • 80ac5d2: Display token symbol when balance is insufficient for command
  • 6341edf: fix: use merkle tree hook address from registry for self relay hook derivations
  • c539775: Default to mailbox address in registry
  • c2a2897: Update CLI verbiage to ask for vault and not token when initiating collateralVault warp route

@hyperlane-xyz/widgets

Minor Changes

  • 98eb680: Migrate hyperlane widgets lib to monorepo

@hyperlane-xyz/helloworld

Patch Changes