Update starknet.rs to 0.13.0 #3982
Annotations
15 errors and 1 warning
storybook
@cartridge/ui-next#test:storybook: command (/__w/controller/controller/packages/ui-next) /usr/bin/pnpm run test:storybook exited (1)
|
storybook
Process completed with exit code 1.
|
ts
Cannot find module './fee' or its corresponding type declarations.
|
ts
@cartridge/keychain#build: command (/home/runner/work/controller/controller/packages/keychain) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
ts
Process completed with exit code 1.
|
rust:
packages/account_sdk/src/tests/runners/katana.rs#L176
use of deprecated method `starknet::contract::ContractFactory::<A>::deploy_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `deploy_v3` instead
|
rust:
packages/account_sdk/src/tests/account/declare.rs#L77
use of deprecated method `starknet::accounts::Account::declare_v2`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `declare_v3` instead
|
rust:
packages/account_sdk/src/tests/runners/cartridge.rs#L301
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/external_owners_test.rs#L50
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/external_owners_test.rs#L113
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/outside_execution_test.rs#L177
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/outside_execution_test.rs#L233
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/owner_test.rs#L50
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/owner_test.rs#L219
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
rust:
packages/account_sdk/src/tests/owner_test.rs#L293
use of deprecated method `starknet::accounts::Account::execute_v1`: pre-v3 transactions are deprecated and will be disabled on Starknet soon; use `execute_v3` instead
|
storybook
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|