Skip to content

340 add handling for non recoverable stellar submission errors #529

340 add handling for non recoverable stellar submission errors

340 add handling for non recoverable stellar submission errors #529

Triggered via pull request October 25, 2023 10:52
Status Failure
Total duration 59m 41s
Artifacts

ci-main.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L538
failed to resolve: could not find `mocktopus` in `stellar_wallet`
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L544
unused imports: `Memo`, `Network`, `PUBLIC_NETWORK`, `Preconditions`, `TEST_NETWORK`, `TransactionExt`, `TransactionV1Envelope`, `Transaction`, `compound_types::LimitedVarArray`
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L555
unused import: `reqwest::Client`
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L560
unused import: `super::are_memos_eq`
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L1142
no method named `mock_safe` found for fn item `fn(&StellarWallet, &spacewalk_primitives::substrate_stellar_sdk::Transaction) -> Pin<Box<dyn futures::Future<Output = bool> + std::marker::Send>> {StellarWallet::is_transaction_already_submitted::<'_, '_>}` in the current scope
ci (ubuntu-latest): clients/wallet/src/stellar_wallet.rs#L1168
no method named `mock_safe` found for fn item `fn(&StellarWallet, &spacewalk_primitives::substrate_stellar_sdk::Transaction) -> Pin<Box<dyn futures::Future<Output = bool> + std::marker::Send>> {StellarWallet::is_transaction_already_submitted::<'_, '_>}` in the current scope
ci (ubuntu-latest)
could not compile `wallet` due to 6 previous errors
ci (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
ci (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/