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/patch failed Oct 13, 2024 in 0s

0.00% of diff hit (target 69.35%)

View this Pull Request on Codecov

0.00% of diff hit (target 69.35%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L686-L687

Added lines #L686 - L687 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L908-L910

Added lines #L908 - L910 were not covered by tests

Check warning on line 50 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#L50

Added line #L50 was not covered by tests

Check warning on line 64 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#L55-L64

Added lines #L55 - L64 were not covered by tests

Check warning on line 53 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#L53

Added line #L53 was not covered by tests

Check warning on line 64 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#L55-L64

Added lines #L55 - L64 were not covered by tests

Check warning on line 53 in crates/torii/core/src/processors/erc721_legacy_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc721_legacy_transfer.rs#L53

Added line #L53 was not covered by tests

Check warning on line 62 in crates/torii/core/src/processors/erc721_legacy_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/erc721_legacy_transfer.rs#L62

Added line #L62 was not covered by tests

Check warning on line 53 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#L53

Added line #L53 was not covered by tests

Check warning on line 62 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#L62

Added line #L62 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L28

Added line #L28 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L47

Added line #L47 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L84

Added line #L84 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L102

Added line #L102 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L323

Added line #L323 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L326-L327

Added lines #L326 - L327 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql/erc.rs#L338

Added line #L338 was not covered by tests

Check warning on line 83 in crates/torii/graphql/src/object/erc/erc_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_transfer.rs#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 125 in crates/torii/graphql/src/object/erc/erc_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_transfer.rs#L125

Added line #L125 was not covered by tests

Check warning on line 148 in crates/torii/graphql/src/object/erc/erc_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_transfer.rs#L148

Added line #L148 was not covered by tests