Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces Band data source integration to the Bothan system and modernizes string formatting across the codebase by replacing verbose format placeholders ({}) with inline variable syntax ({variable}).
Key Changes:
- Adds new
bothan-bandmodule with REST API client and worker implementation for Band data source - Integrates Band workers into the core manager and configuration system
- Updates string formatting throughout the codebase to use inline format syntax
Reviewed Changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| bothan-band/* | New Band integration module including API client, worker, and types |
| bothan-core/src/manager/crypto_asset_info/* | Adds Band worker variant to enum and integration logic |
| bothan-core/Cargo.toml | Adds bothan-band dependency |
| bothan-api/server/src/config/manager/crypto_info/sources.rs | Adds Band worker configuration options (band1, band2) |
| bothan-api/server/cli/src/commands/start.rs | Initializes Band worker options |
| Various files | Modernizes format strings to inline syntax |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 26 out of 27 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 26 out of 27 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 27 out of 28 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 28 out of 30 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 35 out of 37 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 35 out of 37 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 36 out of 38 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG.mdFiles changedtab in the GitHub PR explorer)