Skip to content

e2e test network

e2e test network #1263

Triggered via pull request November 27, 2024 07:18
Status Failure
Total duration 53s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build: x/oracle/keeper/aggregator/aggregator.go#L59
cannot use copyBigInt(agg.finalPrice) (value of type *big.Int) as string value in struct literal
build: x/oracle/keeper/aggregator/aggregator.go#L59
cannot use agg.finalPrice (variable of type string) as *big.Int value in argument to copyBigInt
build: x/oracle/keeper/aggregator/aggregator.go#L71
cannot use copyBigInt(report.price) (value of type *big.Int) as string value in assignment
build: x/oracle/keeper/aggregator/aggregator.go#L71
cannot use report.price (variable of type string) as *big.Int value in argument to copyBigInt
build: x/oracle/keeper/aggregator/aggregator.go#L77
cannot use copyBigInt(v.price) (value of type *big.Int) as string value in assignment
build: x/oracle/keeper/aggregator/aggregator.go#L77
cannot use v.price (variable of type string) as *big.Int value in argument to copyBigInt
build: x/oracle/keeper/aggregator/calculator.go#L77
cannot use copyBigInt(v.price) (value of type *big.Int) as string value in struct literal
build: x/oracle/keeper/aggregator/calculator.go#L77
cannot use v.price (variable of type string) as *big.Int value in argument to copyBigInt
build
Process completed with exit code 2.