lnd/lnrpc/routerrpc
Olaoluwa Osuntokun b368e476c5
lnwire: update Sig to support both ECDSA and schnorr sigs
In this commit, we update the Sig type to support ECDSA and schnorr
signatures. We need to do this as the HTLC signatures will become
schnorr sigs for taproot channels. The current spec draft opts to
overload this field since both the sigs are actually 64 bytes in length.
The only consideration with this move is that callers need to "coerce" a
sig to the proper type if they need schnorr signatures.
2023-08-22 16:29:19 -07:00
..
config.go routing+lnrpc: make capacity factor configurable 2023-02-24 15:28:55 +01:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
forward_interceptor.go routerrpc: Check for nil IncomingCircuitKey 2023-02-10 13:40:40 -05:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
router.pb.go mod+lnrpc: bump google.golang.org/protobuf to v1.30.0 2023-05-11 22:52:00 +02:00
router.pb.gw.go routerrpc: add TrackPayments 2022-09-08 10:48:34 +02:00
router.pb.json.go Merge pull request #6899 from kaloudis/protos-remove-js-build-tag 2022-09-13 17:36:14 -07:00
router.proto multi: mark bimodal estimator experimental 2023-03-23 11:12:10 +01:00
router.swagger.json multi: mark bimodal estimator experimental 2023-03-23 11:12:10 +01:00
router.yaml routerrpc: add TrackPayments 2022-09-08 10:48:34 +02:00
router_backend.go lnwire: update Sig to support both ECDSA and schnorr sigs 2023-08-22 16:29:19 -07:00
router_backend_test.go routing+routerrpc: add capacity in rpcs 2022-12-12 13:22:29 +01:00
router_grpc.pb.go routerrpc: update QueryProbability documentation 2023-01-11 16:47:54 +01:00
router_server.go routing+lnrpc: subscribe payment stream before sending it 2023-05-23 21:26:09 +08:00
router_server_deprecated.go multi: update linter, fix new issues 2023-06-13 11:58:33 +02:00
router_server_test.go routing+routerrpc: test stream cancellation 2022-09-10 21:53:01 +02:00
routing_config.go routing+lnrpc: make capacity factor configurable 2023-02-24 15:28:55 +01:00
subscribe_events.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00