Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3a3674cdf4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| StartSender(ctx context.Context, sender int) error | ||
| StopSender(ctx context.Context, sender int) error | ||
| ResetSender(ctx context.Context, sender int) (uint64, error) |
There was a problem hiding this comment.
Regenerate mock for newly added RelayerClient methods
Adding these methods to RelayerClient without adding counterparts in lib/mock/relayer.mock.go means *mock.Relayer no longer satisfies proto.RelayerClient (it is now missing methods like FeeOptionsWithBridgeGas, StartSender, and the ecosystem gas-sponsor methods), so any consumer that passes this mock where a RelayerClient is required will fail to compile after this change.
Useful? React with 👍 / 👎.
No description provided.