[codex] add multisig relay handling - #613
Closed
gakonst wants to merge 9 commits into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Contributor
|
Contributor
|
tmm
reviewed
Jun 5, 2026
gakonst
force-pushed
the
codex/native-multisig-relay
branch
from
June 5, 2026 15:20
f1867ca to
a379e98
Compare
Member
|
closing in favor of #624 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds native multisig support to
Handler.relaybehind a newmultisigoption.eth_sendRawTransactionandeth_sendRawTransactionSyncsubmissions.MultisigConfig.getSignPayloadwhile quorum is pending.eth_getTransactionByHashandeth_getTransactionReceiptpolling. Pending receipts returnnull; after quorum the relay proxies to the real submitted hash and clears the alias once a receipt exists.resolveConfigoutput against the multisig account and genesis config id, and reuses the stored bootstrap config for later approvals that omitinit.0x78) using viem/ox constants instead of hardcoded transaction prefixes.feePayer: finalized multisig transactions can be fee-payer signed at quorum, including sponsor/default fee-token preservation.VITE_NODE_TAGfor localnet testing while preserving Docker tag/HTTP URL support.Validation
pnpm checkpnpm exec tsc -b --noEmitpnpm test src/core/Client.test.ts src/server/internal/handlers/relay.test.tsVITE_NODE_TAG=/Users/georgios/github/tempoxyz/tempo/target/debug/tempo VITE_RPC_PORT=18645 pnpm test src/server/internal/handlers/relay.localnet.test.ts(54 passed)Localnet note
The Tempo Docker images tested locally (
ghcr.io/tempoxyz/tempo:sha-3da8342andlatest) are amd64-only, and prool/testcontainers forceslinux/x86_64. On this Apple Silicon machine they fail before RPC startup with MDBXfailed to open the database: Operation not supported (95). The localnet validation above used the native Tempo PR 5178 binary at commit3da83424774c714f1d20ffa1962a3531d0dd06d2.