Skip to content

Commit d5b93c6

Browse files
author
Ksenia Troshchenkova
committed
chore: formatting
1 parent 2cacfc8 commit d5b93c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.claude/CODEBASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ See `docs/ARCHITECTURE.md` for the full architecture diagram and detailed compon
9797
| `HTTP_HOST` | HTTP bind address (default: `0.0.0.0`) |
9898
| `HTTP_PORT` | API port (default: `3000`) |
9999
| `WORKER_POOLS_CONFIG` | Worker pools config file (default: `worker_pools.toml`) |
100-
| `BLOCKLIST_CONFIG` | Blacklist config file (default: `blocklist.toml`) |
100+
| `BLOCKLIST_CONFIG` | Blocklist config file (default: `blocklist.toml`) |
101101
| `RUST_LOG` | Tracing filter (e.g. `info,fynd=debug`) |
102102

103103
### CLI Commands

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Provides `extract_subset()` for creating filtered snapshots that algorithms can
239239

240240
**Crate:** `fynd-core` **Location:** `fynd-core/src/feed/tycho_feed.rs`
241241

242-
Background task that connects to Tycho's WebSocket API, processes component/state updates, updates SharedMarketData, and broadcasts `MarketEvent`s. Applies TVL filtering with hysteresis (components are added at `min_tvl` and removed at `min_tvl / tvl_buffer_ratio`), token recency filtering (`traded_n_days_ago`), blacklisting, and token quality filtering.
242+
Background task that connects to Tycho's WebSocket API, processes component/state updates, updates SharedMarketData, and broadcasts `MarketEvent`s. Applies TVL filtering with hysteresis (components are added at `min_tvl` and removed at `min_tvl / tvl_buffer_ratio`), token recency filtering (`traded_n_days_ago`), blocklisting, and token quality filtering.
243243

244244
***
245245

fynd-rpc/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ infrastructure.
88
| Module | Description |
99
|---|---|
1010
| `builder.rs` | `FyndRPCBuilder` wraps `FyndBuilder`, adds HTTP server config. `FyndRPC` struct runs the server with graceful shutdown |
11-
| `config.rs` | `WorkerPoolsConfig` (TOML loader), `BlacklistConfig`, `defaults` module re-exporting `fynd-core` defaults + HTTP-specific ones |
11+
| `config.rs` | `WorkerPoolsConfig` (TOML loader), `BlocklistConfig`, `defaults` module re-exporting `fynd-core` defaults + HTTP-specific ones |
1212
| `protocols.rs` | `fetch_protocol_systems()` — paginated Tycho RPC call to discover available protocols |
1313
| `api/` | HTTP endpoint handlers and OpenAPI documentation |
1414

0 commit comments

Comments
 (0)