Skip to content

Conversation

@macfarla
Copy link
Contributor

@macfarla macfarla commented Oct 7, 2025

Signed-off-by: Sally MacFarlane macfarla.github@gmail.com

PR description

Add blockTimestamp field to log result for RPC

Fixed Issue(s)

Fixes #9276
Fixes 4 hive tests for eth_getLogs

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests
  • hive tests: Engine or other RPCs modified?

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
@macfarla
Copy link
Contributor Author

macfarla commented Oct 7, 2025

before this PR: 108 rpc_compat hive tests failing

with this PR:

Oct  7 14:17:09.348 INF simulation ethereum/rpc-compat finished suites=1 tests=190 failed=104
104 tests failed

@macfarla macfarla enabled auto-merge (squash) October 7, 2025 20:07
@macfarla macfarla merged commit f8b87bf into hyperledger:main Oct 7, 2025
46 checks passed
jflo pushed a commit to jflo/besu that referenced this pull request Oct 13, 2025
* add blockTimestamp to LogResult

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: jflo <justin+github@florentine.us>
@macfarla macfarla deleted the block-timestamp-on-eth-get-logs branch October 14, 2025 00:07
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.

add blockTimestamp to eth_getLogs result

2 participants