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]
- Updated dependencies [aaabbad]
- @hyperlane-xyz/utils@25.0.0
- @hyperlane-xyz/sdk@25.0.0
- @hyperlane-xyz/core@10.1.5
- @hyperlane-xyz/metrics@0.1.3