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

fmt

036f04b
Select commit
Loading
Failed to load commit list.
Merged

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

fmt
036f04b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 3, 2025 in 1s

0.00% of diff hit (target 56.99%)

View this Pull Request on Codecov

0.00% of diff hit (target 56.99%)

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 158 in crates/torii/sqlite/src/erc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L146 - L158 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/sqlite/src/erc.rs#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 193 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#L189-L193

Added lines #L189 - L193 were not covered by tests

Check warning on line 197 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#L197

Added line #L197 was not covered by tests

Check warning on line 199 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#L199

Added line #L199 was not covered by tests

Check warning on line 209 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#L209

Added line #L209 was not covered by tests

Check warning on line 211 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#L211

Added line #L211 was not covered by tests

Check warning on line 221 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#L220-L221

Added lines #L220 - L221 were not covered by tests

Check warning on line 234 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#L234

Added line #L234 was not covered by tests

Check warning on line 240 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#L239-L240

Added lines #L239 - L240 were not covered by tests

Check warning on line 248 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#L242-L248

Added lines #L242 - L248 were not covered by tests