-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
I8-enhancementAn additional feature.An additional feature.Q5-hardCan be done by an experienced coder with a good knowledge of the codebase.Can be done by an experienced coder with a good knowledge of the codebase.
Description
Support generics in fudge::companion
structs, as follows:
#[fudge::companion]
pub struct TestEnv <T> {
#[fudge::relaychain]
pub relay: RelaychainBuilder<T, ...>,
#[fudge::parachain(2000)]
pub parachain: ParachainBuilder<T, ...>,
}
This allows to create different TestEnv
for different runtimes easier.
Metadata
Metadata
Assignees
Labels
I8-enhancementAn additional feature.An additional feature.Q5-hardCan be done by an experienced coder with a good knowledge of the codebase.Can be done by an experienced coder with a good knowledge of the codebase.