Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

imp: refactor sov-ibc-mocks for rollup state commitments and improved query handling #51

imp: refactor sov-ibc-mocks for rollup state commitments and improved query handling

imp: refactor sov-ibc-mocks for rollup state commitments and improved query handling #51

Triggered via pull request December 7, 2023 22:57
Status Success
Total duration 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dependency_review.yml

on: pull_request
dependency-review
6s
dependency-review
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
field `da_service` is never read: mocks/src/sovereign/rollup.rs#L55
warning: field `da_service` is never read --> mocks/src/sovereign/rollup.rs:55:5 | 45 | pub struct MockRollup<C, Da, S> | ---------- field in this struct ... 55 | da_service: MockDaService, | ^^^^^^^^^^ | = note: `MockRollup` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `da_service` is never read: mocks/src/sovereign/rollup.rs#L55
warning: field `da_service` is never read --> mocks/src/sovereign/rollup.rs:55:5 | 45 | pub struct MockRollup<C, Da, S> | ---------- field in this struct ... 55 | da_service: MockDaService, | ^^^^^^^^^^ | = note: `MockRollup` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default