Skip to content

relayer: update client bindings#346

Merged
pkieltyka merged 1 commit intomasterfrom
update-relayer-client-bindings
Mar 13, 2026
Merged

relayer: update client bindings#346
pkieltyka merged 1 commit intomasterfrom
update-relayer-client-bindings

Conversation

@pkieltyka
Copy link
Member

No description provided.

@pkieltyka pkieltyka merged commit ea7f9e0 into master Mar 13, 2026
2 checks passed
@pkieltyka pkieltyka deleted the update-relayer-client-bindings branch March 13, 2026 17:29
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment on lines +82 to +84
StartSender(ctx context.Context, sender int) error
StopSender(ctx context.Context, sender int) error
ResetSender(ctx context.Context, sender int) (uint64, error)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant