You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The feature
mock_da
is enabled by default in thesov-rollup-starter
template. When trying to change the default feature tocelestia_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 thesov-mock-da
crate non-optionally, or mock tests are made to only compile behindcfg
flag if themock_da
feature is enabled.The text was updated successfully, but these errors were encountered: