Skip to content

Commit

Permalink
Refactor MarketDataService logic for better latency and scalability (
Browse files Browse the repository at this point in the history
…dcapal#208)

* Bump Rust dependencies

* Refactor `dcapal-backend` folder structure

* Refactor MarketDataService logic for better latency and scalability

* Fix typo

* Remove deadcode

* Remove unused imports
  • Loading branch information
leonardoarcari authored Dec 14, 2023
1 parent a296d75 commit e1e2674
Show file tree
Hide file tree
Showing 38 changed files with 836 additions and 720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Lint
run: |
cd dcapal-backend
cargo fmt -- --check
cargo fmt --all -- --check
cargo clippy -- -D warnings
- name: Build and Test
Expand Down
Loading

0 comments on commit e1e2674

Please sign in to comment.