Skip to content

Releases: hyperlane-xyz/hyperlane-monorepo

SDK v1.5.3

03 Oct 20:52
Compare
Choose a tag to compare

1.5.3 includes minor fixes and warp route support for local LP fulfillment. 1.5.2 was skipped due to an issue while publishing.

What's Changed

New Contributors

Full Changelog: v1.5.1...v.1.5.3

SDK v1.5.1

13 Sep 20:14
7a5dce2
Compare
Choose a tag to compare

What's Changed

  • Add receive fn to HypNative and Scaled variant by @yorhodes in #2671
  • Finish migrating warp UI utils + adapters to SDK by @jmrossy in #2711

Full Changelog: v1.5.0...v1.5.1

SDK v1.5.0

04 Sep 20:10
Compare
Choose a tag to compare

v1.5.0 Brings some limited support for SDK tooling across multiple execution environments. For example, some new SDK classes can be used to interact with both EVM and Sealevel-based chains! See MultiProtocolProvider, MultiProtocolApp, MultiProtocolCore for details.

What's Changed since v1.4.1

New Contributors

Full Changelog: v1.4.1...v1.5.0

agents-2023-08-23

23 Aug 17:04
8127fa5
Compare
Choose a tag to compare

Docker Image

gcr.io/abacus-labs-dev/hyperlane-agent:8127fa5-20230823-161309

Change highlights

  • Initial support for Sealevel deployments
  • Scraper db insertion bugfix
  • Early changes to move to a new, backward-compatible agent config format

What's Changed

Full Changelog: agents-2023-07-25...agents-2023-08-23

agents-2023-07-25

25 Jul 18:52
8c59839
Compare
Choose a tag to compare

Docker Image

gcr.io/abacus-labs-dev/hyperlane-agent:ed7569d-20230725-171222

Change highlights

  • Added support for the following ISMs:
    • Aggregation ISM
    • Null Metadata ISM
    • CCIP Read ISM
  • Merged Sealevel feature branch

What's Changed

Full Changelog: agents-2023-06-14...agents-2023-07-25

SDK v1.4.1

12 Jul 16:38
Compare
Choose a tag to compare

What's Changed

  • No metadata relayer support for hooks by @aroralanuk in #2495
  • Deploys arbitrum timelock and fixes gnosis safe usage by @yorhodes in #2518
  • Solana metadata fixes by @jmrossy in #2515
  • Add support for new signed checkpoint types in verify-validators by @asaj in #2516

Full Changelog: v1.4.0...v1.4.1

SDK v1.4.0

11 Jul 19:21
5edf2ae
Compare
Choose a tag to compare

What's Changed from 1.3.7 to 1.4.0

Breaking Changes

  • The publicRpcUrls field in the ChainMetadata interface has been renamed to rpcUrls. See #2491

New Contributors

Full Changelog: v1.3.7...v1.4.0

SDK v1.3.7

04 Jul 21:16
7ff83bb
Compare
Choose a tag to compare

What's Changed from 1.3.4. to 1.3.7

New Contributors

Full Changelog: v1.3.4...v1.3.7

Agents June 14, 2023

25 May 19:41
497db63
Compare
Choose a tag to compare

Docker Image 1fff74e-20230614-005705

Change Highlights

Bug Fixes

  • Properly store gas payment expenditure data in agent rocks db by @asaj in #2268
  • Fix domain config unwrap bug by @mattiecnvr in #2133
  • Revert database prefix by @mattiecnvr in #2294
  • Fix bug in MessageSyncCursor rewind logic by @asaj in #2297
  • Add origin filter to relayer msg processor by @yorhodes in #2301
  • Gracefully handle inconsistent RPC providers in ForwardMessageSyncCursor by @asaj in #2302
  • Fix bug in postgres message coercion by @yorhodes in #2310
  • Do not spawn validator backwards pass if count is zero by @asaj in #2315
  • Fix AWS KMS Signer connection issues by @yorhodes in #2319
  • Block validator submitter on nonzero mailbox count by @yorhodes in #2341
  • Handle additional error case in retrying provider by @mattiecnvr in #2330
  • Fix BSC indexing start block by @asaj in #2375
  • Start scraper message_dispatch sync from high watermark by @asaj in #2377
  • Reduce hyper client pool idle timeout to 20s by @yorhodes in #2384
  • Prevent AWS KMS throttling in validator by @yorhodes in #2391

Other Changes

New Contributors

Full Changelog: agents-2023-04-14...agents-2023-06-14

SDK v1.3.4

03 May 22:49
Compare
Choose a tag to compare

Version 1.3.4 brings some improvements to Ethers.js providers usage in MultiProvider. See #2129 for details.

What's Changed

Breaking Changes:

  • Rename RpcPagination to RpcPaginationOptions
  • Rename providerBuilder to defaultProviderBuilder
  • Remove RetryProvider
  • Remove unused events functions, including getEvents, queryAnnotatedEvents, Annotated, and TSContract

Full Changelog: v1.3.3...v1.3.4