Oliver Gugger
811deaa6e9
cmd/pool+tools: update Go version of linter, fix issues
2024-05-31 10:39:24 +02:00
Andras Banki-Horvath
948dbca84e
multi: bump aperture and rename L402 to LSAT where possible
2024-05-23 14:07:48 +02:00
Oliver Gugger
52cdb3d5f9
multi: add simple taproot channel type to order
2023-10-25 10:04:23 +02:00
Oliver Gugger
31f714dafc
multi: update to lnd v0.17.0-beta
2023-10-03 19:38:20 +02:00
Oliver Gugger
c2e832044c
cmd/poold: log startup errors to stderr
2023-06-19 16:11:45 +02:00
Oliver Gugger
59c7c2b400
cmd/pool: acc new account version
2023-03-08 17:42:06 +01:00
Oliver Gugger
34af866ce9
multi: fix linter issues
2023-02-23 11:26:42 +01:00
Oliver Gugger
e768140d1e
cmd/pool+auctioneer: fix default number of keys during recovery
...
This commit fixes an issue where the derivation index of an account was
greater than the default number of keys we attempted during account
recovery.
2023-02-08 16:45:57 +01:00
Oliver Gugger
8eff5d31eb
cmd/pool: increase default number of keys to try in recovery
...
This commit fixes an issue where a large number of attempts at creating
an account lead to the index of the first successful account to be
higher than the previous number of keys we tried by default. This
resulted in the account not being recovered without manually overriding
this value in the command line.
2023-02-08 16:42:08 +01:00
Oliver Gugger
3dd4c31db8
cmd/pool: fix confirmation constraint description
2022-12-05 09:42:31 +01:00
Robyn
cd632058b0
account: expose historical account modification fees via RPC
...
This commit adds a new RPC endpoint which returns a per-account list of account modification fees.
2022-11-15 12:54:28 +00:00
Jordi Montes
c71a9c3657
Merge pull request #414 from positiveblue/fix-405
...
cmd: update `--confirmation_constraints` description
2022-11-07 17:12:15 +01:00
positiveblue
594d32c1ef
cmd: update --confirmation_constraints description
2022-11-07 08:06:18 -08:00
positiveblue
115dc70863
cmd: self_chan_amt cli validation
2022-11-07 07:42:43 -08:00
positiveblue
d514a312e9
cmd: allow min_chan_amt > amt for outbound liquidity ask orders
...
Skip the extra check in the cli validation flow for the markets where
this option is a valid.
This bug only applied to the validation logic in the cli package, poold
and the backend services validate the orders correctly.
2022-11-07 07:42:38 -08:00
positiveblue
ed678082e7
cmd: use --amt in submit order description
2022-10-31 07:47:03 -07:00
Jordi Montes
905219b9ff
Merge pull request #398 from lightninglabs/cli-public-orders
...
cmd: make orders public by default
2022-10-27 08:14:34 -07:00
positiveblue
025f27077e
cmd: make orders public by default
2022-10-27 07:55:19 -07:00
positiveblue
b85169917b
docs: sketch the two supported auction types
2022-10-25 05:42:25 -07:00
positiveblue
e5d78fd3cb
multi: update order/batch verification for outbound liquidity auctions
2022-10-25 05:42:18 -07:00
positiveblue
34bbd1ec3f
cmd: add auction type param for orders
2022-10-25 05:04:52 -07:00
positiveblue
9ce8d4b955
cmd: add --public flag for orders that can be shared
2022-10-18 04:34:22 -07:00
positiveblue
d2186c2fe7
cmd/pool: add channel announcement/confirmation constraints flags
...
bonus: fix style for some +80 column lines
2022-10-18 04:34:21 -07:00
Oliver Gugger
819670fa82
multi: make profile IP configurable
2022-09-23 09:44:46 +02:00
positiveblue
28e004ba02
cmd: parse and print account version field
2022-09-12 17:20:12 +02:00
Oliver Gugger
701b999463
multi: calculate locked value based on account version
2022-09-12 17:20:12 +02:00
Oliver Gugger
aa5fdf80b1
cmd/pool: add account version to CLI
2022-09-12 17:20:10 +02:00
Oliver Gugger
986d889b74
multi: fix linter issues
2022-08-03 20:33:06 +02:00
Oliver Gugger
7ead411f81
cmd/pool: remove mention of rate_fixed flag
2022-07-12 21:20:47 +02:00
Oliver Gugger
1b5642828f
cmd/pool: increase default recover target, fix text
2022-07-12 21:19:36 +02:00
positiveblue
be0e66f35b
cmd: parse allowed/not allowed nodeids order field
2022-04-22 00:25:18 -07:00
positiveblue
a036b5ea94
cmd/debug: add delete order to debug cli
2022-04-13 14:30:28 -07:00
positiveblue
6027ccd3d6
multi: bump btcec/v2 and btcutil to new versions
2022-03-28 15:22:41 +02:00
positiveblue
51a64e8fc1
cmd: improve InitAccount cli message
...
Our message was really confusing. If InitAccount was used with
the `sat_per_vbyte` option we were printing the default `conf_target`
that was not used at all.
2022-03-02 13:36:30 -08:00
positiveblue
7b0ddfe6cc
cmd/account: add flags to recovery process
2022-01-27 23:37:29 -08:00
positiveblue
c8a1aa9311
cmd/pool: user server assisted recovery by default
2022-01-26 01:17:30 -08:00
Olaoluwa Osuntokun
67fb1b4b97
cmd/pool: stop setting a default channel type on the CLI
...
In this commit, we move to stop setting a default channel type on the
CLI. Instead, we want this to be selected at runtime by the daemon based
on what the lnd node can offer.
2021-12-17 18:02:40 -08:00
Oliver Gugger
94c67dd54d
Merge pull request #319 from guggero/pool-cli-conflict
...
Fix pool CLI short name conflict
2021-12-01 15:20:38 +01:00
Oliver Gugger
2803a5f93c
cmd/pool: fix colliding cmd short name
...
Fixes #318 .
Short names must be unique. This commit renames the short command name
"r" for "pool accounts recover" to "re" to not conflict with "renew".
2021-12-01 15:18:09 +01:00
Oliver Gugger
7f2f481810
Merge pull request #305 from lightninglabs/auto-renew
...
multi: extend account expiry after using it
2021-11-29 16:03:21 +01:00
Oliver Gugger
dc4ef7e981
cmd/pool: fix incorrect godoc
2021-11-29 11:08:40 +01:00
positiveblue
f94c9c284c
cmd/pool: add flags for exipry updates during Deposits/Withdraws
2021-11-09 17:48:52 -08:00
Wilmer Paulino
644f3e1eef
pool: add channel type flag for order submission
2021-11-02 16:48:08 -07:00
Oliver Gugger
856e09e80d
cmd/pool: make min_chan_amt mandatory in auto mode
...
To avoid running into an error during automatic bid order submission
when offering a sidecar channel, we need to make the --min_chan_amt flag
of the order mandatory.
2021-10-29 17:20:18 +02:00
Oliver Gugger
429b28b110
multi: prepare for upcoming lnd v0.14.0-beta release
2021-10-20 19:25:54 -07:00
positiveblue
c90f15878d
cmd/pool: add sats_per_vbyte to account new
2021-10-01 09:54:26 -07:00
Oliver Gugger
3f8f556a44
cmd/pool: add sidecar list and cancel commands
2021-09-29 15:41:35 +02:00
Oliver Gugger
7b2d457dd3
multi: update ticket state after submitting order
...
When manually submitting an order, we want to update the state of the
ticket in the main database to the same state that we update the ticket
that's stored within the orders's TLV data.
2021-09-29 15:41:34 +02:00
Oliver Gugger
3d015ec18d
cmd/pool: use DecodeSidecarTicket RPC for printticket
2021-09-22 17:00:43 +02:00
Olaoluwa Osuntokun
d0094acbb2
Merge pull request #269 from orbitalturtle/sidecar-offer-account
...
cmd/pool: make sure to retrieve trader key when using sidecarOffer command
2021-06-30 14:42:53 -07:00