Commit Graph

1529 Commits (static-addr-staging)
 

Author SHA1 Message Date
Slyghtning 2e1300c4ba
staticaddr: list unspent outputs in server 3 months ago
Slyghtning cd018c76f8
staticaddr: track and list spends in manager 3 months ago
Slyghtning bc09440c61
Merge pull request #714 from hieblmi/speed-up-docker
Speed up docker runs
3 months ago
Slyghtning 0babeee084
make: cache docker builds 3 months ago
Alex Bosworth 0d268750ac
Merge pull request #713 from lightninglabs/alexbosworth-patch-1
version: bump version to v0.28.0-beta
3 months ago
Alex Bosworth 67c59fe043
version: bump version to v0.28.0-beta 3 months ago
Konstantin Nick 5d75e99d6d
Merge pull request #708 from sputn1ck/listinstantouts
Add `listinstantouts` command
3 months ago
András Bánki-Horváth 65b8cb6036
Merge pull request #694 from bhandras/cost-cleanup
loop: fix the loopout per sweep onchain cost and cleanup server cost calculation (both loopin and loopout)
3 months ago
András Bánki-Horváth 1cd42078af
Merge pull request #712 from bhandras/db-durability
loopdb: make sqlite sync for extra durability
3 months ago
Slyghtning 5a6ecf2ea5
looprpc: list unspent static address 3 months ago
Andras Banki-Horvath 7fe4ee2f3b
loopdb: make sqlite sync for extra durability 3 months ago
Andras Banki-Horvath 5294b4ff07
loop: clean up server cost calculation for slightly better UX
Previously we'd calculate the server costs (swap fees) by accounting for
both the on-chain HTLC and the off-chain payment which was confusing as
server cost fluctuated by the amount of the swap itself. Now we'll only
add the actual cost when the swap happened, so the server cost will go
form zero to the actual fee value paid.
3 months ago
Andras Banki-Horvath e1ddb50dfe
loopout+sweepbatcher: calculate the per sweep onchain fees correctly
Previously we'd report the fees per sweep as the total sweep cost of a
batch. With this change the reported cost will be the proportional fee
which should be equal for all sweeps except if there's any rounding
difference in which case that is paid by the sweep belonging to the
first input of the batch tx.
3 months ago
Andras Banki-Horvath b4ebb19a77
loopdb+sweepbatcher: add GetParentBatch and TotalSwept calls 3 months ago
Andras Banki-Horvath c094ad4a85
sweepbatcher: refactor monitorSpendAndNotify to return an error 3 months ago
Slyghtning d5cb6018da
Merge pull request #642 from hieblmi/static-addr-1
[1/?] Static Loop-In Address - Create
3 months ago
Slyghtning 11d058d0e6
gomod: tidy 3 months ago
Slyghtning 1f61c8e6fb
daemon: integrate static address manager and sql store 3 months ago
Slyghtning 52bb920bfe
loop: static address creation client command 3 months ago
Slyghtning 80fc6e5a51
perms: static address creation permission 3 months ago
Slyghtning f01d00f3c5
staticaddr: static address server 3 months ago
Slyghtning 4b28ef2b47
staticaddr: static address manager 3 months ago
Slyghtning c5756001ec
loopdb: static address store 3 months ago
Slyghtning bb498f42d0
log: static address sub logger 3 months ago
Slyghtning 08c17920b6
looprpc: static address creation 3 months ago
Slyghtning 4d947f760c
swapserverrpc: static address creation support 3 months ago
Slyghtning 8d216655cd
sqlc: static address migrations, models, queries 3 months ago
Slyghtning a66210b780
Merge pull request #711 from lightninglabs/master
Refresh static address staging
3 months ago
sputn1ck 034bc246ca
cmd: add listinstantouts cmd 3 months ago
sputn1ck 1f211e5647
swapclientserver: add listinstantouts 3 months ago
sputn1ck 1f96a61d21
looprpc: add listinstantouts 3 months ago
sputn1ck b3805b7cad
instantout: add listinstantout func 3 months ago
sputn1ck f3919d976c
instantout: export value and expiry 3 months ago
Konstantin Nick 010b63d75e
Merge pull request #709 from sputn1ck/instantout_custom_addr
instantout: add custom address to send funds to
3 months ago
sputn1ck 6a62be0d09
instantout: add addr to send funds to 3 months ago
Konstantin Nick c19781bd13
Merge pull request #710 from sputn1ck/instantout_ux
instantout: improve ux
3 months ago
sputn1ck 194d021824
cmd: improve instantout ux 3 months ago
sputn1ck 1be6d39677
instantout: log correct expiry 3 months ago
Slyghtning ddb52b6be4
Merge pull request #707 from hieblmi/minor-fixes
Minor clean up in utils
3 months ago
Slyghtning 5214da8822
loopd: cleanup db utils func 3 months ago
Slyghtning fba3e42111
Merge pull request #704 from lightninglabs/master
Rebase master
3 months ago
Alex Bosworth ab30e0b4e8
Merge pull request #703 from lightninglabs/alexbosworth-patch-1
version: bump version to v0.27.1-beta
3 months ago
Alex Bosworth fb1808d337
version: bump version to v0.27.1-beta 3 months ago
Slyghtning 1df6f4d295
Merge pull request #676 from hieblmi/sweep-timeout-on-invalid-amt
loopin: sweep incorrect amount on timeout
4 months ago
Slyghtning 855fa8dccf
unit: adjust for incorrect amount sweep 4 months ago
Slyghtning 3db464955d
loopin: sweep incorrect htlc amount after timeout 4 months ago
Slyghtning 755d5dc68e
loopd: new loopin state for incorrect amount sweeps 4 months ago
Slyghtning 6f3c68fb21
looprpc: new state for incorrect amount sweeps 4 months ago
Konstantin Nick 6a62cd02d7
Merge pull request #698 from sputn1ck/io_reservation_expiry 4 months ago
sputn1ck a7ab998a3b
instantout: check reservation expiry 4 months ago