mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-18 13:08:13 +02:00
Normal constraints are clamps on min/max caused by failed payments: min for the channels that succeeded, max for the channel which failed. Impressions are the results of successful payments, which alter both min and max (negatively in the forward direction, positively in the reverse). impression: n 1. An effect, feeling, or image retained as a consequence of experience. 2. A vague notion, remembrance, or belief. 3. A mark produced on a surface by pressure. Unlike constraints, this is the result of our own effect on the network: they're related but different enough to get their own API and terminology. The name conveys both we made an impression on the channel, and that the results are a bit vague (due to other changes since then, which we won't know about). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: JSON-RPC: `askrene` layers now contain "impressions" representing the effects of successful payments we made through channels. |
||
|---|---|---|
| .. | ||
| beginners-guide | ||
| contribute-to-core-lightning | ||
| developers-guide | ||
| getting-started | ||
| miscellaneous | ||
| node-operators-guide | ||
| schemas | ||
| .gitignore | ||
| CHANGELOG.md | ||
| COVERAGE.md | ||
| index.rst | ||
| LICENSE.md | ||
| lightning-cli.1.md | ||
| lightning-downgrade.8.md | ||
| lightning-hsmtool.8.md | ||
| lightning-reckless.1.md | ||
| lightningd-config.5.md | ||
| lightningd-rpc.7.md | ||
| lightningd.8.md | ||
| Makefile | ||
| reckless.7.md | ||
| rpc-schema-draft.json | ||
| undoc-flags.list | ||