Commit Graph

746 Commits (71501ef2e814941c67520539c1899b2173620acb)
 

Author SHA1 Message Date
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
Justin O'Brien f25bdd407d
Tweak use cases
Updated based on Alex's comments
3 years ago
Justin O'Brien 2660a04ca1
Simplify the README
A bunch of edits to better promote Autoloop and make Loop a bit more approachable to users. Ideally this lowers the barrier to entry for people wanting to get started
3 years ago
Carla Kirk-Cohen dcef0322b9
Merge pull request #357 from ellemouton/validate-loop-out-amount
loopd: verify loop out amount
3 years ago
Elle Mouton 65fe06cec2 loopd: verify loop out amount
This commit adds validation that checks if the loop out amount specified can
be satisfied given the nodes current channel balances.
3 years ago
Carla Kirk-Cohen d6db6184f3
Merge pull request #348 from yyforyongyu/344-loop-quote
looprpc: add verbose resp in loop quote
3 years ago
Oliver Gugger c9cb57faa2
Merge pull request #353 from lightninglabs/issue-template
GitHub: add issue templates
3 years ago
Oliver Gugger 313d6f6e5d
GitHub: add issue templates
To make initial triage easier and nudge people into reading the
documentation and gathering information before submitting an issue, we
add three issue templates: bug reports, feature requests and "other".
3 years ago
Carla Kirk-Cohen 4d9d398b23
Merge pull request #349 from ellemouton/validate-dest-addr-network
loopd: verify that dest addr is for correct chain
3 years ago
yyforyongyu 82401ff1ba
cmd: prettify loop quote in/out responses 3 years ago
Elle Mouton 5399e60554 loopd: verify that dest addr is for correct chain
This commit adds verification to the loop out request to ensure that the
formatting of the specified destination address matches the network that
lnd is running on.
3 years ago
Elle Mouton 5c34dd1177 loopd: refactor loop out request validation
This commit moves loop out request validation for labels and
confirmation targets into its own function for the purpose of easy
testing and also to make the additions of future request validation easy
to add and test.
3 years ago
yyforyongyu c4d46a24a0
looprpc: add conf_target to loop in/out quote resp 3 years ago