chore/add complete order integration #2631
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 2 warnings
check
Property 'metadata' is missing in type '{ id: string; type: string; fee: string; status: string; inputs: { address: string; amount: string; assets: { amount: string; assetId: string; policyId: string; name: string; }[]; }[]; outputs: { address: string; amount: string; assets: { ...; }[]; }[]; ... 12 more ...; memo: null; }' but required in type 'Transaction'.
|
check
Type '{ hash: string; fee: string; valid_contract: true; script_size: number; type: "shelley"; withdrawals: never[]; certificates: ({ kind: "StakeRegistration"; rewardAddress: string; } | { kind: "StakeDelegation"; poolKeyHash: string; rewardAddress: string; })[]; ... 10 more ...; outputs: { ...; }[]; }' is not assignable to type 'RawTransaction'.
|
check
Property 'metadata' is missing in type '{ id: string; type: string; fee: string; status: string; inputs: { address: string; amount: string; assets: { amount: string; assetId: string; policyId: string; name: string; }[]; }[]; outputs: { address: string; amount: string; assets: { ...; }[]; }[]; ... 12 more ...; memo: null; }' but required in type 'Transaction'.
|
check
Type '{ hash: string; fee: string; type: "shelley"; withdrawals: never[]; certificates: never[]; tx_ordinal: number; tx_state: string; last_update: string; block_num: number; block_hash: string; time: string; epoch: number; slot: number; inputs: { ...; }[]; outputs: { ...; }[]; }' is not assignable to type 'RawTransaction'.
|
check
Type '{ hash: string; fee: string; type: "shelley"; withdrawals: never[]; certificates: never[]; tx_ordinal: number; tx_state: string; last_update: string; block_num: number; block_hash: string; time: string; epoch: number; slot: number; inputs: { ...; }[]; outputs: { ...; }[]; }' is not assignable to type 'RawTransaction'.
|
check
Type '{ hash: string; fee: string; type: "shelley"; withdrawals: never[]; certificates: never[]; tx_ordinal: number; tx_state: string; last_update: string; block_num: number; block_hash: string; time: string; epoch: number; slot: number; inputs: { ...; }[]; outputs: { ...; }[]; }' is not assignable to type 'RawTransaction'.
|
check
Type '{ hash: string; fee: string; type: "shelley"; withdrawals: never[]; certificates: never[]; tx_ordinal: number; tx_state: string; last_update: string; block_num: number; block_hash: string; time: string; epoch: number; slot: number; inputs: { ...; }[]; outputs: { ...; }[]; }' is not assignable to type 'RawTransaction'.
|
check
Property 'id' does not exist on type '{ address: string; amount: string; assets: RemoteAsset[]; }'.
|
check
Property 'id' does not exist on type '{ address: string; amount: string; assets: RemoteAsset[]; }'.
|
check
Property 'id' is missing in type '{ address: string; amount: string; assets: { identifier: string; amount: BigNumber; networkId: number; }[]; }' but required in type 'IOData'.
|
check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|