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 #369

Open
wants to merge 3 commits into
base: add-methodsto-sizeconstrainedcache
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 is based of of wasm-store-compile-target branch (revived) instead of master because the current main Timeboost PR's geth pin is pointing to this branch and we do this to be in sync with the main PR.

Corresponding nitro PR- OffchainLabs/nitro#2760
Part of NIT-2836

internal/ethapi/api.go Outdated Show resolved Hide resolved
@ganeshvanahalli ganeshvanahalli changed the base branch from wasm-store-compile-target to add-methodsto-sizeconstrainedcache November 14, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s CLA signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants