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

Add pending token airdrops to REST API #9383

Closed edwin-greene closed 1 week ago

edwin-greene commented 2 weeks ago

Description: Adds the pending token airdrops endpoint to the REST API.

Related issue(s):

Fixes #8282

Notes for reviewer: This PR only adds support for Fungible Tokens. NFTs will be added in a future PR.

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.56%. Comparing base (b2349db) to head (2a1189c). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9383 +/- ## ========================================= Coverage 92.55% 92.56% - Complexity 7039 7041 +2 ========================================= Files 912 913 +1 Lines 29760 29772 +12 Branches 3760 3759 -1 ========================================= + Hits 27544 27558 +14 Misses 1445 1445 + Partials 771 769 -2 ```

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