Skip to content

docs: add rundler_getUserOperationGasPrice api spec#1159

Open
jakehobbs wants to merge 1 commit intomainfrom
jake/rundler_getUserOperationGasPrice
Open

docs: add rundler_getUserOperationGasPrice api spec#1159
jakehobbs wants to merge 1 commit intomainfrom
jake/rundler_getUserOperationGasPrice

Conversation

@jakehobbs
Copy link
Contributor

Description

Related Issues

Changes Made

Testing

  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 25, 2026

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Mar 25, 2026, 10:54 PM

@github-actions
Copy link

🔍 Link Check

Status: ⏭️ Skipped (no content changes)

View workflow run

@jakehobbs jakehobbs marked this pull request as ready for review March 25, 2026 22:56
@jakehobbs jakehobbs requested a review from a team as a code owner March 25, 2026 22:56
@jakehobbs
Copy link
Contributor Author

This is not GA yet.

Method is gated behind a waffle flag.

Copy link

@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: 4d3b7c6b15

ℹ️ 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 on lines +176 to +180
baseFee: "0x165a0bc00"
blockNumber: "0x12a3b4c"
suggested:
maxPriorityFeePerGas: "0x746a5280"
maxFeePerGas: "0x1dcd65000"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align gas-price example with documented buffer calculation

The example values contradict the method description: maxFeePerGas is documented as “base fee with a 50% buffer plus suggested priority fee,” but with baseFee=0x165a0bc00 and maxPriorityFeePerGas=0x746a5280, the shown maxFeePerGas=0x1dcd65000 is much lower than that formula would produce. Because this is an API reference example, consumers who mirror these numbers can underprice user operations and see slower or failed inclusion.

Useful? React with 👍 / 👎.

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.

1 participant