Skip to content

fix: null out the Code params in Boneville#25157

Open
stoyanov-st wants to merge 1 commit intofeature/hedera-evm-pectra-supportfrom
besu-update-bonevvile-fix
Open

fix: null out the Code params in Boneville#25157
stoyanov-st wants to merge 1 commit intofeature/hedera-evm-pectra-supportfrom
besu-update-bonevvile-fix

Conversation

@stoyanov-st
Copy link
Copy Markdown
Contributor

@stoyanov-st stoyanov-st commented Apr 28, 2026

Description:
Fix after merging Boneville into Pectra branch

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
@stoyanov-st stoyanov-st added this to the v0.75 milestone Apr 28, 2026
@stoyanov-st stoyanov-st self-assigned this Apr 28, 2026
@stoyanov-st stoyanov-st requested review from a team and tinker-michaelj as code owners April 28, 2026 15:38
@lfdt-bot
Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 28, 2026

Not up to standards ⛔

🔴 Issues 1 minor

Alerts:
⚠ 1 issue (≤ 0 issues of at least minor severity)

Results:
1 new issue

Category Results
Documentation 1 minor

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

🟢 Coverage 0.00% diff coverage

Metric Results
Coverage variation Report missing for 5cbebb31
Diff coverage 0.00% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5cbebb3) Report Missing Report Missing Report Missing
Head commit (7a5a8de) 100224 78945 78.77%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#25157) 2 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...e/app/service/contract/impl/bonneville/CodeV2.java 0.00% 2 Missing ⚠️

Impacted file tree graph

@@                         Coverage Diff                          @@
##             feature/hedera-evm-pectra-support   #25157   +/-   ##
====================================================================
  Coverage                                     ?   74.93%           
  Complexity                                   ?    11934           
====================================================================
  Files                                        ?     2586           
  Lines                                        ?   100321           
  Branches                                     ?    11066           
====================================================================
  Hits                                         ?    75177           
  Misses                                       ?    21328           
  Partials                                     ?     3816           
Files with missing lines Coverage Δ Complexity Δ
...e/app/service/contract/impl/bonneville/CodeV2.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown

Flaky Test(s) Detected

One or more flaky tests were detected in this run. These tests have been reported before.

Test Ticket
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#callToNonExtantLongZeroAddressUsesTargetedAddress #25146
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#hollowCreationFailsCleanly #25147
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#repeatedCreate2FailsWithInterpretableActionSidecars #25148
com.hedera.services.bdd.suites.validation.ConcurrentSubprocessValidationTest#validateLogsAndStreams #25113

@github-actions
Copy link
Copy Markdown

Flaky Test(s) Detected

One or more flaky tests were detected in this run. These tests have been reported before.

Test Ticket
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#callToNonExtantLongZeroAddressUsesTargetedAddress #25146
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#hollowCreationFailsCleanly #25147
com.hedera.services.bdd.suites.contract.hapi.ContractCallSuite#repeatedCreate2FailsWithInterpretableActionSidecars #25148
com.hedera.services.bdd.suites.validation.ConcurrentSubprocessValidationTest#validateLogsAndStreams #25113

Copy link
Copy Markdown
Contributor

@gkozyryatskyy gkozyryatskyy left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

3 participants