hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
16 stars 12 forks source link

Fix: entity ID in TOKENREJECT #1370

Closed svienot closed 2 weeks ago

svienot commented 2 weeks ago

Description:

Interpret Entity ID from TOKENREJECT as Account ID instead of Token ID

Before:

Screenshot 2024-09-20 at 09 25 54

After:

Screenshot 2024-09-20 at 09 40 29

Related issue(s):

Fixes #1369

github-actions[bot] commented 2 weeks ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.59% 23871 / 30763
🔵 Statements 77.59% 23871 / 30763
🔵 Functions 61.26% 952 / 1554
🔵 Branches 84.48% 4613 / 5460
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/utils/EntityDescriptor.ts 95.78% 54.38% 100% 95.78% 43-44, 122-123
src/utils/TransactionTools.ts 80.31% 63.63% 80% 80.31% 30-32, 36-37, 39-40, 53-54, 68-69, 80-81, 92-93, 98-104, 106-125, 127-136, 138-139, 142, 144-153, 331-332, 344-345, 360-361, 425-427, 430-431
Generated in workflow #1293
sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint