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

feat(rpc): add blockTimestamp to Log #429

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

cairoeth
Copy link
Contributor

@cairoeth cairoeth commented Mar 30, 2024

Motivation

Fixes #422

Solution

Adds optional u64 blockTimestamp to Log.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

pedantic doc nit

crates/rpc-types/src/eth/log.rs Outdated Show resolved Hide resolved
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

could you please also include my commit from this branch:

https://github.com/alloy-rs/alloy/compare/matt/add-test?expand=1

I'm unable to to push here because this PR was opened from main

@cairoeth
Copy link
Contributor Author

could you please also include my commit from this branch:

https://github.com/alloy-rs/alloy/compare/matt/add-test?expand=1

I'm unable to to push here because this PR was opened from main

added

@mattsse mattsse merged commit 10a6f37 into alloy-rs:main Apr 1, 2024
18 checks passed
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.

[Feature] Add blockTimestamp field to Log type
2 participants