Commit Graph

1417 Commits (3891d5d66a39c617cc25f0e57aa68ec54f32b438)
 

Author SHA1 Message Date
Slyghtning 3891d5d66a
looprpc: include static address in swap client
We remove the static address client and add its
rpcs into the SwapClient
2 months ago
Slyghtning d9f333e287
gomod: tidy 2 months ago
Slyghtning 45eb57ad19
Merge pull request #733 from hieblmi/static-addr-staging
Static addr staging
2 months ago
Slyghtning 0e91b99dfd
Merge branch 'static-addr-staging' into static-addr-staging 2 months ago
Slyghtning e9bc1c1478
loop: list unspent static address outputs 2 months ago
Slyghtning 2b31fe003f
perms: list unspent outputs 2 months ago
Slyghtning e0c794490b
staticaddr: list unspent outputs in server 2 months ago
Slyghtning 4c9718f7d8
staticaddr: track and list spends in manager 2 months ago
Slyghtning 8fddc49415
looprpc: list unspent static address 2 months ago
Slyghtning 44478dc34d
gomod: tidy 2 months ago
Slyghtning e2c887aca1
daemon: integrate static address manager and sql store 2 months ago
Slyghtning 0b504f70af
loop: static address creation client command 2 months ago
Slyghtning 56bca2f632
perms: static address creation permission 2 months ago
Slyghtning 5763dc0761
staticaddr: static address server 2 months ago
Slyghtning a16258e568
staticaddr: static address manager 2 months ago
Slyghtning 126b2a3583
loopdb: static address store 2 months ago
Slyghtning 1678dc8c97
log: static address sub logger 2 months ago
Slyghtning a0fdb7a9e1
looprpc: static address creation 2 months ago
Slyghtning 18dc91e94b
swapserverrpc: static address creation support 2 months ago
Slyghtning e05891359b
sqlc: static address migrations, models, queries 2 months ago
Konstantin Nick cd5dc903f9
Merge pull request #731 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.23.0
build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
2 months ago
dependabot[bot] b363118fed
build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Alex Bosworth e08d9da644
Merge pull request #728 from lightninglabs/alexbosworth-patch-2
version: bump version to v0.28.1-beta
2 months ago
Alex Bosworth 99e0c04f5f
version: bump version to v0.28.1-beta 2 months ago
Slyghtning f8ff35c0f5
Merge pull request #727 from hieblmi/send-prepay-to-selected-channel
Send loop out prepay over selected outgoing chan set
2 months ago
Slyghtning 1cea76bf01
loopout: send prepay over outgoing chan set 2 months ago
András Bánki-Horváth 54a6f157f1
Merge pull request #715 from lightninglabs/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2
build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
2 months ago
András Bánki-Horváth 6ac6ee0549
Merge pull request #725 from bhandras/swap-info-fixup
loop: fill the correct HTLC in loopout update
3 months ago
Andras Banki-Horvath 06fd21fd05
loop: fill the correct HTLC in loopout update 3 months ago
Konstantin Nick c3371fead1
Merge pull request #724 from lightninglabs/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible
build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible
3 months ago
dependabot[bot] e7d0b3a472
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 2326c15e45
build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.18.1...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
András Bánki-Horváth 664ab04b57
Merge pull request #723 from bhandras/sqlite-sqlc-bump
mod+loopdb: bump sqlite and sqlc dependencies
3 months ago
Andras Banki-Horvath fb0c7f504e
loopdb: bump sqlc to 1.25.0 3 months ago
Andras Banki-Horvath d0847cf2d5
mod: bump modernc.org/sqlite to 1.29.5 3 months ago
Slyghtning 7ff3318185
Merge pull request #650 from hieblmi/static-addr-2
[2/?] Static Loop-In Address - List Unspent
3 months ago
Slyghtning 23d1915df2
loop: list unspent static address outputs 3 months ago
Slyghtning 4315560412
perms: list unspent outputs 3 months ago
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