hashgraph / hedera-mirror-node-explorer

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

Fix: Add support for TOKENUPDATENFTS transaction type. #1076

Closed svienot closed 1 month ago

svienot commented 1 month ago

Description:

Add support for the new TokenUpdateNftsTransaction.

Related issue(s):

Fixes #1012

Notes for reviewer:

Currently deploying on staging.

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
C 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

github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 82.8% 39066 / 47176
🔵 Statements 82.8% 39066 / 47176
🔵 Functions 62.98% 885 / 1405
🔵 Branches 84.05% 4075 / 4848
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/schemas/HederaSchemas.ts 96.34% 64.28% 87.5% 96.34% 111-125, 314-315, 718, 844-845, 847-848, 864-865, 867-874
src/utils/EntityDescriptor.ts 96.77% 56.6% 100% 96.77% 43-44, 118-119
src/utils/TransactionTools.ts 80.53% 63.63% 80% 80.53% 30-32, 36-37, 39-40, 52-53, 64-65, 76-77, 88-89, 94-135, 138-149, 306-307, 319-320, 335-336, 400-402, 405-406
Generated in workflow #933