2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-10-31 09:20:27 +00:00
Commit Graph

949 Commits

Author SHA1 Message Date
saubyk
6b13d67151
making application feature list current # 3 2020-06-03 21:07:30 -04:00
saubyk
ea2e4769f3
making application feature list current # 2 2020-06-02 21:26:48 -04:00
saubyk
a33b79a359
making application feature list current # 1 2020-06-01 21:44:43 -04:00
saubyk
5c796c104e
Updated lnd api coverage 2020-05-30 20:44:40 -04:00
saubyk
1de6015247
Updated readme 2020-05-29 20:21:11 -04:00
saubyk
407774834a
Merge branch 'master' of https://github.com/Ride-The-Lightning/RTL 2020-05-29 20:19:14 -04:00
saubyk
9eed0d94de
Updated c-lightning readme 2020-05-29 20:18:49 -04:00
Julian Simon de Castro
932d26b9bd
Add Bitcon full node BCubium (#351) 2020-05-28 19:57:46 -04:00
saubyk
88c14bb0bc
Updated readme for setup guide links 2020-05-28 19:49:59 -04:00
saubyk
b8fbcc8f0c
updated readme for install instructions 2020-05-25 11:56:26 -04:00
Shahana Farooqui
d2958650e6 Server host config bug fix
Server host config bug fix
2020-05-09 13:15:10 -04:00
Shahana Farooqui
a42e76edce Rebalancing & directory creation bug fix
Rebalancing & directory creation bug fix
2020-05-03 23:32:19 -04:00
Martin Habovštiak
4c94197bc2
Added hashbang (#304)
* Added hashbang
* Updated the env style hashbang
2020-05-03 15:59:55 -04:00
Martin Habovštiak
99b3dbb798
Fixed error handling in createDirecctory (#311)
The error handling in `createDirecctory` had three major issues:

* Racy check for existence of a directory - the directory could've been
  created or deleted in the meantime.
* Attempt to handle race outside the reduce function wouldn't let it
  continue creating the remaining directories.
* All errors that were **not** `EEXISTS` or `ENOENT` were silently
  ignored, leading to lot of frustration and hair pulling, because the
  code continued executing and then failed at attempt to open a file.

These problems were fixed by moving `try` into the reduce closure,
ignoring `EEXISTS` only and rethrowing all other errors. The logic
modifying the error message for `ENOENT` was kept.
2020-05-03 15:54:26 -04:00
ShahanaFarooqui
a980d9c3fa
Release 0.7.1 (#340)
* Peers And Channels Redesign (#294)
* Send payment without confirmation
* Removed vulnerabilities & added missing 2FAuth button
* Invoice Redesign with invoice info modal opening
* Firefox Payment Failure Issue #283 (#309)
* On chain redesign (#315)
* Bug fix #312 Bogus warning about unsecure connection (#316)
* Peer Channels Redesign #290 (#317)
* CLT transactions redesign #290 (#319)
* CLT On-chain redesign #290 (#320)
* Wallet error alert bug fix #298 & #299 (#321)
* Configurable server host #303 (#322)
* Receive tab on top #292 (#323)
* Settings Layout Cleanup (#325)
* Alias Autocomplete (#326)
* Redirect to Dashboard after first RTL login
* Bug fix Channel Uptime wrong #284 (#329)
* Channel info redesigned Issue #328 (#331)
* Fixed Transaction Info Scroll #324 (#333)
* Remove macaroon info before logging #306
* Added Peer Alias for Closed And Pending Channels Tabs #275 & #285 (#336)
* Show multiple URIs on show pubkey modal #337 (#338)
2020-05-03 15:52:38 -04:00
ShahanaFarooqui
685372fc5b Update issue templates 2020-04-10 10:49:05 -04:00
Suheb
deb6ef307a
Update README.md 2020-04-08 12:18:38 -04:00
Shahana Farooqui
af2dc43444 Minor vulnerabilities fix
Minor vulnerabilities fix
2020-04-05 09:12:21 -04:00
Shahana Farooqui
3a40bd9748 Google authenticator integration PR-266
Google authenticator integration PR-266
2020-03-18 21:48:53 -04:00
Shahana Farooqui
cf71a4d897 Loop documentation updated
Loop documentation updated
2020-03-16 12:06:30 -04:00
ShahanaFarooqui
86d7d1ffa8
Loop in and loop out (#279)
Loop in and loop out
2020-03-16 11:57:57 -04:00
Shahana Farooqui
ee797481b4 Removed Vulnerabilities
Removed Vulnerabilities
2020-03-10 21:40:08 -04:00
ShahanaFarooqui
6aa69ac0b1
Merge pull request #274 from Ride-The-Lightning/0.6.8
Version 0.6.8
2020-03-10 15:01:18 -04:00
Shahana Farooqui
be320184a1 CLT Invoice Description Fix Issue #271
CLT Invoice Description Fix Issue #271
2020-03-10 13:25:52 -04:00
ShahanaFarooqui
6a7926b750
Password shouldn't be mandatory if SSO is turned on #264 (#270)
Password shouldn't be mandatory if SSO is turned on #264
2020-03-06 09:39:16 -05:00
Suheb
8a767f8050
Update README.md 2020-02-16 09:12:31 -05:00
Shahana Farooqui
3c97df0b28 Working build
Working build
2020-02-15 07:58:36 -05:00
saubyk
dcadbcd25e
package version upgrade 2020-02-14 19:25:57 -05:00
Shahana Farooqui
dadd4a10bd CLT POST bug fix
CLT POST bug fix
2020-02-14 09:06:18 -05:00
Shahana Farooqui
36abb6806d Multinode Routing bug fix 2
Multinode Routing bug fix 2
2020-02-13 19:53:43 -05:00
Shahana Farooqui
4e3a5a8c9d Multinode Routing bug fix
Multinode Routing bug fix
2020-02-13 19:53:04 -05:00
Shahana Farooqui
b864170078 Renamed circular rebalance
Renamed circular rebalance
2020-02-13 09:09:40 -05:00
Shahana Farooqui
2260311408 Forwarding history with Fee and icon-buttons width
Forwarding history with Fee and icon-buttons width
2020-02-12 21:27:46 -05:00
Shahana Farooqui
fa243ad257 Repeated forwarding history calls Issue #218
Repeated forwarding history calls Issue #218
2020-02-12 17:59:51 -05:00
Shahana Farooqui
c306905b39 Channel rebalance failure scenario
Channel rebalance failure scenario
2020-02-12 09:57:28 -05:00
Shahana Farooqui
c4bf2f9ef3 Rebalancing and sign/verify UX
Rebalancing and sign/verify UX
2020-02-11 22:26:18 -05:00
Shahana Farooqui
93dc8b4d26 Channel Rebalance UX
Channel Rebalance UX
2020-02-11 16:49:41 -05:00
Shahana Farooqui
76c07fc90c UI Bug Fixes
UI Bug Fixes
2020-02-10 07:23:00 -05:00
Shahana Farooqui
7fb09857f9 Removed focus event from sign/verify
Removed focus event from sign/verify
2020-02-08 09:48:02 -05:00
Shahana Farooqui
28e58e73fb Bug fix spinner close on 401
Bug fix spinner close on 401
2020-02-07 17:34:02 -05:00
Shahana Farooqui
d41e6d4a46 Sign/Verify Message #240
Sign/Verify Message #240
2020-02-07 17:20:40 -05:00
Shahana Farooqui
d8835d2fcc Set priority on Close channel #233
Set priority on Close channel #233
2020-02-07 11:36:46 -05:00
Shahana Farooqui
88ad7b250c Transaction path alias Issue #246
Transaction path alias Issue #246
2020-02-06 18:47:17 -05:00
Shahana Farooqui
cb0d113478 Alias on Forwarding History Issue #230
Alias on Forwarding History Issue #230
2020-02-06 13:20:19 -05:00
Shahana Farooqui
9b293ff53d Onion address fix #255 and Channel Uptime #82
Onion address fix #255 and Channel Uptime #82
2020-02-06 11:55:21 -05:00
Shahana Farooqui
53fd341dc7 Mobile Zero invoice issue fix #254
Mobile Zero invoice issue fix #254
2020-02-06 09:42:40 -05:00
Shahana Farooqui
bd75041530 Channel lookup bug fix #252
Channel lookup bug fix #252
2020-02-05 16:26:48 -05:00
Shahana Farooqui
9b5b91bc02 SweepAll bug fix #253
SweepAll bug fix #253
2020-02-05 16:17:31 -05:00
Shahana Farooqui
dfd18ad00e Rebalance Fee Limit
Rebalance Fee Limit
2020-02-05 08:28:15 -05:00
Shahana Farooqui
2aca390f43 Local Rebalance
Local Rebalance
2020-02-04 19:31:52 -05:00