1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-12 10:30:45 +01:00
eclair/eclair-node/src
Thomas HUET 722c9ffac4
Manage Bolt 12 offers without extra plugin (#2976)
Offers allow a wide range of use-cases and it would be impossible
to cover everything in eclair, which is why we have relied on plugins
to manage offers. However most users will not need advanced
features, and we can handle default offer management that should
work for most users. Advanced users can still use a plugin to manage
more complex offer flows.

Supported use-cases:

- accepting donations
- selling items without inventory management
- compact (non-private) offers using our public node id
- private offers where our identity is protected by a blinded path

When blinded paths are used, the node operators specifies the
introduction node and the number of paths and their length.
Eclair will use its graph data to build payment paths based on
those parameters and add dummy hops / duplicate paths if
necessary.
2025-03-10 16:22:11 +01:00
..
main Manage Bolt 12 offers without extra plugin (#2976) 2025-03-10 16:22:11 +01:00
test fixup! Update logback to 1.5.16 (#2995) (#3004) 2025-02-07 11:22:04 +01:00