Skip to content

feat(torii): add transaction hash to erc_transfers table

Codecov / codecov/patch failed Oct 12, 2024 in 0s

0.00% of diff hit (target 68.56%)

View this Pull Request on Codecov

0.00% of diff hit (target 68.56%)

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_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L83

Added line #L83 was not covered by tests

Check warning on line 85 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L85

Added line #L85 was not covered by tests

Check warning on line 91 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L91

Added line #L91 was not covered by tests

Check warning on line 100 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L100

Added line #L100 was not covered by tests

Check warning on line 103 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L103

Added line #L103 was not covered by tests

Check warning on line 110 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L110

Added line #L110 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 108 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#L107-L108

Added lines #L107 - L108 were not covered by tests