Trevor Porter
Trevor Porter
Note this should be built out in a **protocol agnostic** manner, but we expect to only implement chain interactions (view calls, etc) for EVM for now. In the SDK: -...
## Problem We have a bunch of warp route deployment artifacts in infra https://github.com/hyperlane-xyz/hyperlane-monorepo/tree/main/typescript/infra/config/environments/mainnet3/warp. These are used by warp route monitoring and to configure the relayers with extra monitoring info...
## Problem See here for full context and design: https://www.notion.so/hyperlanexyz/Hybrid-HaaS-67195982e71b42de92bc83038498583a?pvs=4#a3831e1497b249028ae6bca6a70994a1 Atm, agent config generation lives in a few different places and is used in a few different ways - we...
## Problem Validator checkpoints may be reused when building metadata (it's unclear how often we get the same checkpoint indices though? we should figure this out before spending time here)...
## Problem ISMs tend to be pretty static, we can afford to cache ISM configurations for a given address ## Solution To have fewer RPCs when building metadata, cache ISM...
Blocked by: - https://github.com/hyperlane-xyz/issues/issues/1152 Scope: - Implement a command for the case of applying an ISM: `hyperlane ism deploy` - CLI args: - `--config ` - A path to the...
Blocked by: - https://github.com/hyperlane-xyz/issues/issues/1153 Scope: - Implement a command for the use case of applying a hook config: `hyperlane hook apply` - CLI args: - `--config ` - A path...
- [ ] Move `hyperlane config create warp` to `hyperlane warp config create` - [ ] Move `hyperlane config validate warp` to `hyperlane warp config validate` - [ ] Create...
- [ ] Move `hyperlane config create ism` to `hyperlane ism config create` - [ ] Move `hyperlane config validate ism` to `hyperlane ism config validate` - [ ] Create...
Note that atm, config management in the CLI's "core config" is a mix of the chain config, ism config (migration tracked here https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3536), and hook config (migration tracked here https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3534)....