Skip to content

fix(nano): authority handling on indexes with contracts#1337

Merged
glevco merged 1 commit into
masterfrom
fix/nano/token-authorities
Jul 29, 2025
Merged

fix(nano): authority handling on indexes with contracts#1337
glevco merged 1 commit into
masterfrom
fix/nano/token-authorities

fix(nano): authority handling on indexes with contracts

2497168
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 28, 2025 in 1s

85.59% (target 85.00%)

View this Pull Request on Codecov

85.59% (target 85.00%)

Details

Codecov Report

❌ Patch coverage is 78.48101% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.59%. Comparing base (1d13b1e) to head (2497168).

Files with missing lines Patch % Lines
hathor/nanocontracts/runner/types.py 68.75% 9 Missing and 1 partial ⚠️
hathor/indexes/manager.py 71.42% 3 Missing and 5 partials ⚠️
hathor/indexes/rocksdb_tokens_index.py 83.33% 5 Missing and 2 partials ⚠️
hathor/nanocontracts/runner/runner.py 86.66% 3 Missing and 1 partial ⚠️
hathor/wallet/resources/thin_wallet/tokens.py 42.85% 2 Missing and 2 partials ⚠️
hathor/transaction/types.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1337      +/-   ##
==========================================
- Coverage   85.68%   85.59%   -0.09%     
==========================================
  Files         424      424              
  Lines       31989    32095     +106     
  Branches     4967     4994      +27     
==========================================
+ Hits        27411    27473      +62     
- Misses       3586     3616      +30     
- Partials      992     1006      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.