Skip to content

next: v2 release tracker #8

next: v2 release tracker

next: v2 release tracker #8

Triggered via pull request March 30, 2024 13:54
@mkunglamkungla
synchronize #8
v2-dev
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: internal/api/address.go#L33
happy.NewCommand("address_info", happy.Option("description", "Address Information"), happy.Option("category", categoryAddress), happy.Option("argn.max", 100), happy.Option("usage", "koios api address_info [_addresses...] // max 100")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L70
happy.NewCommand("address_assets", happy.Option("description", "Address Assets"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_assets [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L108
happy.NewCommand("address_txs", happy.Option("description", "Address Transactions"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_txs --after-block-height 9945516 [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L149
happy.NewCommand("address_utxos", happy.Option("description", "Address UTxOs"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_utxos [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L174
c.koios().GetAddressUTxOs undefined (type *koios.Client has no field or method GetAddressUTxOs)
lint: internal/api/address.go#L190
happy.NewCommand("credential_txs", happy.Option("description", "Transactions from payment credentials"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api credential_txs --after-block-height 6238675 [credentials...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L230
happy.NewCommand("credential_utxos", happy.Option("description", "UTxOs from payment credentials"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api credential_utxos [credentials...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/address.go#L255
c.koios().GetCredentialUTxOs undefined (type *koios.Client has no field or method GetCredentialUTxOs)
lint: internal/api/api.go#L48
happy.NewCommand("api", happy.Option("description", "Interact with Koios API REST endpoints"), happy.Option("before.shared", true)).WithFlags undefined (type *happy.Command has no field or method WithFlags)
lint: internal/api/api.go#L61
undefined: varflag.DurationFunc
codeql
Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.16.5/x64/codeql/go/tools/autobuild.sh". Exit code was 1 and last log line was: 2024/03/30 13:54:26 Extraction failed for all discovered Go projects. See the logs for more details.