Commit Graph

1318 Commits (12f7956fd890e1a498974b412d4454cec0877958)
 

Author SHA1 Message Date
Andras Banki-Horvath 12f7956fd8
build: bump lnd dependency to v0.17.4-beta 4 months ago
Konstantin Nick c6e8664281
Merge pull request #651 from sputn1ck/instantloopout_4
[4/?] Instant loop out: Add instant loop outs
4 months ago
sputn1ck f725f07dd9
fsm: add instanout fsm parsing 4 months ago
sputn1ck 8c7c7cf8b5
loop: add instantout cmd 4 months ago
sputn1ck 7cafbe957d
loopd: add instantout handling 4 months ago
sputn1ck 6c07f88458
looprpc: add reservations to loop out 4 months ago
sputn1ck 932a55aaf6
swapserverrpc: add instantout service 4 months ago
sputn1ck b7c1e68f46
instantout: add instantout manager 4 months ago
sputn1ck ee0309f942
instantout: add instantout store 4 months ago
sputn1ck 56ed6f7ccb
instantout: add fsm and actions 4 months ago
sputn1ck 89b5c00cfa
reservation: update reservation state machine
This commit updates the reservation statemachine to
allow for locking and spending of the
initial reservation.
4 months ago
András Bánki-Horváth d7860e709c
Merge pull request #693 from lightninglabs/dependabot/go_modules/github.com/opencontainers/runc-1.1.12 4 months ago
dependabot[bot] 49d4d3e005
build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
sputn1ck 112e612c7a
reservation: add musig2 spend helpers 4 months ago
Slyghtning 58e157c6ab
Merge pull request #692 from hieblmi/static-addr-dependencies
StaticAddr: Dependencies
4 months ago
Slyghtning fdf77ed56d
swap: address family for static addresses 4 months ago
Slyghtning 0db65f4079
version: static address protocol versions 4 months ago
Slyghtning 59e5460c73
Merge pull request #690 from hieblmi/static-addr-script
script: static address taproot script
4 months ago
Slyghtning 7c2640da81
script: static address taproot script 4 months ago
Slyghtning 7fa10ee7a4
utils: add MuSig2Sign function 4 months ago
Alex Bosworth 5201b496cb
Merge pull request #691 from lightninglabs/update-to-v0.27.0-beta
version: bump version to v0.27.0-beta
4 months ago
Alex Bosworth a25f070c4d
version: bump version to v0.27.0-beta 4 months ago
George Tsagkarelis df2db8055b
Merge pull request #634 from GeorgeTsagk/sweep-batcher
Loop Out Sweep Batcher
4 months ago
George Tsagkarelis 6f75a11044
loopd: update release notes 4 months ago
George Tsagkarelis 33fdde949f
loop: fix loopout and client tests for sweeper integration 4 months ago
George Tsagkarelis 0914074b10
loop: integrate sweepbatcher to loopout flow 4 months ago
George Tsagkarelis 849d26bba6
sweepbatcher: add batcher tests 4 months ago
George Tsagkarelis 7081fb7aae
sweepbatcher: add sweep batcher 4 months ago
George Tsagkarelis 56784ab921
sweepbatcher: add sweep batch 4 months ago
George Tsagkarelis 26e239c2c7
loop+test: enhance epoch subscription for multiple subscribers 4 months ago
George Tsagkarelis b43fa11cc1
utils: add htlc & swap related helpers 4 months ago
George Tsagkarelis a9be69b281
multi: use isExternalAddr flag 4 months ago
George Tsagkarelis 627eb5cb68
looprpc: add is_external_addr to loopout req 4 months ago
George Tsagkarelis 23d308c74f
swapserverrpc: add prevouts to MuSig2SignSweep req 4 months ago
George Tsagkarelis e0d85958f7
multi: move StoreMock to loopdb 4 months ago
George Tsagkarelis 99608ad515
loopdb+sweepbatcher: add sweepbatcher store 4 months ago
Konstantin Nick e9d374a341
Merge pull request #632 from sputn1ck/instantloopout_2
[2/?] Instant loop out:  Add reservations
4 months ago
sputn1ck 9b178dd979
fsm: add reservation fsm compiling 4 months ago
sputn1ck f00329d7c7
loopd: hide reservation manager behind flag. 4 months ago
sputn1ck 30acccbb6f
loop: add reservation cli commands 4 months ago
sputn1ck 49c40d9173
loopd: add reservation handling 4 months ago
sputn1ck 4d558b1418
loop: expose server grpc connection 4 months ago
sputn1ck 091c0a86bd
looprpc: add reservation rpcs 4 months ago
sputn1ck 73d5cf5bf9
swapserverrpc add ReservationServer
This commit adds the ReservationServer service to the proto definitions.
4 months ago
sputn1ck d527b0b67c
reservation: add test for manager 4 months ago
sputn1ck 61a5f9da05
reservation: add reservation manager
This commit adds the reservation manager to the reservation package.
This manager manages the lifecycle
of reservations.
4 months ago
sputn1ck 60df5fe320
reservations: add reservation sql store 4 months ago
sputn1ck a29f7e4a6b
loopdb: add reservation sqlc code 4 months ago
sputn1ck 1a75a5393a
reservation add actions tests 4 months ago
sputn1ck 228bf6a941
reservation: add reservation fsm and actions
This commit adds the reservation state machine and actions to the
reservation package.
4 months ago