Skip to content

Metadata + Events / Extrinsics / Blocks database integration #53

Metadata + Events / Extrinsics / Blocks database integration

Metadata + Events / Extrinsics / Blocks database integration #53

Triggered via pull request October 23, 2024 21:09
Status Failure
Total duration 24m 32s
Artifacts

build.yml

on: pull_request
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build and test (8.0.x)
Process completed with exit code 1.
Build and test (8.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Model/Types/Base/BaseBitSeq.cs#L202
Missing XML comment for publicly visible type or member 'BaseBitSeq<T1, T2>.InternalLength'
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Model/Types/Base/BaseEnumExt3.cs#L3915
XML comment is not placed on a valid language element
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Model/Types/Metadata/V15/CustomMetadataV15.cs#L8
Missing XML comment for publicly visible type or member 'CustomMetadataV15'
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/SubstrateClient.cs#L158
Missing XML comment for publicly visible type or member 'SubstrateClient.RuntimeCall'
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Model/Types/Base/BaseBitSeq.cs#L12
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/RequestGenerator.cs#L18
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/HashExtension.cs#L13
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Constants.cs#L23
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build and test (8.0.x): src/Infrastructure/Substrate.NetApi/Constants.cs#L23
Change the visibility of 'AddressVersion' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)