Trevor Porter

Results 98 issues of 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: -...

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...

agent
CLI
CI
hybrid-haas

## 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)...

relayer

## 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...

relayer

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...

CLI

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...

CLI

- [ ] Move `hyperlane config create warp` to `hyperlane warp config create` - [ ] Move `hyperlane config validate warp` to `hyperlane warp config validate` - [ ] Create...

CLI

- [ ] Move `hyperlane config create ism` to `hyperlane ism config create` - [ ] Move `hyperlane config validate ism` to `hyperlane ism config validate` - [ ] Create...

CLI

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)....

CLI