price-reporter: Dockerfile: Fixup & standardize Dockerfile #164
Annotations
6 errors and 2 warnings
struct `external_api::http::wallet::WithdrawBalanceRequest` has no field named `wallet_commitment_sig`:
funds-manager/funds-manager-server/src/fee_indexer/fee_balances.rs#L136
error[E0560]: struct `external_api::http::wallet::WithdrawBalanceRequest` has no field named `wallet_commitment_sig`
--> funds-manager/funds-manager-server/src/fee_indexer/fee_balances.rs:136:13
|
136 | wallet_commitment_sig: commitment_sig.to_vec(),
| ^^^^^^^^^^^^^^^^^^^^^ `external_api::http::wallet::WithdrawBalanceRequest` does not have this field
|
= note: available fields are: `update_auth`
|
struct `external_api::http::wallet::FindWalletRequest` has no field named `key_chain`:
funds-manager/funds-manager-server/src/relayer_client.rs#L137
error[E0560]: struct `external_api::http::wallet::FindWalletRequest` has no field named `key_chain`
--> funds-manager/funds-manager-server/src/relayer_client.rs:137:13
|
137 | key_chain: keychain.into(),
| ^^^^^^^^^ `external_api::http::wallet::FindWalletRequest` does not have this field
|
= note: available fields are: `private_keychain`
|
the trait bound `arbitrum_client::abi::settleOfflineFeeCall: alloy_sol_types::SolCall` is not satisfied:
funds-manager/funds-manager-server/src/fee_indexer/index_fees.rs#L134
error[E0277]: the trait bound `arbitrum_client::abi::settleOfflineFeeCall: alloy_sol_types::SolCall` is not satisfied
--> funds-manager/funds-manager-server/src/fee_indexer/index_fees.rs:134:13
|
134 | <settleOfflineFeeCall as SolCall>::SELECTOR => {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alloy_sol_types::SolCall` is not implemented for `arbitrum_client::abi::settleOfflineFeeCall`
|
no method named `refill_gas_for_active_wallets` found for reference `&custody_client::CustodyClient` in the current scope:
funds-manager/funds-manager-server/src/custody_client/gas_wallets.rs#L95
error[E0599]: no method named `refill_gas_for_active_wallets` found for reference `&custody_client::CustodyClient` in the current scope
--> funds-manager/funds-manager-server/src/custody_client/gas_wallets.rs:95:14
|
95 | self.refill_gas_for_active_wallets(DEFAULT_TOP_UP_AMOUNT).await?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: there is a method `refill_gas_for_wallets` with a similar name
|
95 | self.refill_gas_for_wallets(DEFAULT_TOP_UP_AMOUNT).await?;
| ~~~~~~~~~~~~~~~~~~~~~~
|
cannot find value `active_wallets` in this scope:
funds-manager/funds-manager-server/src/custody_client/gas_wallets.rs#L41
error[E0425]: cannot find value `active_wallets` in this scope
--> funds-manager/funds-manager-server/src/custody_client/gas_wallets.rs:41:23
|
41 | for wallet in active_wallets {
| ^^^^^^^^^^^^^^ not found in this scope
|
clippy-check
Clippy had exited with the 101 exit code
|
clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-check
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|