Skip to content

remove mysql and redis (#119) #454

remove mysql and redis (#119)

remove mysql and redis (#119) #454

Triggered via push November 8, 2023 15:38
Status Success
Total duration 21m 47s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
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
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
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
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: engine/src/output/mod.rs#L18
unused import: `Depth`
build: engine/src/output/mod.rs#L22
unused import: `convert::Into`
build: engine/src/output/mod.rs#L72
unused variable: `buf`
build: engine/src/output/mod.rs#L74
unused variable: `cr`
build: engine/src/output/mod.rs#L72
variable does not need to be mutable
build: engine/src/core.rs#L166
constant `MAX_OPEN_ORDERS_PER_SYMBOL` is never used
build: engine/src/core.rs#L170
multiple fields are never read
build: engine/src/core.rs#L186
field `user_pending_orders` is never read
build
`galois-engine` (lib) generated 8 warnings (run `cargo fix --lib -p galois-engine` to apply 5 suggestions)
build: sidecar/src/db.rs#L15
unused import: `crate::endpoint::TradingCommand`