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): index whitelisted ERC20/ERC721 tokens #2277

Closed
wants to merge 25 commits into from

update schema and enable foreign key constraint

1240bdf
Select commit
Loading
Failed to load commit list.
Closed

feat(torii): index whitelisted ERC20/ERC721 tokens #2277

update schema and enable foreign key constraint
1240bdf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

66.38% (+0.20%) compared to 4f76fd7

View this Pull Request on Codecov

66.38% (+0.20%) compared to 4f76fd7

Details

Codecov Report

Attention: Patch coverage is 15.55270% with 657 lines in your changes missing coverage. Please review.

Project coverage is 66.38%. Comparing base (4f76fd7) to head (1240bdf).

Files Patch % Lines
crates/torii/core/src/sql.rs 1.75% 336 Missing ⚠️
...rates/torii/graphql/src/object/erc/erc_transfer.rs 21.55% 91 Missing ⚠️
crates/torii/graphql/src/object/erc/erc_balance.rs 25.60% 61 Missing ⚠️
bin/torii/src/main.rs 0.00% 48 Missing ⚠️
...rates/torii/core/src/processors/erc721_transfer.rs 0.00% 34 Missing ⚠️
...torii/core/src/processors/erc20_legacy_transfer.rs 0.00% 26 Missing ⚠️
crates/torii/core/src/processors/erc20_transfer.rs 0.00% 26 Missing ⚠️
crates/torii/core/src/types.rs 0.00% 19 Missing ⚠️
crates/torii/core/src/engine.rs 80.30% 13 Missing ⚠️
crates/torii/graphql/src/object/erc/erc_token.rs 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2277      +/-   ##
==========================================
+ Coverage   66.18%   66.38%   +0.20%     
==========================================
  Files         352      358       +6     
  Lines       46739    47005     +266     
==========================================
+ Hits        30933    31205     +272     
+ Misses      15806    15800       -6     

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