Commit Graph

1109 Commits

Author SHA1 Message Date
dependabot[bot]
3ff2fe4f3a Bump golang.org/x/net from 0.11.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:49:39 +00:00
kiwiidb
5880dfe27f Merge pull request #436 from getAlby/task-timeout
feat: introduce timeout in cluster status check
2023-10-03 12:00:33 +02:00
im-adithya
0d11c9a3f6 feat: introduce timeout in cluster status check 2023-10-03 15:19:37 +05:30
kiwiidb
d2d9b0372a Merge pull request #434 from getAlby/remove-getinfo-lnd-cluster
remove getinfo call when initializing cluster
2023-10-02 13:46:44 +02:00
kiwiidb
c87ded78a3 Merge branch 'main' into remove-getinfo-lnd-cluster 2023-10-02 13:17:57 +02:00
kiwiidb
5273f45b3f fix merge issue 2023-10-02 10:20:27 +02:00
kiwiidb
d1f31f3989 Merge pull request #435 from getAlby/task-multi-keysend
feat: use background context in multikeysend
2023-09-29 15:56:13 +02:00
kiwiidb
a5cfd0d739 fix merge conflict 2023-09-29 15:55:51 +02:00
kiwiidb
feaabb9840 remove codecov it is annoying me 2023-09-28 16:47:26 +02:00
kiwiidb
7d62fd0ab7 turns out this was necessary for tests 2023-09-28 16:42:27 +02:00
im-adithya
055858527c feat: use background context in multikeysend 2023-09-28 19:34:46 +05:30
kiwiidb
fbef78f311 Merge pull request #432 from getAlby/feature/add-max-volume
Feature/add max volume
2023-09-28 15:50:38 +02:00
Michael Bumann
4b019a4692 Add index for invoice sums 2023-09-28 17:05:11 +04:00
kiwiidb
ab14adf965 remove redundant settle state in query 2023-09-28 14:58:31 +02:00
kiwiidb
943c257c65 tests: remove unnecessary config value 2023-09-28 14:46:51 +02:00
kiwiidb
1e80b25012 Merge pull request #430 from getAlby/task-add-rhash
chore: add rhash and preimage to invoice before failure
2023-09-28 14:31:43 +02:00
kiwiidb
7969e741cb remove getinfo call when initializing cluster 2023-09-27 15:25:15 +02:00
kiwiidb
8505f05b38 disable volume check by default 2023-09-27 13:44:07 +02:00
im-adithya
43956fdf7d chore: add test for failing keysend 2023-09-27 15:46:12 +05:30
kiwiidb
e1be7e7ea3 Update README.md 2023-09-27 10:01:20 +02:00
im-adithya
da3adf75d2 fix: add r_hash and preimage to keysend invoices 2023-09-25 19:56:46 +05:30
im-adithya
846f3c09d5 chore: publish invoice data before executing payment 2023-09-25 18:40:11 +05:30
kiwiidb
4f11e62d2b add sentry capture 2023-09-25 14:53:39 +02:00
kiwiidb
881c7b45bb remove todo 2023-09-25 14:50:33 +02:00
kiwiidb
0b98753407 add integration test max volume 2023-09-25 14:39:38 +02:00
kiwiidb
b650b4e396 add max fee test 2023-09-25 14:01:38 +02:00
kiwiidb
2a2614d77b fix existing tests 2023-09-25 13:55:18 +02:00
kiwiidb
4a261e79d5 fix responses 2023-09-25 10:52:38 +02:00
kiwiidb
a043f26b1d fix bug in allowed check 2023-09-25 10:51:20 +02:00
kiwiidb
d6cd58f8af implement volume check 2023-09-25 10:24:38 +02:00
kiwiidb
afbbca8b45 refactor balance check 2023-09-25 10:04:34 +02:00
kiwiidb
501fc7bde0 Merge pull request #429 from getAlby/task-logging
chore: add missing logs
2023-09-22 17:14:15 +02:00
kiwiidb
8bee438653 json logging 2023-09-22 17:12:49 +02:00
kiwiidb
d085a95028 Merge pull request #431 from getAlby/chore/refactor-structure
Chore/refactor structure
2023-09-22 16:21:34 +02:00
kiwiidb
f1a8442b84 fix republish script 2023-09-22 12:54:04 +02:00
kiwiidb
15f5f18f1b fix dockerfile 2023-09-22 11:19:49 +02:00
kiwiidb
690ee17c51 update dockerfile 2023-09-22 11:08:59 +02:00
kiwiidb
6abe2df985 cmd: add republish 2023-09-22 11:07:20 +02:00
kiwiidb
868e63eedb main package naming 2023-09-22 10:48:42 +02:00
kiwiidb
08e5b6fc54 more refactoring 2023-09-22 10:43:42 +02:00
Michael Bumann
a1227e37e3 Merge pull request #392 from getAlby/add-max-fee
Add global max fee amount
2023-09-22 12:17:19 +04:00
kiwiidb
b5240fd7fd move main command, extract lnd config 2023-09-22 10:12:26 +02:00
im-adithya
4a3e28c909 chore: add custom records to invoice before failure 2023-09-20 16:49:32 +05:30
im-adithya
4ff3ebf79b chore: add missing logs 2023-09-20 13:53:58 +05:30
kiwiidb
6925458980 rmq logging: hash needs to be hex 2023-09-12 16:33:49 +02:00
kiwiidb
7a5a77830e Merge pull request #414 from getAlby/chore/payment-finalizer-logging
Chore: RabbitMQ logging
2023-09-11 15:22:07 +02:00
kiwiidb
b929ca30e5 mainnet: rabbitmq routing key 2023-09-11 15:21:37 +02:00
kiwiidb
f973c3edbc add info for invoice events 2023-09-07 14:35:26 +02:00
kiwiidb
6202547916 add subroutine fields 2023-09-07 14:12:10 +02:00
kiwiidb
dee42bb26d add json fields to rabbitmq error logs 2023-09-07 13:46:25 +02:00