docs(erc-4337): document auth headers and Openfort bundler/paymaster setup - #207
docs(erc-4337): document auth headers and Openfort bundler/paymaster setup#207joalavedra wants to merge 2 commits into
Conversation
… setup Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ihsraham
left a comment
There was a problem hiding this comment.
The setup reads clearly. I left two comments on release timing and keeping the limitation wording durable.
| } | ||
| ``` | ||
|
|
||
| ### Bundler Headers |
There was a problem hiding this comment.
The new configuration is useful. Let's keep this change in draft until we release the ERC-4337 package version containing bundlerHeaders and paymasterHeaders, then verify the examples against that released version before moving it forward.
There was a problem hiding this comment.
Converted to draft — will verify the examples against the released package version once the ERC-4337 release containing bundlerHeaders/paymasterHeaders ships, then mark ready.
| ``` | ||
|
|
||
| <Callout type="warn"> | ||
| The account's EntryPoint version must match the version the provider's bundler serves. This module currently creates accounts on EntryPoint v0.7; a provider that only serves other versions (e.g. v0.6/v0.8/v0.9) rejects the operation with `-32602 Unsupported EntryPoint`. Confirm your provider serves v0.7, or track [making the EntryPoint version configurable](https://github.com/tetherto/wdk-wallet-evm-erc-4337/issues/112). |
There was a problem hiding this comment.
Wouldn't it be better to state the EntryPoint v0.7 limitation directly and leave out the tracking-issue instruction? The limitation belongs in the docs, while issue status can change independently.
There was a problem hiding this comment.
Agreed — the callout now states the v0.7 limitation directly and the tracking-issue pointer is gone (ff6a950).
Per review: keep the limitation in the docs and drop the tracking-issue pointer, whose status can change independently. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
Documents the
bundlerHeadersandpaymasterHeadersconfig options on thewallet-evm-erc-4337Configuration page, and adds an "Authenticated Bundlers and Paymasters" section with an Openfort
example.
chain, publishable key as a bearer token, sponsorship via a gas policy).
bundler serves.
Context
Pairs with the module change that adds these options:
The EntryPoint note references tetherto/wdk-wallet-evm-erc-4337#112.