Skip to content

Fix distribution endpoint #449

Fix distribution endpoint

Fix distribution endpoint #449

Triggered via pull request March 24, 2025 14:22
@onmaxonmax
synchronize #85
dev
Status Failure
Total duration 8m 22s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors
lint
Process completed with exit code 1.
lint
Property 'missed' does not exist on type 'ActiveValidator | InactiveValidator'.
lint
Property 'rewarded' does not exist on type 'ActiveValidator | InactiveValidator'.
lint
Property 'kind' does not exist on type 'Inherent'.
lint
Type 'ActiveValidator' must have a '[Symbol.iterator]()' method that returns an iterator.
lint
Conversion of type 'Inherent[]' to type 'ActiveValidator' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
lint
Type '{ likelihood: number; missed: number; rewarded: number; dominanceRatioViaBalance: number; dominanceRatioViaSlots: number; balance: number; }' is not assignable to type 'ActiveValidator | InactiveValidator'.
package
Process completed with exit code 1.
package
Property 'missed' does not exist on type 'ActiveValidator | InactiveValidator'.
package
Property 'rewarded' does not exist on type 'ActiveValidator | InactiveValidator'.
package
Property 'kind' does not exist on type 'Inherent'.
package
Type 'ActiveValidator' must have a '[Symbol.iterator]()' method that returns an iterator.
package
Conversion of type 'Inherent[]' to type 'ActiveValidator' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
package
Type '{ likelihood: number; missed: number; rewarded: number; dominanceRatioViaBalance: number; dominanceRatioViaSlots: number; balance: number; }' is not assignable to type 'ActiveValidator | InactiveValidator'.