Commit Graph

758 Commits (9d3d9ce68027c3ab8923aa55ad281bdf1e883a5b)
 

Author SHA1 Message Date
Alex Bosworth 9d3d9ce680
Merge pull request #393 from lightninglabs/bump-to-v0.14.0-beta
version: bump version to v0.14.0-beta
3 years ago
Alex Bosworth 2d48842605
version: bump version to v0.14.0-beta 3 years ago
Alex Bosworth beff8964f7
Merge pull request #391 from mauricepoirrier/patch-1
docs: typo
3 years ago
Maurice Poirrier 346ec2176c
docs: typo 3 years ago
Carla Kirk-Cohen 124eeea9d3
Merge pull request #378 from carlaKC/383-cancelation
loopout: Add swap cancelation for swaps that cannot route off-chain
3 years ago
carla 6350d873e0
release_notes: add swap cancelation feature 3 years ago
carla 3aee9ae924
looprpc: add new server states for client-initiated cancelation 3 years ago
carla f166ce899d
loopout: cancel swap with server when off-chain fails 3 years ago
carla 6b732bacee
executor: fix linter error 3 years ago
carla 16111352a8
multi: add cancel swap function to execute config 3 years ago
carla 4040bb356d
loopout: refactor payInvoice to return more payment information
We're going to want more information about our failures going
forward, so we refactor payInvoice to return a full payment
status. The primary change in this commit is that we surface
both types of payment failures (result.err when we fail immediately,
and lnrpc.Failure when our payment is failed back) and return them
in the failure() method, rather than combining this information
at a lower level.
3 years ago
carla 969e300241
loop: add cancel swap to server interface 3 years ago
carla 71501ef2e8
looprpc: add server cancelation rpc to server.proto 3 years ago
Alex Bosworth 0a8e037e61
Merge pull request #389 from lightninglabs/alexbosworth-patch-1
docs: remove pending release notice
3 years ago
Alex Bosworth 5df67ddbbf
docs: remove pending release notice 3 years ago
Oliver Gugger b8e1fb8a34
Merge pull request #388 from lightninglabs/lnd-0.13
Prepare for lnd v0.13.0 and upcoming LiT version
3 years ago
Oliver Gugger fdbf7e95e1
client: fix double hex encoding of node pubkey 3 years ago
Oliver Gugger 7453a72759
version: bump version to v0.13.0-beta 3 years ago
Oliver Gugger 45dbd582d1
multi: bump lnd min version to v0.11.1-beta
The version v0.10.1-beta of lnd is quite old with v0.13.0-beta just
being published as RC2. Maintaining backward compatibility in the
lndclient library is quite an effort. We decided to merge the v0.11.1
branch into master meaning that all our projects now have this minimum
version requirement.
3 years ago
Oliver Gugger 32f1f2657b
multi: bump lnd to version v0.13.0-beta.rc2
This commit bumps the _compile time_ version of lnd to v0.13.0-beta.rc2.
This does not have an effect on the user, the run time backward compatibility
will be preserved. Only the next commit will bump that minimum version.
3 years ago
Carla Kirk-Cohen 245e6b7917
Merge pull request #372 from carlaKC/sweep-abandon
loopout: do not reveal preimage too close to expiry
3 years ago
carla 9db8bd5f2a
loopout: do not reveal preimage if time to safe reveal has passed 3 years ago
yyforyongyu 8d4404a8fb
loopout: add test for checking preimage reveal after timeout 3 years ago
carla ab9a662758
loop/test: simplify preimage push test to be less dependent on height
Our preimage push test previously relied on our dropping down to the
default sweep conf target to mock a drop in chain fees. This makes
our test dependent on height, which makes changes to our sweep logic
regarding when we reveal our preimage break this test. In this commit
that logic is replaced with simply locking our mock and updating fees
on the fly.
3 years ago
Alex Bosworth db56b31b11
Merge pull request #379 from lightninglabs/v0.12.2-beta-release
version: bump to v0.12.2-beta
3 years ago
Alex Bosworth 9b5a3401fc
version: bump to v0.12.2-beta 3 years ago
András Bánki-Horváth ef296e9c74
Merge pull request #377 from bhandras/chainnoitifer_fix
loop: wait for chain notifier server to start
3 years ago
Andras Banki-Horvath a0b67da590
loop: wait for chain notifier server to start 3 years ago
Oliver Gugger 5d39ffec42
Merge pull request #375 from guggero/lsat-aperture
lsat: use package from aperture
3 years ago
Oliver Gugger 68c22d7192
lsat: remove local lsat package
We now only use the lsat package imported from aperture and can
therefore delete a whole bunch of duplicated code.
3 years ago
Oliver Gugger 27fd6b3304
multi: use aperture instead of local lsat library
Since the lsat code was copied over to aperture a while ago for other
projects to use as well, we should migrate over to that shared code
also. This will give us the recently added "remove token if payment
failed and try again" feature for free along with some other small
updates to the lsat package.
3 years ago
Oliver Gugger 9fe7ab1a0d
Merge pull request #374 from guggero/db-timeout
loopd+loopdb: add timeout to DB open
3 years ago
Oliver Gugger 39c8c9278d
loopd+loopdb: add timeout to DB open
To make sure we don't just block for forever if another Loop daemon
process is already running, we add a timeout and error out if obtaining
the unique file lock fails after 5 seconds.
3 years ago
András Bánki-Horváth c4c1f32bd9
Merge pull request #371 from ellemouton/bumpGoVersion
multi: bump minimum golang version to 1.15
3 years ago
Elle Mouton 208e1acc57 multi: bump minimum golang version to 1.15
Bump the minimum golang version to 1.15 in the go.mod file. The go
version is also updated in the Dockerfile and travis.yml file. This is
required so that the correct `errors.Is` method is used.
3 years ago
Alex Bosworth 4b68fce09a
Merge pull request #367 from yyforyongyu/increase-250
cmd: increase max miner fee multiplier
3 years ago
yyforyongyu d8f45b645c
cmd: increase max miner fee multiplier 3 years ago
Alex Bosworth 8c3206c785
Merge pull request #363 from lightninglabs/bump-to-v0.12.1-beta
version: bump to v0.12.1-beta
3 years ago
Alex Bosworth cedd16a178
version: bump to v0.12.1-beta 3 years ago
Carla Kirk-Cohen 1681aafade
Merge pull request #362 from carlaKC/autoloop-includepeers
autoloop: include peer rules for inflight/budget limits
3 years ago
carla cc10d5b207
release_notes: note update to autoloop reasons for peers 3 years ago
carla 502e47362c
liquidity: add peers to swap interface and include in set reason
This commit adds a peer listing function to our generic swap
interface, which we will use to set reasons for swaps that are
specified by peer pubkey rather than channel.
3 years ago
Oliver Gugger 2e2b38dce3
Merge pull request #358 from justinpobrien/patch-1
Simplify the README
3 years ago
Justin O'Brien 787e37b4cf
Merge branch 'master' into patch-1 3 years ago
carla 7ca7a70430
liquidity/test: add test to demonstrate missing peer reasons 3 years ago
Oliver Gugger a6acfdaec6
Merge pull request #359 from lightninglabs/regtest-server
docs+Docker: document how to use a regtest Loop server
3 years ago
Justin OBrien f295dc9c94 Address comments
Added faqs with fees explainer, regtest section from Oli's PR, and several other tweaks
3 years ago
Oliver Gugger e5a1914433
release_notes: add regtest Loop server 3 years ago
Oliver Gugger fea9e3e7d8
README: add section describing the regtest Loop server 3 years ago
Oliver Gugger 552fdaeb28
regtest: add demo/quick start regtest environment
To help with development of apps that use the Loop daemon (`loopd`) for
liquidity management, it is often useful to test it in controlled
environments
such as on the Bitcoin `regtest` network.

Lightning Labs provides a stripped down version of the Loop server that
works
only for `regtest` and is only published in compiled, binary form
(currently as
a Docker image).

The `docker-compose.yml` shows an example setup and is accompanied by a
quick
start script that should make getting started very easy.
3 years ago