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

Use express body parsers #9341

Closed steven-sheehy closed 2 weeks ago

steven-sheehy commented 2 weeks ago

Description:

Use the built-in express body parsers instead of the deprecated body-parser library

Related issue(s):

Notes for reviewer:

Checklist

sonarcloud[bot] commented 2 weeks 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 2 weeks ago

Codecov Report

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

Project coverage is 92.50%. Comparing base (2c79c56) to head (238ff11). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9341 +/- ## ========================================= Coverage 92.50% 92.50% Complexity 7012 7012 ========================================= Files 903 903 Lines 29646 29646 Branches 3739 3739 ========================================= Hits 27425 27425 Misses 1450 1450 Partials 771 771 ```

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