Skip to content

Conversation

@fab-10
Copy link
Contributor

@fab-10 fab-10 commented Oct 9, 2025

PR description

Fixed Issue(s)

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?

That way selectors could check if the block creation has been cancelled or in timeout

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 force-pushed the add-is-cancelled-to-tx-evaluation-context branch 2 times, most recently from 065ca91 to f91dad7 Compare October 9, 2025 15:39
@fab-10 fab-10 changed the title WIP Add isCancelled method to TransactionEvaluationContext Oct 9, 2025
@fab-10 fab-10 marked this pull request as ready for review October 9, 2025 17:02
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

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

nice tests

fab-10 and others added 2 commits October 10, 2025 10:23
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 enabled auto-merge (squash) October 10, 2025 08:23
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 merged commit 84668d4 into hyperledger:main Oct 10, 2025
46 checks passed
jflo pushed a commit to jflo/besu that referenced this pull request Oct 13, 2025
…er#9285)

* Add `isCancelled` method to `TransactionEvaluationContext`

That way selectors could check if the block creation has been cancelled or in timeout

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Apply suggestion from @macfarla

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

---------

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
jflo pushed a commit to jflo/besu that referenced this pull request Oct 13, 2025
…er#9285)

* Add `isCancelled` method to `TransactionEvaluationContext`

That way selectors could check if the block creation has been cancelled or in timeout

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* Apply suggestion from @macfarla

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

---------

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: jflo <justin+github@florentine.us>
@fab-10 fab-10 deleted the add-is-cancelled-to-tx-evaluation-context branch October 17, 2025 13:10
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.

2 participants