Skip to content

Interface and logic to support snap sync for Paprika #1320

Interface and logic to support snap sync for Paprika

Interface and logic to support snap sync for Paprika #1320

Triggered via pull request September 4, 2024 13:45
Status Success
Total duration 6m 31s
Artifacts

tests.yml

on: pull_request
Run Paprika tests
6m 21s
Run Paprika tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run Paprika tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L69
Non-nullable event 'Flushed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L69
Non-nullable event 'FlusherFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L188
Non-nullable property 'TotalMerkle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L191
Non-nullable property 'StateProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L194
Non-nullable property 'StorageProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2188
Possible null reference assignment.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2245
Possible null reference argument for parameter 'item' in 'void List<ReadOnlyState>.Add(ReadOnlyState item)'.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1818
Possible null reference argument for parameter 'pool' in 'void BitMapFilter<OfN>.Return(BufferPool pool)'.