Commit Graph

23 Commits

Author SHA1 Message Date
im-adithya
e681e69fa2 chore: use limits from JWT if available 2023-12-05 15:58:45 +05:30
kiwiidb
8944d65e7f reconciliation job: error handling 2023-11-20 10:16:36 +01:00
kiwiidb
58d9c3de22 add comment about what it does 2023-11-08 14:19:36 +09:00
kiwiidb
a64cd2d184 move log line 2023-11-07 16:09:53 +09:00
kiwiidb
1b067a751f write new func for finding payments 2023-11-07 16:01:55 +09:00
kiwiidb
f1a8442b84 fix republish script 2023-09-22 12:54:04 +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
kiwiidb
b5240fd7fd move main command, extract lnd config 2023-09-22 10:12:26 +02:00
Roman Useinov
628071160c Cleanup (#25)
* remove cmd folder as we are going to have only one entrypoint

* get rid of pkg directory

* rename test -> integration_tests as unit tests should reside next to the actual files they are testing

* database migration WIP

* reinstate gorm boilerplate in the addinvoice for now to make it compile

* introduce migrations

* add Makefile

* don't use unsigned types for database mappings

* migrations work now

* add build target

* use echo groups

* gorm removed

* add envconfig

* fix comments
2022-01-16 00:49:19 +01:00
Viktor Patchev
17e528b461 Add logging to file option (#20)
* Add logging to file option

* Remove log and add correct env variable

* fail if no log file can be created

Co-authored-by: Roman Useinov <roman.useinov@gmail.com>
2022-01-14 21:54:53 +01:00
Roman Useinov
2b0c36ef3f make sentry optional and panic on error 2022-01-14 20:47:19 +00:00
Roman Useinov
7af5b2c54b sort imports 2022-01-14 20:42:32 +00:00
Viktor Patchev
0ccc4ed47d Sentry initialization 2022-01-14 18:45:01 +01:00
Michael Bumann
d1b33ec65c Merge branch 'main' into gettxs-endpoint 2022-01-14 03:18:00 +02:00
Michael Bumann
6c72aab6f0 Merge branch 'main' into checkpayment-endpoint 2022-01-14 03:17:23 +02:00
Viktor Patchev
4c41864fcf Check Payment endpoint 2022-01-13 20:11:15 +01:00
Viktor Patchev
742bea615e Get TXS endpoint 2022-01-13 19:55:38 +01:00
Viktor Patchev
c783e41354 Balance endpoint 2022-01-13 19:16:43 +01:00
Viktor Patchev
477d524cc3 Add payinvoice endpoint 2022-01-12 18:16:31 +01:00
Viktor Patchev
b3584bbc14 Change controller types names 2022-01-10 21:22:40 +01:00
Viktor Patchev
1ee2bdb909 Change folder structure 2022-01-10 21:15:30 +01:00