Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

mock_da feature is required to run tests for sov-rollup-starter #22

@soareschen

Description

@soareschen

The feature mock_da is enabled by default in the sov-rollup-starter template. When trying to change the default feature to celestia_da, it would result in various compile errors in the test crate.

Some adjustments should be made so that disabling mock_da won't result in compile failure of the tests. For example, the tests can require the sov-mock-da crate non-optionally, or mock tests are made to only compile behind cfg flag if the mock_da feature is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions