Commit Graph

432 Commits

Author SHA1 Message Date
nicolas.dorier
7b24c02d51 bump 2018-12-10 20:34:34 +09:00
nicolas.dorier
27321c0919 bump 2018-12-10 16:04:28 +09:00
nicolas.dorier
058472d325 Show restricted macaroon for LND 2018-12-10 16:03:58 +09:00
nicolas.dorier
07dad3affa bump 2018-12-07 19:35:25 +09:00
nicolas.dorier
8afc103ae7 Show REST connection information for LND in a QR Code 2018-12-07 19:31:07 +09:00
nicolas.dorier
d53c987f2e bump 2018-12-06 17:25:50 +09:00
nicolas.dorier
ab670080c7 bump 2018-12-06 12:29:13 +09:00
nicolas.dorier
5a958da84d bump 2018-12-04 13:04:56 +09:00
nicolas.dorier
156f52b76f Add bitpay translator 2018-12-03 23:59:08 +09:00
David
861150971f bump 2018-12-01 10:15:57 +00:00
nicolas.dorier
92ecf99427 bump 2018-12-01 13:23:56 +09:00
nicolas.dorier
0eccc6085b bump 2018-11-30 04:34:38 -06:00
nicolas.dorier
dd503570ac bump 2018-11-30 11:30:30 +09:00
nicolas.dorier
bab7bf6633 bump 2018-11-27 15:17:32 +09:00
nicolas.dorier
0604cc5bd0 bump 2018-11-23 11:37:05 +09:00
nicolas.dorier
0096ec1d12 bump nbxplorer 2018-11-21 20:41:51 +09:00
nicolas.dorier
4dccd0c733 Add better instruction on how to customize the theme 2018-11-17 12:43:11 +09:00
nicolas.dorier
300d912331 bump 2018-11-17 11:43:41 +09:00
nicolas.dorier
24a8c4015c Bump 2018-11-17 11:35:20 +09:00
nicolas.dorier
5b684ac26e Make really sure we don't generate segwit addresses for non segwit coins 2018-11-17 01:39:32 +09:00
nicolas.dorier
85062725bd bump 2018-11-17 01:21:56 +09:00
nicolas.dorier
9a2a85ac3d Update translations 2018-11-17 00:22:18 +09:00
nicolas.dorier
d030a61322 bump 2018-11-17 00:16:31 +09:00
nicolas.dorier
dacb6dca41 bump .net core 2018-11-17 00:13:22 +09:00
nicolas.dorier
258d4fda3f bump 2018-11-13 16:37:43 +09:00
nicolas.dorier
e1b2b72cd2 bump 2018-11-09 21:16:09 +09:00
David
abfcab552f bump (#384) 2018-11-09 17:34:30 +09:00
nicolas.dorier
9fc7f287d2 Expose buyer object to conform to bitpay API 2018-11-05 17:02:12 +09:00
nicolas.dorier
93992ec3ed bump 2018-11-05 12:15:05 +09:00
nicolas.dorier
9784a89112 limit apdu size to ledger 2018-11-04 00:36:48 +09:00
David
76febcf238 bump NBXplorer.Client (#378)
NBXplorer.Client Version 1.0.3.5 is available: da7df86019
2018-11-02 21:38:41 +09:00
nicolas.dorier
1d7081d8b8 bump 2018-11-01 21:51:16 +09:00
nicolas.dorier
0d51c99717 Properly configure the logger to log what happen in ConfigureServices, add https profile adapted for debugging ledger wallet. 2018-11-01 12:52:32 +09:00
nicolas.dorier
88044f6b76 Decouple Wallet Send screen from Ledger Wallet 2018-11-01 00:19:25 +09:00
nicolas.dorier
38edbf8362 Improve token UX (Fix #353) 2018-10-31 17:59:09 +09:00
nicolas.dorier
a82f181126 Reactivate cryptopia 2018-10-31 13:31:03 +09:00
nicolas.dorier
be0139a46f bump 2018-10-31 13:06:36 +09:00
nicolas.dorier
93cefced80 bump .NET core and dependencies 2018-10-31 13:03:12 +09:00
nicolas.dorier
85f586f623 bump dependencies 2018-10-31 11:56:21 +09:00
nicolas.dorier
dafd958f69 bump 2018-10-28 23:07:58 +09:00
nicolas.dorier
a8ba1ed1ed Removing Kukks changelly credential from the source code 2018-10-28 01:02:24 +09:00
nicolas.dorier
ff4056d4f3 bump 2018-10-27 23:32:04 +09:00
Aaron Clauson
ce94c05fd3 MySQL Support (#345)
* MySQL EF support added using Pomelo MySQL provider.

* MySQL EF support added using Pomelo MySQL provider.
2018-10-27 23:15:21 +09:00
Rockstar Developer
e5eb0c79c0 Exposing LND Rest, providing info in Server/Services (#363)
* Displaying LND Rest connection info in Services

* Code cleanup

* Tweaking UI

* Fix typo
2018-10-27 22:49:39 +09:00
nicolas.dorier
4c963d6edf bump 2018-10-26 23:10:45 +09:00
nicolas.dorier
2896a9b26f Add ScanUTXOSet support 2018-10-26 23:07:39 +09:00
nicolas.dorier
3921a3ca22 Fix warnings, update libs 2018-10-26 18:36:58 +09:00
nicolas.dorier
f419c56a3c Revert "Changelly Support (#267)"
This reverts commit a5fca7a1c4.
2018-10-18 12:27:46 +09:00
Andrew Camilleri
a5fca7a1c4 Changelly Support (#267)
* Disable shapeshift and use changelly

* UI to manage changelly payment method

* wip on changelly api

* Add in Vue component for changelly and remove target currency from payment method

* add changelly merhcant id

* Small fixes to get Conversion to load

* wip fixing the component

* fix merge conflict

* fixes to UI

* remove debug, fix fee calc and move changelly to own partials

* Update ChangellyController.cs

* move original vue setup back to checkout

* Update core.js

* Extracting Changelly component to js file

* Proposal for loading spinner

* remove zone

* imrpove changelly ui

* add in changelly config checks

* try new method to calculate amount + remove to currency from list

* abstract changelly lofgic to provider and reduce dependency on js component

* Add UTs for Changelly

* refactor changelly backend

* fix failing UT

* add shitcoin tax

* pr changes

* pr changes
2018-10-18 12:13:39 +09:00
Esky33
e18d0b5d51 Updating Yaml (#336) 2018-10-17 13:30:43 +09:00