lnd/lnrpc/walletrpc
yyforyongyu a8f5a09dea
sweep: don't give up an input based on number of attempts
This commit removes the logic where we remove an input when it's been
published more than 10 times. This is needed as in our future fee
bumper, we might start with a low fee and rebroadcast the same input for
hundred of blocks.
2024-04-19 21:33:23 +08:00
..
config_active.go walletrpc+subserver_config: add coin selection strategy 2024-02-23 08:58:09 +01:00
config_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
errors.go rpc: SendOutputs considers anchor reserve 2023-04-29 22:44:23 +02:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
psbt.go multi: move 3 vars from walletrpc+lncfg to chanfunding 2024-03-13 09:50:16 -07:00
walletkit_grpc.pb.go walletrpc: add PsbtCoinSelect option to FundPsbt 2024-02-23 08:58:10 +01:00
walletkit_server_test.go multi: add coin selection strategy option to all on-chain rpcs 2024-04-01 19:08:22 +02:00
walletkit_server.go sweep: don't give up an input based on number of attempts 2024-04-19 21:33:23 +08:00
walletkit_util_test.go cmd/lncli+walletrpc: add createwatchonly command 2021-10-14 15:42:58 +02:00
walletkit_util.go walletrpc: add sign/verify methods 2023-01-24 09:22:05 +01:00
walletkit.pb.go lnrpc+lnd+config: add coin selection strategy to all on-chain rpcs 2024-04-01 19:08:01 +02:00
walletkit.pb.gw.go walletrpc: add new RemoveTransaction endpoint. 2023-12-12 14:18:16 +01:00
walletkit.pb.json.go walletrpc: add new RemoveTransaction endpoint. 2023-12-12 14:18:16 +01:00
walletkit.proto lnrpc+lnd+config: add coin selection strategy to all on-chain rpcs 2024-04-01 19:08:01 +02:00
walletkit.swagger.json lnrpc+lnd+config: add coin selection strategy to all on-chain rpcs 2024-04-01 19:08:01 +02:00
walletkit.yaml walletrpc: add new RemoveTransaction endpoint. 2023-12-12 14:18:16 +01:00