Skip to content

Change calculation of finalization time to use latest block hash info from block info #93

Change calculation of finalization time to use latest block hash info from block info

Change calculation of finalization time to use latest block hash info from block info #93

Triggered via pull request August 15, 2023 11:48
Status Success
Total duration 1m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: backend/Application/NodeApi/GrpcNodeClientSettings.cs#L8
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Database/DatabaseSettings.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Database/DatabaseSettings.cs#L6
Non-nullable property 'ConnectionStringNodeCache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Api/GraphQL/Versions/Versions.cs#L5
Non-nullable property 'BackendVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/Application/Import/NodeCollector/NodeCollectorClientSettings.cs#L5
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider 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 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 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 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 declaring the property as nullable.
build: backend/Application/Api/GraphQL/Blocks/SpecialEvent.cs#L247
Non-nullable property 'Pool' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.