Skip to content

feat(rpc-types-eth): add optional timestamp field to Transaction#3606

Merged
onbjerg merged 1 commit intomainfrom
feat/transaction-timestamp
Jan 29, 2026
Merged

feat(rpc-types-eth): add optional timestamp field to Transaction#3606
onbjerg merged 1 commit intomainfrom
feat/transaction-timestamp

Conversation

@mattsse
Copy link
Member

@mattsse mattsse commented Jan 26, 2026

Adds an optional timestamp field to the RPC Transaction struct to include the block timestamp when the transaction was mined.

This field is useful for applications that need to know when a transaction was included in a block without making an additional RPC call to fetch block information.

Related: ethereum/execution-apis#729

@mattsse mattsse force-pushed the feat/transaction-timestamp branch 2 times, most recently from 9f9513d to d0b0983 Compare January 26, 2026 21:09
Adds an optional `blockTimestamp` field to the RPC `Transaction` struct and
`TransactionInfo` to include the block timestamp when the transaction was mined.

Related: ethereum/execution-apis#729
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019bfc1a-6448-779a-b74a-8b8e53a73680
@mattsse mattsse force-pushed the feat/transaction-timestamp branch from d0b0983 to 1401ffc Compare January 26, 2026 21:35
@mattsse mattsse added the blocked This cannot move forward until something else changes label Jan 26, 2026
@github-project-automation github-project-automation bot moved this to Reviewed in Alloy Jan 29, 2026
@onbjerg onbjerg merged commit 9f8578d into main Jan 29, 2026
30 checks passed
@onbjerg onbjerg deleted the feat/transaction-timestamp branch January 29, 2026 16:20
@github-project-automation github-project-automation bot moved this from Reviewed to Done in Alloy Jan 29, 2026
mattsse added a commit that referenced this pull request Feb 3, 2026
mattsse added a commit that referenced this pull request Feb 3, 2026
…ion" (#3638)

Revert "feat(rpc-types-eth): add optional timestamp field to Transaction (#3606)"

This reverts commit 9f8578d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked This cannot move forward until something else changes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants