Skip to content

Account metrics

Account metrics #667

Triggered via pull request November 1, 2024 12:34
Status Success
Total duration 1m 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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: backend/Application/Api/GraphQL/Versions/Versions.cs#L5
Non-nullable property 'BackendVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/BlockRelated.cs#L7
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Bakers/Baker.cs#L19
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/Account.cs#L17
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/Account.cs#L20
Non-nullable property 'CanonicalAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Bakers/PoolApys.cs#L6
Non-nullable property 'Apy7Days' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Bakers/PoolApys.cs#L7
Non-nullable property 'Apy30Days' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Bakers/CurrentPaydayStatus.cs#L22
Non-nullable property 'CommissionRates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Bakers/PaydayPoolReward.cs#L13
Non-nullable property 'Pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Api/GraphQL/Accounts/Delegation.cs#L12
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.