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

Add a boolean field to tx receipt object indicating if the tx was timeboosted #2760

Open
wants to merge 2 commits into
base: bulk-blockmetadata-api
Choose a base branch
from

Conversation

ganeshvanahalli
Copy link
Contributor

@ganeshvanahalli ganeshvanahalli commented Oct 29, 2024

This PR introduces a new field to the receipts object/s returned by eth_getTransactionReceipt and eth_getBlockReceipts, indicating whether a transaction was timeboosted or not. This field is a boolean named as timeboosted.

The PR also moves definition of BlockMetadata type from nitro side to the geth side to make it universally useful.

Pulls in geth PR- OffchainLabs/go-ethereum#369
Resolves NIT-2836

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Oct 29, 2024
@ganeshvanahalli ganeshvanahalli marked this pull request as ready for review October 29, 2024 15:22
Copy link
Member

@Tristan-Wilson Tristan-Wilson left a comment

Choose a reason for hiding this comment

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

LGTM, one comment on the geth PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants