L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Update balance and open channel api's -- ldk 108, bdk 19 #88

Closed johncantrell97 closed 2 years ago

johncantrell97 commented 2 years ago

This exposes a bunch more information about the node's balances to include information about their channels (balance and send/receive capacity).

This exposes a handful of configuration options when opening channels. This lets you set custom ids, push amounts, cltv delta expiry, fee amounts, and more.

Upgrades to ldk 108 and bdk 0.19

johncantrell97 commented 2 years ago

Also adds a NetworkGraphInfo endpoint for getting the number of nodes and channels in a node's graph.