Skip to content

fix: correct changelog links #7

fix: correct changelog links

fix: correct changelog links #7

Triggered via push December 6, 2024 20:29
Status Failure
Total duration 53s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
release: src/client/apis/getAccount.ts#L10
Property 'account' does not exist on type 'Message<unknown>'.
release: src/client/apis/getNativeBalances.ts#L14
Property 'balances' does not exist on type 'Message<unknown>'.
release: src/client/apis/getTx.ts#L17
Property 'tx' does not exist on type 'Message<unknown>'.
release: src/client/apis/getTx.ts#L17
Property 'txResponse' does not exist on type 'Message<unknown>'.
release: src/client/apis/getTx.ts#L20
Conversion of type 'Message<unknown>' to type 'Required<GetTxResponse>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
release: src/client/apis/queryContract.ts#L20
Property 'data' does not exist on type 'Message<unknown>'.
release: src/client/apis/queryContract.ts#L24
Argument of type '{ address: string; queryData: Uint8Array; }' is not assignable to parameter of type 'PartialMessage<Message<unknown>> & { height?: number | undefined; }'.
release: src/client/apis/simulateTx.ts#L21
Argument of type '{ txBytes: Uint8Array; }' is not assignable to parameter of type 'PartialMessage<Message<unknown>> & { height?: number | undefined; }'.
release: src/protobufs/index.ts#L140
Cannot find module './tendermint/abci/types_@onsonr/es.js' or its corresponding type declarations.
release: src/protobufs/index.ts#L150
Cannot find module './svc/v1/tx_@onsonr/es.js' or its corresponding type declarations.
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636