-
Notifications
You must be signed in to change notification settings - Fork 1
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
More changes for Tanssi Data Preservers container chain spawning on assignment #26
Conversation
|
||
use super::*; | ||
|
||
fn expected_container_chain_genesis_data() -> ContainerChainGenesisData<ConstU32<255>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fn expected_container_chain_genesis_data() -> ContainerChainGenesisData<ConstU32<255>> { | |
fn expected_container_chain_genesis_data() -> ContainerChainGenesisData { |
Why is the CI green when this shouldn't compile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature-gated json
. Since locally tanssi compiles it seems this feature is not used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably that feature is enabled for build but disabled when running tests...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the CI script and we do the same as in the tanssi repo, so we will encounter this issue there as well, as long as there is some feature which is not enabled by default, our unit tests will not run 😕
I guess the easiest way to notice that is to check the generated coverage file
…ssignment (#26) * add new interface fn + move rpc interface to tanssi * remove unused fn in Tanssi * fmt * remove generic
…ssignment (#26) * add new interface fn + move rpc interface to tanssi * remove unused fn in Tanssi * fmt * remove generic
Companion of moondance-labs/tanssi#625
OrchestratorChainInterface
to get rid of the need for a client+runtime apiOrchestratorChainInterface
which will be moved to Tanssi