lightning
lightning copied to clipboard
Sendpay with blindedpath
Add extra arguments to sendpay to handle bolt12's blinded paths.
There are some files autogenerated after I hit make:
modified: .msggen.json
modified: cln-grpc/proto/node.proto
modified: cln-grpc/src/convert.rs
modified: cln-rpc/src/model.rs
modified: contrib/msggen/msggen/schema.json
modified: contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py
modified: contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py
modified: contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py
modified: doc/index.rst
some of which are related to my changes, but others are not. I don't know if I should commit them too.
I had a mistake in the schema, rebased on top of that commit.
doc/index.rst looks new to me but i think that's ok. Rest is business as usual if you change something in the schema.
Related to #6609.
I am going to archive this for the moment. A new way of making payments has come out with injectpaymentonion and xpay is
already using it.