[docs-agent] Note paid-tier 1,000-per-sender parallel nonce limit on bundler FAQs - #1626
Open
alchemy-bot wants to merge 2 commits into
Open
alchemy-bot wants to merge 2 commits into
alchemy-bot wants to merge 2 commits into
Conversation
…bundler FAQs Add a sentence to the "What is the maximum number of supported parallel nonces?" answer on content/wallets/pages/bundler-api/bundler-faqs.mdx clarifying that paid Alchemy plans (pay-as-you-go, enterprise) enforce a per-sender parallel nonce limit of 1,000. Preserves the existing ERC-7562 default explanation (4 for unstaked senders, unlimited for staked senders). Refs DOCS-230 Requested-by: @caleighc
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 21b324394c
ℹ️ 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".
…ake-section wording Follow-up on codex P2 (#1626 (comment)) after Caleigh confirmed the per-sender parallel nonce limits in Slack: 4 for free-tier unstaked, 1,000 for paid-tier unstaked, effectively unlimited for staked senders (any tier). Rewrites the "What is the maximum number of supported parallel nonces?" answer as a 3-bullet rule so unstaked/staked and free/paid interactions are unambiguous. Also updates the "Minimum EntryPoint stake amount" section wording that hardcoded "exceed 4 parallel nonces" to reflect the paid-tier 1,000 cap. Refs DOCS-230 Requested-by: @caleighc
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.
Summary
Adds a one-liner to the bundler FAQs "What is the maximum number of supported parallel nonces?" answer explaining that paid Alchemy plans (pay-as-you-go, enterprise) enforce a per-sender parallel nonce limit of 1,000. The existing ERC-7562 default explanation (4 for unstaked / unlimited for staked) stays as-is so the free-tier default is still documented.
Diff
content/wallets/pages/bundler-api/bundler-faqs.mdxReviewer questions
The Slack ask ("specify the limit is 1,000 per sender for paid tier teams") does not spell out how the paid-tier 1,000 interacts with the existing ERC-7562 default text. Please confirm the intent so we can tighten if needed:
The current wording leaves it ambiguous on purpose. Happy to push a follow-up commit with more specific wording once confirmed, or land as-is if this level of detail is enough for the FAQ.
Also worth a sanity check: line 259 (in the "Minimum EntryPoint stake amount" section) still says "Accounts only need to stake if they wish to exceed 4 parallel nonces in the Bundler's mempool." If the paid-tier 1,000 also relaxes when staking is required, that sentence probably wants a paid-tier caveat too. Not touching it in this PR without confirmation.
Linear
DOCS-230 — Note paid-tier 1,000-per-sender parallel nonce limit on bundler FAQs
Requested by
@caleighc (via Slack thread)