Commit Graph

1254 Commits (95fc22e898ccf52142aeb8dbe38b42f4e54d25c9)
 

Author SHA1 Message Date
sputn1ck 95fc22e898
loop: add reservation cli commands 6 months ago
sputn1ck f0c5ddc751
loopd: add reservation handling 6 months ago
sputn1ck 846ffe84fb
loop: expose server grpc connection 6 months ago
sputn1ck b0c89a0434
looprpc: add reservation rpcs 6 months ago
sputn1ck 81842a283f
swapserverrpc add ReservationServer
This commit adds the ReservationServer service to the proto definitions.
6 months ago
sputn1ck 6ec14d4f07
reservation: add reservation manager
This commit adds the reservation manager to the reservation package.
This manager manages the lifecycle
of reservations.
6 months ago
sputn1ck 16d1dbe7e1
reservations: add reservation sql store 6 months ago
sputn1ck d3be445130
loopdb: add reservation sqlc code 6 months ago
sputn1ck b5e2754f70
reservation add actions tests 6 months ago
sputn1ck c15ae6432f
reservation: add reservation fsm and actions
This commit adds the reservation state machine and actions to the
reservation package.
6 months ago
Konstantin Nick f00b9b67b4
Merge pull request #672 from sputn1ck/fetchl402
swapserverrpc: Add Fetchl402 call
6 months ago
sputn1ck b14f3defd8
swapserver: add fetchl402 func 6 months ago
sputn1ck 6d5d21075f
swapserverrpc: Add Fetchl402 call
This commit adds a new FetchL402 call which allows a client to retrieve
a l402 token from the loop server.
6 months ago
Konstantin Nick 63403d1fc4
Merge pull request #671 from sputn1ck/expand_fsm
fsm: fixup observer options
6 months ago
sputn1ck fd0c78e014
fsm: fixup observer options 6 months ago
András Bánki-Horváth 64394d0c98
Merge pull request #669 from GoodDaisy/master
chore: fix typos
6 months ago
GoodDaisy e45101cccd chore: fix typos 6 months ago
Konstantin Nick 3743a49f27
Merge pull request #667 from sputn1ck/expand_fsm
fsm: expand fsm
6 months ago
sputn1ck 5b6f847ece
fsm: expand fsm
This commit adds:
- a default observer to the FSM
- more info to the action entry and exit funcs
- an optional initial wait time for the WaitForState function
6 months ago
Konstantin Nick 1308e91ca3
Merge pull request #668 from sputn1ck/reservation_scripts
reservation: add reservation script
6 months ago
sputn1ck 3142e98726
reservation: add reservation script
This commit adds the reservation script file.
This file contains the neccessary function to create the
reservation script and addresses from the
pubkeys and expiry.
6 months ago
Alex Bosworth 23b818e436
Merge pull request #666 from lightninglabs/alexbosworth-patch-1
version: bump version to v0.26.6-beta
6 months ago
Alex Bosworth 2792297a00
version: bump version to v0.26.6-beta
bump version
6 months ago
Slyghtning d4678f9c8e
Merge pull request #665 from hieblmi/finalize-insuff-funds-loop-in
Finalize swap if wallet holds insufficient confirmed funds
6 months ago
Slyghtning caa646367f
loopin: finalize swap if unsifficient confirmed funds 6 months ago
Slyghtning 0bd4b7cf89
loopdb: state insufficient confirmed funds 6 months ago
Slyghtning 0060e3fe53
looprpc: failure reason insufficient confirmed balance 6 months ago
Slyghtning 9c1b74571d
Merge pull request #661 from hieblmi/abandon-swaps
Abandon API for pending Loop-in swaps
6 months ago
Slyghtning ce6f82626b
unit: abandon swap 6 months ago
Slyghtning 378d817f20
cmd: abandon api support 6 months ago
Slyghtning c0b419346c
loopin: restore abandon chan on restart 6 months ago
Slyghtning 5e91c446b8
loopd: abandon loop-ins 6 months ago
Slyghtning 0fbf253391
loopdb: abandon swap state 6 months ago
Slyghtning 8612912e97
looprpc: abandon swap api
swaprpc: abandon swap api
6 months ago
Slyghtning b280753ab0
Merge pull request #663 from hieblmi/update-docker-compose
regtest: bump versions
6 months ago
Slyghtning 10a7a7bd89
regtest: bump versions 6 months ago
Slyghtning c5bba03304
Merge pull request #656 from lightninglabs/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible
build(deps): bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible
6 months ago
Slyghtning f3834fbdcc
Merge pull request #662 from hieblmi/minor-fixes
Minor fixes
7 months ago
Slyghtning 427251d176
loopd: fix error checks and format 7 months ago
Slyghtning 1a04bde34a
Merge pull request #660 from lightninglabs/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.28.0 to 0.46.0
7 months ago
dependabot[bot] 61aa3482fb
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.28.0 to 0.46.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.28.0...zpages/v0.46.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Alex Bosworth 40ef5b6582
Merge pull request #658 from lightninglabs/alexbosworth-patch-1
version: bump version to v0.26.5-beta
7 months ago
Alex Bosworth 1cded72758
version: bump version to v0.26.5-beta
bump version for leap year fix
7 months ago
Konstantin Nick e093a0cd66
Merge pull request #657 from sputn1ck/fix_leapyear_bug
loopdb: fix leapyear parsing
7 months ago
sputn1ck b8ada0416c
loopdb: fix leapyear parsing 7 months ago
dependabot[bot] 7a2b8abf7b
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.24...v24.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
András Bánki-Horváth 6eebf9fb7f
Merge pull request #654 from bhandras/upstream/dependabot/go_modules/swapserverrpc/google.golang.org/grpc-1.56.3
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /swapserverrpc
7 months ago
Andras Banki-Horvath 91a684c4d2
build: fixup mods 7 months ago
dependabot[bot] b8050a150b
build(deps): bump google.golang.org/grpc in /swapserverrpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Oliver Gugger 39e533b75e
Merge pull request #653 from lightninglabs/dependabot/go_modules/google.golang.org/grpc-1.56.3
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
7 months ago