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

use vec

63cca75
Select commit
Loading
Failed to load commit list.
Merged

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

use vec
63cca75
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 2, 2024 in 1s

83.88% of diff hit (target 68.98%)

View this Pull Request on Codecov

83.88% of diff hit (target 68.98%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L168 - L171 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L173

Added line #L173 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L194-L199

Added lines #L194 - L199 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 88 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L81-L88

Added lines #L81 - L88 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L94-L100

Added lines #L94 - L100 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L183 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L193 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L233 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L240 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L249 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L270 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