lnd.xprv/lnrpc/invoicesrpc
Olaoluwa Osuntokun 363caa441a
rpc: allow wumbo invoices
In this commit, we remove the restriction surrounding the largest
invoices that we'll allow a user to create. After #3967 has landed,
users will be able to send in _aggregate_ a payment larger than the
current max HTLC size limit in the network. As a result, we can just
treat that value as the system's MTU, and allow users to request
payments it multiples of that MTU value.

A follow up to this PR at a later time will also allow wumbo _channels_.
However, that requires us to tweak the way we scale CSV values, as post
wumbo, there is no true channel size limit, only the
_local_ limit of a given node. We also need to implement a way for nodes
to signal to other nodes their accepted max channel size.
2020-04-09 19:02:08 -07:00
..
addinvoice.go rpc: allow wumbo invoices 2020-04-09 19:02:08 -07:00
config_active.go rpc: allow wumbo invoices 2020-04-09 19:02:08 -07:00
config_default.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
driver.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
invoices_server.go rpc: allow wumbo invoices 2020-04-09 19:02:08 -07:00
invoices.pb.go lnrpc: run clang-format 2020-03-10 20:19:08 +01:00
invoices.proto lnrpc: run clang-format 2020-03-10 20:19:08 +01:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go multi: rename key_send, key-send and key send to keysend 2020-01-16 18:37:16 -08:00