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-indexer): eip 4906 update metadata processor #2984

Merged
merged 20 commits into from
Feb 18, 2025

clippy

d9b2762
Select commit
Loading
Failed to load commit list.
Merged

feat(torii-indexer): eip 4906 update metadata processor #2984

clippy
d9b2762
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 12, 2025 in 0s

0.00% of diff hit (target 56.62%)

View this Pull Request on Codecov

0.00% of diff hit (target 56.62%)

Annotations

Check warning on line 28 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L25-L28

Added lines #L25 - L28 were not covered by tests

Check warning on line 43 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L30-L43

Added lines #L30 - L43 were not covered by tests

Check warning on line 47 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 61 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L49-L61

Added lines #L49 - L61 were not covered by tests

Check warning on line 64 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 78 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L75-L78

Added lines #L75 - L78 were not covered by tests

Check warning on line 83 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 85 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L85

Added line #L85 was not covered by tests

Check warning on line 89 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L89

Added line #L89 was not covered by tests

Check warning on line 94 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 102 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L96-L102

Added lines #L96 - L102 were not covered by tests

Check warning on line 105 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L105

Added line #L105 was not covered by tests

Check warning on line 110 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L110

Added line #L110 was not covered by tests

Check warning on line 115 in crates/torii/indexer/src/processors/erc4906_metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/erc4906_metadata_update.rs#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 95 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 98 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L98

Added line #L98 was not covered by tests

Check warning on line 106 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L106

Added line #L106 was not covered by tests

Check warning on line 156 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L144-L156

Added lines #L144 - L156 were not covered by tests

Check warning on line 159 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L158-L159

Added lines #L158 - L159 were not covered by tests

Check warning on line 241 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L241

Added line #L241 was not covered by tests

Check warning on line 249 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L249

Added line #L249 was not covered by tests

Check warning on line 251 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L251

Added line #L251 was not covered by tests

Check warning on line 259 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L259

Added line #L259 was not covered by tests

Check warning on line 194 in crates/torii/sqlite/src/executor/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/executor/erc.rs#L190-L194

Added lines #L190 - L194 were not covered by tests

Check warning on line 198 in crates/torii/sqlite/src/executor/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/executor/erc.rs#L198

Added line #L198 was not covered by tests