mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
Implements the handler against the chanevents store. A zero end_time defaults to the server's current wall clock so callers can omit it for "up to now" queries. max_events is clamped to a 10000-row hard cap that also serves as the implicit default when the caller leaves the field at zero. An unknown chan_point maps to NotFound; negative time bounds and start_time after end_time map to InvalidArgument. The response sets has_more whenever the page filled to the requested limit so the client knows to keep paginating. Also registers the new endpoint in the macaroon permissions table under the channels:read entitlement. |
||
|---|---|---|
| .. | ||
| perms | ||
| channel_insights.go | ||
| close_recommendations.go | ||
| close_report.go | ||
| exchange_rate.go | ||
| exchange_rate_test.go | ||
| getchanevents.go | ||
| log.go | ||
| node_audit.go | ||
| revenue_report.go | ||
| rpcserver.go | ||
| validate.go | ||