Oliver Gugger
86fc1b9270
Merge pull request #318 from alexbosworth/v0.11.1-beta
...
version: bump to 0.11.1-beta
2020-11-12 19:39:33 +00:00
Alex Bosworth
83d1ea3828
version: bump to 0.11.1-beta
2020-11-12 11:30:56 -08:00
Oliver Gugger
6552bf4529
Merge pull request #316 from guggero/user-agent-initiator
...
Add initiator field to user agent string
2020-11-09 12:00:52 +00:00
Oliver Gugger
e91d632dcb
release_notes: mention initiator field
2020-11-09 12:57:34 +01:00
Oliver Gugger
fcdd5fe9f8
cmd/loop: add initiator to swap requests
2020-11-09 12:57:33 +01:00
Oliver Gugger
481839b0fb
liquidity: add initiator to swap requests
2020-11-09 12:57:33 +01:00
Oliver Gugger
8758d00862
loopd: add initiator to swap requests
2020-11-09 12:57:32 +01:00
Oliver Gugger
2a732a4385
loop: add initiator string to user agent
2020-11-06 10:43:03 +01:00
Oliver Gugger
e6e533aeda
version: allow specifying the normalization alphabet
2020-11-06 10:43:01 +01:00
Oliver Gugger
58c1c25a8b
looprpc: add initiator field to swap requests
2020-11-06 10:43:00 +01:00
Oliver Gugger
785acf74ca
looprpc: unify formatting
2020-11-06 10:42:59 +01:00
Oliver Gugger
385fed89b5
make: fix commit ldflag
2020-11-06 10:42:57 +01:00
Oliver Gugger
c6b3e21801
make: add rpc command
2020-11-06 10:42:56 +01:00
Carla Kirk-Cohen
b50a99fa39
Merge pull request #311 from carlaKC/docs-autoloop
...
docs: add autoloop documentation
2020-11-03 11:17:16 +02:00
carla
293078d920
docs: add autoloop documentation
2020-11-03 11:09:02 +02:00
Oliver Gugger
66eff361c2
Merge pull request #312 from guggero/lnd-update
...
mod: update to final lnd version
2020-10-30 09:52:04 +00:00
Oliver Gugger
36fdbda6c4
mod: update to final lnd version
2020-10-30 10:36:41 +01:00
Alex Bosworth
96a2187518
Merge pull request #310 from lightninglabs/v0.11.0-beta
...
version: bump to 0.11.0-beta
2020-10-27 10:54:33 -07:00
Alex Bosworth
a944834a5e
version: bump to 0.11.0-beta
2020-10-27 09:01:41 -07:00
Alex Bosworth
87d7899d6c
Merge pull request #309 from lightninglabs/remove-old-lnd-versions
...
README: remove guidance for older versions of LND
2020-10-27 08:53:16 -07:00
Alex Bosworth
062be68352
README: remove guidance for older versions of LND
...
Older versions of LND should not be used
2020-10-26 15:38:19 -07:00
Carla Kirk-Cohen
c89f57d2a3
Merge pull request #307 from carlaKC/releasenotes-moveautoloop
...
releasenotes: move autoloop and simplify instructions
2020-10-26 08:49:44 +02:00
carla
99a96a80ae
release_notes: delete old release notes and add instruction
...
It can be confusing to have multiple sets of release notes tracked in
this doc. Remove already released versions and update instructions.
2020-10-22 21:15:17 +02:00
carla
6f8f6899a3
release_notes: move autoloop into next release
...
Merged in the wrong place
2020-10-22 20:46:52 +02:00
Carla Kirk-Cohen
96f395e263
Merge pull request #305 from carlaKC/autoloop-forcetick
...
liquidity: add force tick endpoint to trigger autoloop in tests
2020-10-15 14:10:06 +02:00
carla
87b02b7715
multi: add force tick endpoint behind debug server
...
To itest our autolooper, we need to be able to trigger dispatch on
demand. This functionality is included in a separate rpc server behind
a dev flag. Since it is unlikely that we need to split loop into
multiple rpc servers, this commit simply adds an additional debug server
rather than opting for a full subserver setup.
2020-10-15 13:53:27 +02:00
Oliver Gugger
62be092c87
Merge pull request #306 from lightninglabs/label-tx
...
Update lndclient, add labels to on-chain transactions
2020-10-15 10:47:31 +02:00
Oliver Gugger
6e71185a9b
release_notes: add labels
2020-10-15 10:40:13 +02:00
Oliver Gugger
38ddbfb45d
mod+loopin+loopout: update lndclient, add labels to TXs
...
We update to the latest lndclient that now requires a label when
publishing an on-chain transaction. Instead of just adding an empty
string, we use the proper labels added in a previous commit.
2020-10-15 10:40:12 +02:00
Oliver Gugger
3a3571ba6f
labels: add on-chain labels for loop in/out
2020-10-15 10:25:59 +02:00
Carla Kirk-Cohen
afc41adab0
Merge pull request #295 from carlaKC/205-autoout
...
liquidity: add budget-limited autoloop
2020-10-15 08:50:46 +02:00
Alex Bosworth
24523b569f
Merge pull request #302 from alexbosworth/v0.10.0-beta
...
version: bump to 0.10.0-beta
2020-10-13 08:54:15 -07:00
Oliver Gugger
649976fa48
Merge pull request #304 from guggero/user-agent-string
...
Send user agent string with each swap
2020-10-13 08:36:29 +02:00
Oliver Gugger
45ee44d8eb
release_notes: mention user agent string
2020-10-13 08:34:06 +02:00
Oliver Gugger
61b2387be7
looprpc+swap_client: add user agent string to swaps
2020-10-13 08:28:55 +02:00
Oliver Gugger
f36b105135
version: add user agent string
2020-10-13 08:28:55 +02:00
carla
24fb50a1dd
release_notes: add autolooper to new features
2020-10-12 13:34:58 +02:00
carla
a2edd78f5a
loop: add autoout parameters to cli
2020-10-12 13:34:57 +02:00
carla
eb6b476469
looprpc: add autoloop parameters to rpc server
2020-10-12 13:34:56 +02:00
carla
8166d936e1
multi: add opt-in automated swap dispatch to liquidity manager
2020-10-12 13:34:55 +02:00
carla
fd17580213
liquidity: add max in flight limit to swap suggestions
...
To allow control over the rate at which we dispatch autoloops, we add
a limit to the number of in flight autoloops we allow.
2020-10-12 13:34:54 +02:00
carla
692620d367
liquidity: add fee budget to swap suggestions
...
Add a dated fee budget to our swap suggestions. This budget only applies
to automatically dispatched swaps (which will be added in later
commits). We choose to apply the fee budget to our suggestions so that
they perfectly replicate what the autolooper would do. The budget has a
start date so that it can be refreshed once it has been used up over a
period (rather than having to endlessly increase it).
2020-10-12 13:34:54 +02:00
carla
bda6d36a90
liquidity/test: pass full parameters into suggest swaps and add default
...
As we add more parameters in this PR, we wil want to test values
beyond our default values. This commit updates the suggest swaps test
helper to take a full setup struct, and adds a default set of channels
and rules which will be used in the absense of this setup struct.
2020-10-12 13:34:53 +02:00
carla
7b56804bbe
multi: move label validation to rpc and simplify validation function
...
Previously labels with reserved prefixes were added to provide us
with a way to identify automatically dispatched loops. This commit moves
the validation of these labels to the rpc level so that it will only
apply to user-initiated swaps.
2020-10-12 13:34:52 +02:00
Carla Kirk-Cohen
15a400b411
Merge pull request #303 from carlaKC/gosum-clean
...
go.sum: run go mod tidy to cleanup old dependencies
2020-10-12 13:32:14 +02:00
carla
b1a4313fbb
go.sum: run go mod tidy to cleanup old dependencies
2020-10-12 12:45:11 +02:00
Alex Bosworth
d72b8edef6
version: bump to 0.10.0-beta
2020-10-09 10:08:21 -07:00
Carla Kirk-Cohen
a6956a4e06
Merge pull request #289 from carlaKC/205-restrictsuggestions
...
suggestions: add fee and ongoing swap restrictions
2020-10-05 08:57:35 +02:00
carla
14ccdc9b61
release_notes: add swap suggestions updates to release notes
2020-09-30 13:26:26 +02:00
carla
ed95c16ae4
loop: add set params command
2020-09-30 12:46:37 +02:00