Skip to content

877 Decimal sanity check #2546

877 Decimal sanity check

877 Decimal sanity check #2546

Triggered via pull request November 5, 2023 10:32
Status Failure
Total duration 2m 44s
Artifacts

on-push.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: examples/do-swap/doSend.ts#L1
Argument of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery' is not assignable to parameter of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-amm/node_modules/@xchainjs/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery'.
build: examples/do-swap/doStreamingSwap.ts#L1
Argument of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-amm/node_modules/@xchainjs/xchain-thorchain-query/lib/types").TxDetails' is not assignable to parameter of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-query/lib/types").TxDetails'.
build: examples/do-swap/doStreamingSwap.ts#L1
Property 'outboundDelaySeconds' does not exist on type 'SwapEstimate'.
build: examples/do-swap/doStreamingSwap.ts#L1
Property 'outboundDelaySeconds' does not exist on type 'SwapEstimate'.
build: examples/do-swap/doStreamingSwap.ts#L1
Property 'outboundDelaySeconds' does not exist on type 'SwapEstimate'.
build: examples/do-swap/doStreamingSwap.ts#L1
Argument of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery' is not assignable to parameter of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-amm/node_modules/@xchainjs/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery'.
build: examples/do-swap/doStreamingSwap.ts#L1
Argument of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery' is not assignable to parameter of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-amm/node_modules/@xchainjs/xchain-thorchain-query/lib/thorchain-query").ThorchainQuery'.
build: examples/do-swap/doSwap.ts#L1
Argument of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-amm/node_modules/@xchainjs/xchain-thorchain-query/lib/types").TxDetails' is not assignable to parameter of type 'import("/home/runner/work/xchainjs-lib/xchainjs-lib/packages/xchain-thorchain-query/lib/types").TxDetails'.
build: examples/do-swap/doSwap.ts#L1
Property 'outboundDelaySeconds' does not exist on type 'SwapEstimate'.
build: examples/do-swap/doSwap.ts#L1
Property 'outboundDelaySeconds' does not exist on type 'SwapEstimate'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/