[PLA-2131][PLA-2164] Fixes crash that happens when a storage of an item changes twice in a single block #3331
Annotations
2 errors
Check application builds (20.x):
src/common/interfaces/augment-api-rpc.ts#L406
Subsequent property declarations must have the same type. Property 'offchain' must be of type '{ localStorageClear: AugmentedRpc<(kind: number | Uint8Array<ArrayBufferLike> | StorageKind | "PERSISTENT" | "LOCAL", key: string | Uint8Array<ArrayBufferLike> | Bytes) => Observable<...>>; localStorageGet: AugmentedRpc<...>; localStorageSet: AugmentedRpc<...>; }', but here has type '{ localStorageGet: AugmentedRpc<(kind: number | Uint8Array<ArrayBufferLike> | StorageKind | "PERSISTENT" | "LOCAL", key: string | Uint8Array<ArrayBufferLike> | Bytes) => Observable<...>>; localStorageSet: AugmentedRpc<...>; }'.
|
Check application builds (20.x)
Process completed with exit code 2.
|