Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
~r"lib/lasso/core/streaming/stream_coordinator.ex.*pattern_match",

# Upstream subscription error handling
~r"lib/lasso/core/streaming/upstream_subscription_manager.ex.*pattern_match",
~r"lib/lasso/core/streaming/instance_subscription_manager.ex.*pattern_match",

# =============================================================================
# LiveView/Web Component Defensive Patterns
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](https://github.com/jaxernst/lasso-rpc/releases)

### Smart RPC aggregation for building fault tolerant and performant blockchain apps.
### Smart RPC aggregation for fault-tolerant and performant blockchain apps.

Lasso is a smart proxy/router that turns your node infrastructure and RPC providers into a **fast, observable, configurable, and resilient** multi-chain JSON-RPC layer.

Expand Down Expand Up @@ -263,7 +263,7 @@ Request pipeline:
4. On failure: retry/failover
5. Record benchmarking + telemetry

For deeper implementation details (supervision tree, BenchmarkStore, adapters, streaming internals), start with:
For deeper implementation details (supervision tree, BenchmarkStore, capabilities system, streaming internals), start with:

- [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)

Expand All @@ -282,7 +282,7 @@ Lasso runs on the BEAM (Erlang VM) to take advantage of its strengths for high-c

## Documentation

- **[CONFIGURATION.md](docs/CONFIGURATION.md)** - Profile YAML reference, strategies, adapters
- **[CONFIGURATION.md](docs/CONFIGURATION.md)** - Profile YAML reference, strategies, provider capabilities
- **[API_REFERENCE.md](docs/API_REFERENCE.md)** - HTTP/WebSocket endpoints, headers, errors
- **[DEPLOYMENT.md](docs/DEPLOYMENT.md)** - Production deployment, clustering, env vars
- **[ARCHITECTURE.md](docs/ARCHITECTURE.md)** - System design + components
Expand Down
Loading
Loading