Liquidity pools refactor #186
cargo-build-and-test.yaml
on: pull_request
Build and test Stellar SDK
45s
Publish to crates.io
0s
Annotations
1 error and 14 warnings
Build and test Stellar SDK
Process completed with exit code 101.
|
Build and test Stellar SDK
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test Stellar SDK
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
Build and test Stellar SDK
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/
|
Build and test Stellar SDK
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/
|
Build and test Stellar SDK
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/
|
Build and test Stellar SDK
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/
|
Build and test Stellar SDK:
src/liquidity_pools/mod.rs#L1
unused import: `all_liquidity_pools_request::AllLiquidityPoolsRequest`
|
Build and test Stellar SDK:
src/liquidity_pools/mod.rs#L2
unused import: `single_liquidity_pool_request::SingleLiquidityPoolRequest`
|
Build and test Stellar SDK:
src/liquidity_pools/mod.rs#L4
unused import: `crate::horizon_client::HorizonClient`
|
Build and test Stellar SDK:
src/liquidity_pools/all_liquidity_pools_request.rs#L1
unused import: `crate::liquidity_pools::LIQUIDITY_POOLS_PATH`
|
Build and test Stellar SDK:
src/liquidity_pools/mod.rs#L13
ambiguous glob re-exports
|
Build and test Stellar SDK:
src/claimable_balances/mod.rs#L87
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Build and test Stellar SDK:
src/liquidity_pools/all_liquidity_pools_request.rs#L1
unused import: `crate::liquidity_pools::LIQUIDITY_POOLS_PATH`
|
Build and test Stellar SDK
`stellar-rs` (lib) generated 6 warnings (run `cargo fix --lib -p stellar-rs` to apply 4 suggestions)
|