Skip to content

relayer: update client bindings to 0xsequence/relayer@0b3c169#359

Merged
attente merged 1 commit into
masterfrom
marino39/bump-relayer-proto
May 19, 2026
Merged

relayer: update client bindings to 0xsequence/relayer@0b3c169#359
attente merged 1 commit into
masterfrom
marino39/bump-relayer-proto

Conversation

@marino39
Copy link
Copy Markdown
Contributor

Summary

  • Regenerate relayer/proto/relayer.gen.go and lib/mock/relayer.mock.go from 0xsequence/relayer@master (commit 0b3c169).
  • Upstream changed GetMetaTxnReceipt to return (*MetaTxnReceipt, bool, error) — the new bool is metaTxnEnqueued. Discard the bool in relayer/relayer.go to preserve current wait-loop behavior.
  • No new wrapper helpers; new upstream RPCs remain reachable via the embedded proto.RelayerClient.

Test Plan

  • go build ./... passes
  • go vet ./... clean (pre-existing lib/compressor/cbuffer.go warning unrelated)
  • go test ./relayer/... ./lib/mock/... passes
  • go generate ./lib/mock is idempotent
  • var _ sequence.Relayer = &Client{} static assertion still compiles

Follow-up

metaTxnEnqueued is currently discarded at relayer/relayer.go:387. The existing "this is a hack, we should use proper error codes when we upgrade webrpc version" comment can now be addressed by using the new flag — left for a separate change to keep this bump behavior-neutral.

Copy link
Copy Markdown

@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: faee6c5a6d

ℹ️ 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 thread relayer/relayer.go
@attente attente merged commit 904fe89 into master May 19, 2026
6 checks passed
@attente attente deleted the marino39/bump-relayer-proto branch May 19, 2026 14:06
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.

2 participants