Skip to content

@hyperlane-xyz/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 18:32
· 230 commits to main since this release
b585de0

Minor Changes

  • 41035aa: Add strategyUrl detect and validation in the beginning of warp apply
    Remove yaml transactions print from warp apply
  • 2934195: Adds new core check command to compare local configuration and on chain deployments. Adds memoization to the EvmHookReader to avoid repeating configuration derivation
  • 32d0a67: Adds the warp check command to compare warp routes config files with on chain warp route deployments
  • 3662297: Add prompt in warp init command to choose if a trusted relayer should be used instead of making the choice by default for the user and enable the --yes flag to default to a trusted ISM
  • b1ff48b: Add rebasing yield route support into CLI/SDK
  • d41aa69: Add EthJsonRpcBlockParameterTag enum for validating reorgPeriod
  • c3e9268: Add support for an arbitrary string in reorgPeriod, which is used as a block tag to get the finalized block.
  • a4d5d69: Update warp apply such that it updates in place AND extends in a single call
  • 01e7070: updates the multi chain selection prompt by adding search functionality and an optional confirmation prompt for the current selection

Patch Changes