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

opt(torii-core): move off queryqueue for executing tx #2460

Merged
merged 55 commits into from
Oct 3, 2024

Merge branch 'main' into use-tx-executor

9c9e0a3
Select commit
Loading
Failed to load commit list.
Merged

opt(torii-core): move off queryqueue for executing tx #2460

Merge branch 'main' into use-tx-executor
9c9e0a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 1, 2024 in 1s

83.36% of diff hit (target 68.98%)

View this Pull Request on Codecov

83.36% of diff hit (target 68.98%)

Annotations

Check warning on line 178 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L168-L178

Added lines #L168 - L178 were not covered by tests

Check warning on line 180 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L180

Added line #L180 was not covered by tests

Check warning on line 206 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L201-L206

Added lines #L201 - L206 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L161

Added line #L161 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L374

Added line #L374 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L376-L378

Added lines #L376 - L378 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L382

Added line #L382 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L412

Added line #L412 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L414

Added line #L414 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L418

Added line #L418 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L420-L424

Added lines #L420 - L424 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L449

Added line #L449 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L452

Added line #L452 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L456

Added line #L456 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L459-L463

Added lines #L459 - L463 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L694

Added line #L694 was not covered by tests

Check warning on line 89 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L82-L89

Added lines #L82 - L89 were not covered by tests

Check warning on line 101 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L95-L101

Added lines #L95 - L101 were not covered by tests

Check warning on line 184 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L184

Added line #L184 was not covered by tests

Check warning on line 194 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L194

Added line #L194 was not covered by tests

Check warning on line 234 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L234

Added line #L234 was not covered by tests

Check warning on line 241 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L241

Added line #L241 was not covered by tests

Check warning on line 250 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L250

Added line #L250 was not covered by tests

Check warning on line 271 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L271

Added line #L271 was not covered by tests

Check warning on line 67 in crates/torii/core/src/processors/metadata_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/processors/metadata_update.rs#L67

Added line #L67 was not covered by tests