Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ Contributions can include:

Feel free to suggest enhancements or report issues in the project repository.


## Implementation Details

### indexer-service-rs
Expand Down Expand Up @@ -231,7 +230,6 @@ The TAP Agent is an actor-based system powered by [ractor](https://crates.io/cra
- Review debug logs (`RUST_LOG=debug`) for additional context.
- Use the Grafana dashboard to identify bottlenecks or failures in the actor system.


## Crates

| Crate Name | Description |
Expand All @@ -247,7 +245,6 @@ The TAP Agent is an actor-based system powered by [ractor](https://crates.io/cra
| `indexer-watcher` | An alternative to [eventuals](https://github.com/edgeandnode/eventuals), built on `tokio::sync::watch`. |
| `test-assets` | Provides assets for testing, such as generating allocations, wallets, and receipts. |


## Additional Documentation

- [Routes Documentation](./docs/Routes.md): Comprehensive list of available routes and their descriptions.
Expand Down
Loading