Skip to content

Document eth_simulateV1 #1803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

alexandratran
Copy link
Contributor

@alexandratran alexandratran commented Apr 23, 2025

Description

Add reference docs for eth_simulateV1.

Issue(s) fixed

Fixes #1798

Preview

https://besu-docs-alavf7n8l-hyperledger.vercel.app/public-networks/reference/api#eth_simulatev1

@alexandratran alexandratran requested a review from a team as a code owner April 23, 2025 18:32
Copy link

vercel bot commented Apr 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
besu-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2025 6:33pm

Copy link
Contributor

@Gabriel-Trintinalia Gabriel-Trintinalia left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@bgravenorst bgravenorst left a comment

Choose a reason for hiding this comment

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

minor suggestions


- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block number,
block hash, or one of the string tags `latest`, `earliest`, `pending`, `finalized`, or `safe`, as
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter)
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter).

Comment on lines +6094 to +6095
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, `eth_simulateV1` returns full transaction
objects. If `false`, `eth_simulateV1` returns only hashes. The default is `false`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, `eth_simulateV1` returns full transaction
objects. If `false`, `eth_simulateV1` returns only hashes. The default is `false`.
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, returns full transaction
objects. If `false`, returns only hashes. The default is `false`.

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.

Document eth_simulateV1
3 participants