Yorke Rhodes

Results 56 issues of Yorke Rhodes

### Description - implement `HyperlaneRelayer` as a wrapper around `HyperlaneCore` - add relaying to CLI status command - add infra script relay for an environment ### Drive-by changes ### Related...

## Problem Static analysis job fails due to import resolution errors. ## Solution See https://x.com/0xalpharush/status/1777718225947521121

bug
good first issue
protocol
CI

## Problem The current interactive CLI commands do not validate the input data upon user input. Instead, the user provides all of the required fields and then the CLI command...

good first issue
dx
CLI
product

Blocked by: - https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3578 Instead of removing CoreDeployer, we will maintain but eventually deprecate ## create(): - borrow CoreDeployer deploy proxied contract(mailbox), validator announce, test recipient - also deploy ISM...

sdk

## Problem There are (accidentally) 2 versions of the Routing ISM Config schemas, one in the SDK and one in the CLI. The types are incompatible. ## Solution We should...

bug
sdk
CLI

- edit owner in core config file generated by `hyperlane core config` - run `hyperlane core apply` with config

CLI

```[tasklist] ### Tasks - [ ] chain id/domain id should be derived from RPC URL - [ ] interactively prompt (somehow censor in the terminal?) for key flag and instead...

permissionless
CLI

### Description - Depends on https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3753 ### Drive-by changes ### Related issues ### Backward compatibility ### Testing

## Problem The SDK module readers are littered with `try/catch` to distinguish between contracts which share similar but different interfaces. This causes false positive errors and is a hack in...

sdk
protocol

## Problem In order to derive warp route config from onchain, we have to `try catch` several function calls to detect *which* TokenType the contract implements before proceeding with the...

warp-route
sdk
protocol