Skip to content

Commit b0886ee

Browse files
dzhelezovclaude
andcommitted
docs(readme): note opt-in Portal-native realtime; gitignore session dir
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 77761f7 commit b0886ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ harness/results.*.json
33
harness/euler/vaults.*.json
44
*.log
55
.DS_Store
6+
.claude/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The free public Portal is ideal for trying the fork and for development, but sha
8787

8888
- [**How it works**](portal/INTEGRATION.md) — the historical-sync seam, read-ahead chunk buffer, factory discovery, adaptive concurrency, and memory backpressure.
8989
- [**Observability**](portal/INTEGRATION.md)`PORTAL_METRICS_FILE` writes a per-chain JSON metrics file (throughput, bytes, errors, RPC-fallback); `PORTAL_GATE_LOG=1` logs the adaptive controller.
90+
- **Portal-native realtime** (experimental) — realtime runs on your RPC by default; set `PORTAL_REALTIME=stream` to serve the tip from the Portal's fork-aware `/stream` instead of RPC.
9091
- [**Versioning & releases**](PUBLISHING.md)`@subsquid/ponder@<ponder-version>-sqd.<rev>`, generated from upstream Ponder + a per-version patch.
9192

9293
## Contributing & support

0 commit comments

Comments
 (0)