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

Update Besu to 23.10.0 - cherry pick #9199

Merged
merged 6 commits into from Oct 12, 2023
Merged

Update Besu to 23.10.0 - cherry pick #9199

merged 6 commits into from Oct 12, 2023

Conversation

lukelee-sl
Copy link
Member

Description:
Cherry pick update of the Besu library to version 23.10.0

shemnon and others added 4 commits October 11, 2023 09:23
Upgrades besu to current version.
Major change is the removal of EvmAccount (migrating to MutableAccount)
and reduced wrapping of accounts in general.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Node: E2E Test Results

    1 files      1 suites   18m 49s ⏱️
310 tests 310 ✔️ 0 💤 0
328 runs  328 ✔️ 0 💤 0

Results for commit 6fc4859.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Node: Unit Test Results

    2 220 files      2 220 suites   1h 23m 48s ⏱️
118 012 tests 117 978 ✔️ 34 💤 0
126 310 runs  126 276 ✔️ 34 💤 0

Results for commit 6fc4859.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (008f53f) 65.27% compared to head (6fc4859) 65.25%.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/0.43    #9199      +/-   ##
==================================================
- Coverage           65.27%   65.25%   -0.02%     
+ Complexity          29222    29212      -10     
==================================================
  Files                3221     3221              
  Lines              122393   122383      -10     
  Branches            12525    12525              
==================================================
- Hits                79887    79860      -27     
- Misses              39549    39567      +18     
+ Partials             2957     2956       -1     
Files Coverage Δ
.../evm/contracts/execution/HederaEvmTxProcessor.java 89.61% <ø> (ø)
...perations/AbstractEvmRecordingCreateOperation.java 100.00% <100.00%> (ø)
...ono/contracts/operation/HederaSStoreOperation.java 93.93% <100.00%> (-6.07%) ⬇️
...no/store/contracts/AbstractLedgerWorldUpdater.java 98.38% <100.00%> (-1.62%) ⬇️
...tore/contracts/HederaStackedWorldStateUpdater.java 100.00% <100.00%> (ø)
...ntracts/precompile/impl/TokenCreatePrecompile.java 97.12% <100.00%> (-0.02%) ⬇️
...exec/operations/AbstractCustomCreateOperation.java 100.00% <100.00%> (ø)
...ec/processors/CustomContractCreationProcessor.java 100.00% <100.00%> (ø)
...contract/impl/state/AbstractMutableEvmAccount.java 100.00% <100.00%> (ø)
.../contract/impl/state/DispatchingEvmFrameState.java 94.89% <ø> (ø)
... and 6 more

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Node: HAPI Test Results

1 187 tests   381 ✔️  25m 54s ⏱️
   161 suites  806 💤
   161 files        0

Results for commit 6fc4859.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Node: Integration Test Results

278 tests   278 ✔️  32m 27s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit 6fc4859.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM!

@sonarcloud
Copy link

sonarcloud bot commented Oct 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Nana-EC Nana-EC merged commit 1438a8f into release/0.43 Oct 12, 2023
14 of 22 checks passed
@Nana-EC Nana-EC deleted the cherry-pick-9168 branch October 12, 2023 04:13
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.

None yet

6 participants