Patch Changes
- 52ce778: A
LazyAsynchelper was added to@hyperlane-xyz/utilsfor safe, deduplicated async initialization. It replaces the scattered pattern ofif (!cached) { cached = await init(); } return cachedwith an approach that deduplicates concurrent callers, clears state on errors to allow retries, and supports reset capability. Consumer packages were migrated to use this utility. - Updated dependencies [52ce778]
- @hyperlane-xyz/utils@25.0.0
- @hyperlane-xyz/provider-sdk@1.3.1
- @hyperlane-xyz/cosmos-types@25.0.0