Native masking for State and Tree masks #809
Annotations
6 errors
|
build
Type '{ asyncStateService: { useFactory: () => PrismaStateService; }; batchStorage: { useClass: typeof PrismaBatchStore; }; blockQueue: { useClass: typeof PrismaBlockStorage; }; ... 4 more ...; unprovenStateService: { ...; }; }' is missing the following properties from type 'OmitKeys<StorageDependencyMinimumDependencies, "asyncMerkleStore" | "blockTreeStore" | "unprovenMerkleStore">': stateServiceCreator, treeStoreCreator
|
|
build
Process completed with exit code 1.
|
|
lint
Type '{ asyncStateService: { useFactory: () => PrismaStateService; }; batchStorage: { useClass: typeof PrismaBatchStore; }; blockQueue: { useClass: typeof PrismaBlockStorage; }; ... 4 more ...; unprovenStateService: { ...; }; }' is missing the following properties from type 'OmitKeys<StorageDependencyMinimumDependencies, "asyncMerkleStore" | "blockTreeStore" | "unprovenMerkleStore">': stateServiceCreator, treeStoreCreator
|
|
lint
Process completed with exit code 1.
|
|
test
Type '{ asyncStateService: { useFactory: () => PrismaStateService; }; batchStorage: { useClass: typeof PrismaBatchStore; }; blockQueue: { useClass: typeof PrismaBlockStorage; }; ... 4 more ...; unprovenStateService: { ...; }; }' is missing the following properties from type 'OmitKeys<StorageDependencyMinimumDependencies, "asyncMerkleStore" | "blockTreeStore" | "unprovenMerkleStore">': stateServiceCreator, treeStoreCreator
|
|
test
Process completed with exit code 1.
|