Skip to content
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

Keep response codes and revert metadata #17

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ components:
description: Unix timestamp of block in milliseconds.
example: 1588598533000
prev_randao:
type: integer
format: uint64
type: string
format: hex
pattern: "^0x([0-9a-fA-F]{2})*$"
sandhilt marked this conversation as resolved.
Show resolved Hide resolved
description: The latest RANDAO mix of the post beacon state of the previous block.
example: 1588598533000
Copy link
Contributor

@guidanoli guidanoli Jun 18, 2024

Choose a reason for hiding this comment

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

The example should be compatible with the property type, format, and pattern.
How about the PREVRANDAO value of the post-Merge Ethereum block?

"0xa86c2e601b6c44eb4848f7d23d9df3113fbcac42041c49cbed5000cb4f118777"

required:
Expand Down