rockstardev
|
ec23eae21d
|
Ensuding that payments are always ordered by time for consistency
|
2018-12-18 11:56:51 -06:00 |
|
nicolas.dorier
|
0d06cf63b7
|
Use enum for invoice status and invoice exception
|
2018-12-10 21:48:28 +09:00 |
|
nicolas.dorier
|
b5c9a03052
|
Can mark invoice as complete
|
2018-12-10 15:34:48 +09:00 |
|
nicolas.dorier
|
9209984a2f
|
Remove useless argument from GetInvoice
|
2018-12-06 17:05:27 +09:00 |
|
nicolas.dorier
|
05b0f6d0f7
|
Fix invoice search not working on transaction id
|
2018-11-02 14:26:13 +09:00 |
|
nicolas.dorier
|
c430d470c4
|
Fix warnings and bump nbxplorer
|
2018-10-26 19:06:06 +09:00 |
|
nicolas.dorier
|
fed53661b3
|
Add btcpay.store.cancreateinvoice claim, and use that for the store
|
2018-09-08 14:53:41 +09:00 |
|
nicolas.dorier
|
b0d6216ffc
|
Better timestamp for invoice logs, fix bugs which can happen if invoice get deleted
|
2018-07-24 12:19:43 +09:00 |
|
nicolas.dorier
|
640ff36fa2
|
fix build
|
2018-05-16 10:26:45 +09:00 |
|
nicolas.dorier
|
b96f464e39
|
Add "unusual:" filter to invoice list
|
2018-05-06 13:16:39 +09:00 |
|
nicolas.dorier
|
366490516e
|
Can filter with "exceptionstatus:", show the exception status on invoice list page
|
2018-05-05 23:25:09 +09:00 |
|
nicolas.dorier
|
16f1791a9a
|
Invoice filter must work with duplicated filter
|
2018-04-26 11:03:02 +09:00 |
|
nicolas.dorier
|
c60966c725
|
Revert "Add temporary log for stufftech debug"
This reverts commit fb57d8c3ce .
|
2018-03-29 12:25:26 +09:00 |
|
nicolas.dorier
|
fb57d8c3ce
|
Add temporary log for stufftech debug
|
2018-03-29 12:21:20 +09:00 |
|
nicolas.dorier
|
799ce74f65
|
Add temporary log for stufftech debug
|
2018-03-29 12:20:06 +09:00 |
|
nicolas.dorier
|
8e38d7ceb4
|
Revert "Add temporary log to debug stufftech"
This reverts commit a1c22e8071 .
|
2018-03-29 12:17:03 +09:00 |
|
nicolas.dorier
|
a1c22e8071
|
Add temporary log to debug stufftech
|
2018-03-29 12:14:51 +09:00 |
|
nicolas.dorier
|
6d8acf54d6
|
Revert "Fix SQLite bug: New invoice repeating"
This reverts commit 9eb3aad072 .
|
2018-03-29 12:10:03 +09:00 |
|
nicolas.dorier
|
a500a89138
|
Revert "add hack sqlite specific"
This reverts commit c6d44e7a89 .
|
2018-03-29 12:09:57 +09:00 |
|
nicolas.dorier
|
c6d44e7a89
|
add hack sqlite specific
|
2018-03-29 12:02:13 +09:00 |
|
nicolas.dorier
|
9eb3aad072
|
Fix SQLite bug: New invoice repeating
|
2018-03-29 11:57:17 +09:00 |
|
nicolas.dorier
|
e23243565f
|
Refactor CreateInvoiceCore to better give feedback on payment method errors to the merchant, be faster, and give NodeInfo
|
2018-03-28 22:37:01 +09:00 |
|
nicolas.dorier
|
acb2407654
|
Fix bug: Paying a lightning invoice might miss 1 satoshi due to rounding error
|
2018-03-18 02:26:33 +09:00 |
|
nicolas.dorier
|
0f6ad75536
|
Remove internal exception thrown by NBitcoin
|
2018-03-13 15:28:39 +09:00 |
|
nicolas.dorier
|
c8923af573
|
Lightning Network support implementation
|
2018-02-26 00:48:12 +09:00 |
|
nicolas.dorier
|
a634593903
|
Big refactoring renaming cryptoData => PaymentMethod
|
2018-02-19 15:09:05 +09:00 |
|
nicolas.dorier
|
af94de93d1
|
Add some comments
|
2018-02-19 11:31:34 +09:00 |
|
nicolas.dorier
|
35f669aa15
|
Isolating code of on chain specific payment in its own folder
|
2018-02-19 11:06:08 +09:00 |
|
nicolas.dorier
|
4795bd8108
|
Add some sanity check, make sure to use CrytpoDataId everywhere
|
2018-02-19 03:35:19 +09:00 |
|
nicolas.dorier
|
aa4519ac30
|
Big refactoring for supporting new type of payment
|
2018-02-19 02:38:03 +09:00 |
|
nicolas.dorier
|
a1ee09cd85
|
Further abstract payment data by encapsulating bitcoin related logic into BitcoinLikePaymentData
|
2018-02-18 02:19:35 +09:00 |
|
nicolas.dorier
|
b898cc030c
|
general code cleanup + add analyzers
|
2018-02-17 13:18:16 +09:00 |
|
nicolas.dorier
|
5de330b1f9
|
Refactoring to keep coin logic out of InvoiceWatcher
|
2018-02-17 01:34:40 +09:00 |
|
nicolas.dorier
|
4b7b6c6327
|
debug
|
2018-01-18 18:33:26 +09:00 |
|
nicolas.dorier
|
ba0e080816
|
Invoices has events recorded
|
2018-01-14 21:48:23 +09:00 |
|
nicolas.dorier
|
4f39a8060c
|
Fixing bug of uncorrectly unassigned addresses
|
2018-01-13 01:48:19 +09:00 |
|
nicolas.dorier
|
8596e16feb
|
make default configuration just work with multi chains
|
2018-01-11 22:52:28 +09:00 |
|
nicolas.dorier
|
3a91965187
|
Some refactoring improving performance, and better tests for multiple currencies
|
2018-01-11 17:29:48 +09:00 |
|
nicolas.dorier
|
cb4468d3b3
|
Fixing payment in different crypto
|
2018-01-10 18:30:45 +09:00 |
|
nicolas.dorier
|
76d50b018b
|
Calculate rate properly per crypto
|
2018-01-09 02:57:06 +09:00 |
|
nicolas.dorier
|
31672a2587
|
Add litecoin to docker-compose fix bugs when two networks generate same address
|
2018-01-09 01:56:37 +09:00 |
|
nicolas.dorier
|
a16cd3e287
|
Improve invoice page with currencies information
|
2018-01-08 20:06:16 +09:00 |
|
nicolas.dorier
|
781b2885cc
|
Refactoring to prepare multiple DerivationSchemes per store and invoices
|
2018-01-06 19:10:55 +09:00 |
|
nicolas.dorier
|
44c925a4ba
|
Fix #24
|
2018-01-04 22:21:47 +09:00 |
|
nicolas.dorier
|
a863812f90
|
Refactor how invoice payments are computed
|
2017-12-21 18:01:26 +09:00 |
|
nicolas.dorier
|
a37fdde214
|
Big refactorying for supporting multi currencies
|
2017-12-21 15:52:04 +09:00 |
|
nicolas.dorier
|
479fc50d9a
|
Add PendingInvoice inside CreateInvoice
|
2017-11-12 23:51:14 +09:00 |
|
nicolas.dorier
|
a29a8f7ed9
|
Do not use AddAsync
|
2017-11-12 23:37:21 +09:00 |
|
nicolas.dorier
|
5dbb4bf6be
|
Merge branch 'master' of https://github.com/btcpayserver/btcpayserver
|
2017-11-12 23:18:45 +09:00 |
|
nicolas.dorier
|
f1f227b746
|
Index invoice in a parallel thread
|
2017-11-12 23:03:33 +09:00 |
|