Skip to content

[PLA-2131][PLA-2164] Fixes crash that happens when a storage of an item changes twice in a single block #3331

[PLA-2131][PLA-2164] Fixes crash that happens when a storage of an item changes twice in a single block

[PLA-2131][PLA-2164] Fixes crash that happens when a storage of an item changes twice in a single block #3331

Triggered via pull request February 5, 2025 13:21
Status Failure
Total duration 51s
Artifacts

run_build.yml

on: pull_request
Matrix: Check application builds
Fit to window
Zoom out
Zoom in

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.