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: add support for signed integers #2161

Merged
merged 16 commits into from
Jul 16, 2024

fix: add more tests

2adfda3
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for signed integers #2161

fix: add more tests
2adfda3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 16, 2024 in 1s

85.13% of diff hit (target 67.50%)

View this Pull Request on Codecov

85.13% of diff hit (target 67.50%)

Annotations

Check warning on line 101 in bin/sozo/src/commands/calldata_decoder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/calldata_decoder.rs#L101

Added line #L101 was not covered by tests

Check warning on line 165 in bin/sozo/src/commands/calldata_decoder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/calldata_decoder.rs#L165

Added line #L165 was not covered by tests

Check warning on line 159 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L155-L159

Added lines #L155 - L159 were not covered by tests

Check warning on line 239 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L239

Added line #L239 was not covered by tests

Check warning on line 246 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L246

Added line #L246 was not covered by tests

Check warning on line 253 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L253

Added line #L253 was not covered by tests

Check warning on line 260 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L260

Added line #L260 was not covered by tests

Check warning on line 267 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L267

Added line #L267 was not covered by tests

Check warning on line 329 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L328-L329

Added lines #L328 - L329 were not covered by tests

Check warning on line 402 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L400-L402

Added lines #L400 - L402 were not covered by tests

Check warning on line 16 in crates/dojo-types/src/primitive_conversion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive_conversion.rs#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 22 in crates/dojo-types/src/primitive_conversion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive_conversion.rs#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 53 in crates/dojo-types/src/primitive_conversion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive_conversion.rs#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 55 in crates/dojo-types/src/primitive_conversion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive_conversion.rs#L55

Added line #L55 was not covered by tests

Check warning on line 180 in crates/sozo/ops/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L176-L180

Added lines #L176 - L180 were not covered by tests

Check warning on line 433 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L432-L433

Added lines #L432 - L433 were not covered by tests

Check warning on line 437 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L436-L437

Added lines #L436 - L437 were not covered by tests

Check warning on line 441 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L440-L441

Added lines #L440 - L441 were not covered by tests

Check warning on line 448 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L444-L448

Added lines #L444 - L448 were not covered by tests

Check warning on line 455 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L451-L455

Added lines #L451 - L455 were not covered by tests

Check warning on line 490 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L489-L490

Added lines #L489 - L490 were not covered by tests

Check warning on line 494 in crates/torii/core/src/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/model.rs#L493-L494

Added lines #L493 - L494 were not covered by tests

Check warning on line 197 in crates/torii/grpc/src/types/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/types/schema.rs#L192-L197

Added lines #L192 - L197 were not covered by tests

Check warning on line 210 in crates/torii/grpc/src/types/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/types/schema.rs#L209-L210

Added lines #L209 - L210 were not covered by tests