hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

feat: Update hedera-app to 0.54 introducing TransactionExecutors #9457

Closed kselveliev closed 5 days ago

kselveliev commented 5 days ago

Description:

This PR updates hedera-app to 0.54 introducing TransactionExecutors needed for the reusable services effort.

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@cefcf8b). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9457 +/- ## ======================================= Coverage ? 92.68% Complexity ? 6943 ======================================= Files ? 896 Lines ? 29575 Branches ? 3751 ======================================= Hits ? 27411 Misses ? 1399 Partials ? 765 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kselveliev commented 5 days ago

Closing as there is already a dependabot pr for this -> https://github.com/hashgraph/hedera-mirror-node/pull/9435