Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(torii): add transaction hash to erc_transfers table #2520

Closed
wants to merge 1 commit into from

feat(torii): add transaction hash to erc_transfers table

1ee2bb6
Select commit
Loading
Failed to load commit list.
Closed

feat(torii): add transaction hash to erc_transfers table #2520

feat(torii): add transaction hash to erc_transfers table
1ee2bb6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 13, 2024 in 1s

69.31% (-0.04%) compared to 67a1747

View this Pull Request on Codecov

69.31% (-0.04%) compared to 67a1747

Details

Codecov Report

Attention: Patch coverage is 0% with 43 lines in your changes missing coverage. Please review.

Project coverage is 69.31%. Comparing base (67a1747) to head (1ee2bb6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...torii/core/src/processors/erc20_legacy_transfer.rs 0.00% 11 Missing ⚠️
crates/torii/core/src/processors/erc20_transfer.rs 0.00% 11 Missing ⚠️
crates/torii/core/src/sql/erc.rs 0.00% 8 Missing ⚠️
crates/torii/core/src/engine.rs 0.00% 5 Missing ⚠️
...rates/torii/graphql/src/object/erc/erc_transfer.rs 0.00% 4 Missing ⚠️
...orii/core/src/processors/erc721_legacy_transfer.rs 0.00% 2 Missing ⚠️
...rates/torii/core/src/processors/erc721_transfer.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2520      +/-   ##
==========================================
- Coverage   69.35%   69.31%   -0.04%     
==========================================
  Files         388      388              
  Lines       49988    50025      +37     
==========================================
+ Hits        34667    34674       +7     
- Misses      15321    15351      +30     

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