Skip to content

Feature/add authorization#23

Open
yongqjn wants to merge 5 commits into
erc-8183:mainfrom
okx:feature/add-authorization
Open

Feature/add authorization#23
yongqjn wants to merge 5 commits into
erc-8183:mainfrom
okx:feature/add-authorization

Conversation

@yongqjn
Copy link
Copy Markdown

@yongqjn yongqjn commented May 26, 2026

Adds EIP-712 meta-transactions to ERC8183 via a new extension contract: a relayer can execute the job lifecycle on behalf of a signer (the signer becomes the effective client/provider, not msg.sender).

ERC8183 is refactored so each lifecycle function has an internal _xxx(actor, …) core that the wrapper drives. Replay protection: per-signer bytes32 nonces + deadline; signatures verified with SignatureChecker (EOA + ERC-1271).

What each signature signs over 7 new typehashes include signer, nonce, deadline, plus the action-specific args

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