Skip to content

feat: add cip-1854 support to keyagent #66

feat: add cip-1854 support to keyagent

feat: add cip-1854 support to keyagent #66

Triggered via pull request May 30, 2024 17:45
Status Failure
Total duration 8m 22s
Artifacts
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build_and_test (ubuntu-20.04)
Argument of type '{ name: string; }' is not assignable to parameter of type 'BaseWalletProps'.
build_and_test (ubuntu-20.04)
Argument of type '{ customKeyParams: KeyAgentFactoryProps; env: { ADDRESS_DISCOVERY: string; ASSET_PROVIDER: string; ASSET_PROVIDER_PARAMS: ProviderParams; CHAIN_HISTORY_PROVIDER: string; ... 16 more ...; UTXO_PROVIDER_PARAMS: ProviderParams; }; idx: number; logger: TestLogger; name: string; polling: { ...; }; }' is not assignable to parameter of type 'GetWalletProps'.
build_and_test (ubuntu-20.04)
Expected 4 arguments, but got 3.
build_and_test (ubuntu-20.04)
Argument of type '{ index: number; role: KeyRole; }' is not assignable to parameter of type 'AccountKeyDerivationPath'.
build_and_test (ubuntu-20.04)
Type 'AccountKeyDerivationPath | { index: number; role: KeyRole; }' is not assignable to type 'AccountKeyDerivationPath'.
build_and_test (ubuntu-20.04)
Type '{ index: number; role: KeyRole; }' is not assignable to type 'AccountKeyDerivationPath'.
build_and_test (ubuntu-20.04)
Argument of type '{ env: any; logger: Logger; name: string; paymentScript: Cardano.RequireAllOfScript; polling: { interval: number; }; stakingScript: Cardano.RequireAllOfScript; witnesser: SharedWalletWitnesser; }' is not assignable to parameter of type 'GetSharedWalletProps'.
build_and_test (ubuntu-20.04)
Argument of type '{ env: any; logger: Logger; name: string; paymentScript: Cardano.RequireAllOfScript; polling: { interval: number; }; stakingScript: Cardano.RequireAllOfScript; witnesser: SharedWalletWitnesser; }' is not assignable to parameter of type 'GetSharedWalletProps'.
build_and_test (ubuntu-20.04)
Argument of type '{ env: any; logger: Logger; name: string; paymentScript: Cardano.RequireAllOfScript; polling: { interval: number; }; stakingScript: Cardano.RequireAllOfScript; witnesser: SharedWalletWitnesser; }' is not assignable to parameter of type 'GetSharedWalletProps'.
build_and_test (ubuntu-20.04)
Argument of type '{ knownAddresses: GroupedAddress[]; txInKeyPathMap: {}; }' is not assignable to parameter of type 'SignTransactionContext'.
build_and_test (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.