Andrew Camilleri
61b99f6630
Add support for ETB liquid asset ( #1295 )
2020-01-21 13:19:55 +09:00
nicolas.dorier
7e073fb7e1
Add test CanCreateSqlitedb
2020-01-19 22:10:05 +09:00
Andrew Camilleri
1ceb5cb576
Fix sqlite madness ( #1293 )
...
* Need to reference Microsoft.EntityFrameworkCore.Design else you can't generate migrations
* fix design time migrations issues
* update snapshot
```
Your startup project 'BTCPayServer.Data' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is c
orrect, install the package, and try again.
```
*
2020-01-19 21:57:50 +09:00
nicolas.dorier
53a60d1660
Add Direct Provider with bitfinex, okex and coinbasepro
2020-01-18 21:48:04 +09:00
nicolas.dorier
25b733ca7f
Remove knowledge of ExchangeName from BackgroundRateFetcher
2020-01-18 19:42:46 +09:00
nicolas.dorier
1bf680fdb9
Improve tests to not create new HttpClient every times
2020-01-18 19:23:40 +09:00
nicolas.dorier
76008c9f5c
bump to sdk 3.1.101 and version 3.1.1 (security patch)
2020-01-18 16:59:25 +09:00
nicolas.dorier
1bf04ac4ac
Generate less keys with nbxplorer
2020-01-18 16:20:03 +09:00
nicolas.dorier
4b088defd3
Increase timeout for AssertHappyMessage test
2020-01-18 15:36:20 +09:00
nicolas.dorier
a2be7ee471
Fix statusMessage handling for the Receive wallet page
2020-01-18 15:32:01 +09:00
Andrew Camilleri
025da0261d
new feature: Wallet Receive Page ( #1065 )
...
* new feature: Wallet Receive Page
closes #965
* Conserve addresses by waiting till address is spent before generating each run
* fix tests
* Filter by cryptocode before matching outpoint
* fix build
* fix edge case issue
* use address in keypathinfo directly
* rebase fixes
* rebase fixes
* remove duplicate code
* fix messy condition
* fixes
* fix e2e
* fix
2020-01-18 14:12:27 +09:00
nicolas.dorier
4ac79a7ea3
Fixing SQLite in Invoices page ( Fix #1287 )
2020-01-17 21:45:20 +09:00
nicolas.dorier
ef20a03b95
Fix send from ledger and send from vault
2020-01-17 21:38:27 +09:00
nicolas.dorier
d9681398e5
Bump
2020-01-17 18:21:21 +09:00
Nicolas Dorier
25f19e5d9f
Merge pull request #1286 from NicolasDorier/rate/refactor
...
Refactor rate handling to prevent error of exchange name and re-reroute coinaverage to coingecko
2020-01-17 18:20:43 +09:00
nicolas.dorier
aab6fcd508
use coingecko if coinaverage is set
2020-01-17 18:15:08 +09:00
nicolas.dorier
a8ac01cd8b
Refactor rate handling to prevent error of exchange name
2020-01-17 18:11:05 +09:00
nicolas.dorier
605a0fd3c9
bump
2020-01-17 15:16:57 +09:00
nicolas.dorier
90ec416125
Add exponential backoff for CoinGecko, pass the cancellationtoken around
2020-01-17 15:08:28 +09:00
nicolas.dorier
827b6085af
Do not hammer CoinGecko with tests
2020-01-17 14:56:05 +09:00
nicolas.dorier
ff11e6e032
Remove CoinAverage RateSource enum
2020-01-17 14:51:07 +09:00
nicolas.dorier
9b55648e41
Fix build
2020-01-17 14:45:26 +09:00
nicolas.dorier
6dffbbd93d
Remove CachedRateProvider
2020-01-17 14:42:02 +09:00
nicolas.dorier
7a0991d6b1
Remove CoinAverage integration (2)
2020-01-17 14:30:51 +09:00
nicolas.dorier
9b165de5e6
Remove CoinAverage integration
2020-01-17 14:29:22 +09:00
nicolas.dorier
1b9a4e7775
Coingecko should use BackgroundFetcherRateProvider instead of CachedRateProvider
2020-01-17 14:23:04 +09:00
nicolas.dorier
48799562f8
Fix comment
2020-01-17 14:18:18 +09:00
nicolas.dorier
7d545ca682
Remove ability to set custom cache, fix coinaverage not really using coinaverage
2020-01-17 14:16:12 +09:00
Darosior
9739f3fb25
LN store config: fix a typo ( #1285 )
2020-01-17 12:12:12 +09:00
Andrew Camilleri
bb12de8945
Fix Sqlite migration ( #1284 )
2020-01-16 22:05:33 +09:00
nicolas.dorier
feabeafed9
Fix Selenium tests ran in Debug mode
2020-01-16 18:03:41 +09:00
nicolas.dorier
6b427e99ca
use directly clightning integration instead of charge during debug
2020-01-16 17:15:11 +09:00
nicolas.dorier
31db34ec8d
Revert "Revert RazorCompileOnBuild=false temporarily"
...
This reverts commit 92e5f2852a
.
2020-01-16 16:52:46 +09:00
nicolas.dorier
bf614cd322
Make sure the payment button does not error 500 if node not ready ( Fix #1180 )
2020-01-16 16:25:37 +09:00
nicolas.dorier
9410933e1c
Fix: Adding comment on wallet transactions causes 500 error ( Close #1280 )
2020-01-16 15:19:45 +09:00
Andrew Camilleri
c269dee980
Liquid changes ( #1281 )
...
Add assetid to bip21 for liquid
change liquid icons
change liquid asset name
change currency code displayed in checkout to one set in network
2020-01-16 15:01:01 +09:00
nicolas.dorier
5aefb585e9
Fix Serilog logging too much
2020-01-16 14:00:31 +09:00
nicolas.dorier
780cf67a1b
bump bitcoin core
2020-01-15 13:25:29 +09:00
rockstardev
12e7c5e5e1
Updating referenced lnd to 0.8.2-beta ( #1279 )
2020-01-15 13:24:10 +09:00
nicolas.dorier
92e5f2852a
Revert RazorCompileOnBuild=false temporarily
2020-01-15 00:37:42 +09:00
nicolas.dorier
0fbda9441a
Fix AddressInUseException in tests
2020-01-15 00:22:31 +09:00
nicolas.dorier
32a82bbb7c
bump
2020-01-15 00:01:36 +09:00
nicolas.dorier
628d0bb690
fix tests
2020-01-15 00:00:36 +09:00
Andrew Camilleri
05223c1a5f
Bump NBX ( #1277 )
2020-01-14 23:10:58 +09:00
nicolas.dorier
9aa0603d87
bump
2020-01-14 22:07:13 +09:00
Andrew Camilleri
36f980135f
fix broken url ( #1275 )
...
* fix broken url
* fix test
2020-01-14 22:06:46 +09:00
Nicolas Dorier
63953e42a8
Merge pull request #1276 from NicolasDorier/norazor/compile
...
Remove build of razor view for better debug experience
2020-01-14 21:38:38 +09:00
nicolas.dorier
4ba836f1ff
Remove build of razor view for better debug experience
2020-01-14 21:33:13 +09:00
Nicolas Dorier
b7132ab66a
Merge pull request #1274 from Kukks/route-fixes
...
fix broken links
2020-01-14 21:00:29 +09:00
Nicolas Dorier
67810d50cb
Merge pull request #1272 from Kukks/u2ftests
...
U2F Tests + throw non non U2f exceptions
2020-01-14 20:46:25 +09:00