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

feat: implement try from felt for signed integers

4d0f5f3
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for signed integers #2161

feat: implement try from felt for signed integers
4d0f5f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 14, 2024 in 0s

58.92% of diff hit (target 67.74%)

View this Pull Request on Codecov

58.92% of diff hit (target 67.74%)

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#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 103 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#L103

Added line #L103 was not covered by tests

Check warning on line 105 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#L105

Added line #L105 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 157 in crates/dojo-types/src/primitive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L153-L157

Added lines #L153 - L157 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L236 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L243 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L250 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L257 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L264 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L322-L327

Added lines #L322 - L327 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/primitive.rs#L397-L399

Added lines #L397 - L399 were not covered by tests

Check warning on line 10 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#L8-L10

Added lines #L8 - L10 were not covered by tests

Check warning on line 41 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#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 43 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#L43

Added line #L43 was not covered by tests

Check warning on line 368 in crates/dojo-types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/schema.rs#L364-L368

Added lines #L364 - L368 were not covered by tests

Check warning on line 373 in crates/dojo-types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/schema.rs#L370-L373

Added lines #L370 - L373 were not covered by tests

Check warning on line 378 in crates/dojo-types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/schema.rs#L375-L378

Added lines #L375 - L378 were not covered by tests

Check warning on line 383 in crates/dojo-types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/schema.rs#L380-L383

Added lines #L380 - L383 were not covered by tests

Check warning on line 388 in crates/dojo-types/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-types/src/schema.rs#L385-L388

Added lines #L385 - L388 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L141-L142

Added lines #L141 - L142 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L144

Added line #L144 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L149-L150

Added lines #L149 - L150 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L152

Added line #L152 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/model.rs#L184-L188

Added lines #L184 - L188 were not covered by tests