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/patch failed Aug 20, 2024 in 1s

15.55% of diff hit (target 66.18%)

View this Pull Request on Codecov

15.55% of diff hit (target 66.18%)

Annotations

Check warning on line 154 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L136-L154

Added lines #L136 - L154 were not covered by tests

Check warning on line 202 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L197-L202

Added lines #L197 - L202 were not covered by tests

Check warning on line 214 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L212-L214

Added lines #L212 - L214 were not covered by tests

Check warning on line 228 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L228

Added line #L228 was not covered by tests

Check warning on line 235 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L235

Added line #L235 was not covered by tests

Check warning on line 343 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L334-L343

Added lines #L334 - L343 were not covered by tests

Check warning on line 349 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L345-L349

Added lines #L345 - L349 were not covered by tests

Check warning on line 351 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L351

Added line #L351 was not covered by tests

Check warning on line 355 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L354-L355

Added lines #L354 - L355 were not covered by tests

Check warning on line 268 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L257-L268

Added lines #L257 - L268 were not covered by tests

Check warning on line 558 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L558

Added line #L558 was not covered by tests

Check warning on line 24 in crates/torii/core/src/processors/erc20_legacy_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_legacy_transfer.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 34 in crates/torii/core/src/processors/erc20_legacy_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_legacy_transfer.rs#L26-L34

Added lines #L26 - L34 were not covered by tests

Check warning on line 58 in crates/torii/core/src/processors/erc20_legacy_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_legacy_transfer.rs#L45-L58

Added lines #L45 - L58 were not covered by tests

Check warning on line 24 in crates/torii/core/src/processors/erc20_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_transfer.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 34 in crates/torii/core/src/processors/erc20_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_transfer.rs#L26-L34

Added lines #L26 - L34 were not covered by tests

Check warning on line 58 in crates/torii/core/src/processors/erc20_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc20_transfer.rs#L45-L58

Added lines #L45 - L58 were not covered by tests

Check warning on line 24 in crates/torii/core/src/processors/erc721_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc721_transfer.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 35 in crates/torii/core/src/processors/erc721_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc721_transfer.rs#L26-L35

Added lines #L26 - L35 were not covered by tests

Check warning on line 76 in crates/torii/core/src/processors/erc721_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc721_transfer.rs#L46-L76

Added lines #L46 - L76 were not covered by tests

Check warning on line 1226 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L1203-L1226

Added lines #L1203 - L1226 were not covered by tests

Check warning on line 1249 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L1228-L1249

Added lines #L1228 - L1249 were not covered by tests

Check warning on line 1261 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L1251-L1261

Added lines #L1251 - L1261 were not covered by tests

Check warning on line 1267 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L1263-L1267

Added lines #L1263 - L1267 were not covered by tests

Check warning on line 1269 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L1269

Added line #L1269 was not covered by tests