[CLI] Filter Suppliers by ServiceID #5552
Annotations
8 errors and 1 warning
go-test:
x/supplier/config/supplier_configs_reader_test.go#L325
cannot use 50.5 (untyped float constant) as uint32 value in struct literal (truncated)
|
go-test:
x/supplier/config/supplier_configs_reader_test.go#L329
cannot use 49.5 (untyped float constant) as uint32 value in struct literal (truncated) (typecheck)
|
go-test:
x/tokenomics/keeper/token_logic_modules_test.go#L99
cannot use supplierRevShareRatios[i] (variable of type float32) as uint32 value in struct literal
|
go-test:
x/tokenomics/keeper/token_logic_modules_test.go#L240
cannot use supplierRevShareRatios[i] (variable of type float32) as uint32 value in struct literal
|
go-test:
x/tokenomics/keeper/token_logic_modules_test.go#L388
cannot use supplierRevShareRatios[i] (variable of type float32) as uint32 value in struct literal
|
go-test:
x/tokenomics/keeper/token_logic_modules_test.go#L461
invalid operation: supplierMint * revShare.RevSharePercentage (mismatched types float32 and uint32)
|
go-test:
x/tokenomics/keeper/token_logic_modules_test.go#L462
invalid operation: float32(numTokensClaimed) * revShare.RevSharePercentage (mismatched types float32 and uint32) (typecheck)
|
go-test
Process completed with exit code 2.
|
go-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|