Skip to content

Merge pull request #38 from renegade-fi/joey/fix-price-reporter-docker #166

Merge pull request #38 from renegade-fi/joey/fix-price-reporter-docker

Merge pull request #38 from renegade-fi/joey/fix-price-reporter-docker #166

Triggered via push August 27, 2024 01:19
Status Success
Total duration 24s
Artifacts

rustfmt.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 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
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format
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/
format
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/
format
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/
format
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/