fix: revert demo #24
continuous-integration-side-tests.yaml
on: pull_request
Matrix: build_and_test
Annotations
10 errors and 1 warning
build_and_test (ubuntu-20.04)
Type '{ certificates: { certificate: Cardano.Certificate; pointer: Cardano.Pointer; }[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: { certificate: Cardano.Certificate; pointer: Cardano.Pointer; }[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollBackward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeDeregistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'WithCertificates & { eventType: ChainSyncEventType; }'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.PoolRegistration; poolParameters: Cardano.PoolParameters; }; pointer: Cardano.Pointer; } | { certificate: { ...; }; pointer: Cardano.Pointer; })[]; epochNo: Cardano.EpochNo; }' is not assignable to type 'WithCertificates & WithEpochNo'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.PoolRetirement; epoch: Cardano.EpochNo; poolId: Cardano.PoolId; }; pointer: Cardano.Pointer; } | { ...; })[]; epochNo: Cardano.EpochNo; }' is not assignable to type 'WithCertificates & WithEpochNo'.
|
build_and_test (ubuntu-20.04)
Argument of type '{ addresses: Address[]; }' is not assignable to parameter of type 'WithAddresses'.
|
build_and_test (ubuntu-20.04)
Argument of type '{ addresses: never[]; }' is not assignable to parameter of type 'WithAddresses'.
|
build_and_test (ubuntu-20.04)
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
|
build_and_test (ubuntu-20.04)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|