Jack Mallers
|
59a4ac46c6
|
fix(closechannel): format funding_txid correctly
|
7 years ago |
Travis Loncar
|
dd74961651
|
feature(ticker-usd-format): format USD price with symbol and two decimal places
|
7 years ago |
Travis Loncar
|
ec9f87c121
|
fix(README): escape space in Lnd/ path
|
7 years ago |
Jack Mallers
|
efeb85eca2
|
feature(closechannel): add close channel method to lnd folder and add ipc to reducer
|
7 years ago |
jackmallers
|
8aaf8ee678
|
Merge pull request #18 from LN-Zap/fix/usd-conversion
fix(satsToUsd): display <0.01 if micropayment is less than a penny
|
7 years ago |
Jack Mallers
|
9de69124cd
|
fix(satsToUsd): display <0.01 if micropayment is less than a penny
|
7 years ago |
Jack Mallers
|
2b201481eb
|
hotfix(lint): fix recent lint errors
|
7 years ago |
Jack Mallers
|
412982e856
|
hotfix(pay-form): switch pay form value from hard-coded BTC conditional
|
7 years ago |
Jack Mallers
|
4f58cbdde9
|
fix(broken-btc-conversion): fix conversion on payments list
|
7 years ago |
Jack Mallers
|
7a156bfc01
|
fix(date): shorthand version of date in payments list
|
7 years ago |
Jack Mallers
|
a1f032f18a
|
fix(icon/currency-conversion): replace btc logic with general crypto logic for payments/invoices
|
7 years ago |
Jack Mallers
|
401db2fa78
|
hotfix(channel-form): update channel-form conditionals + icons to be LTC friendly
|
7 years ago |
jackmallers
|
0cb9d0a326
|
Merge pull request #16 from LN-Zap/fix/dynamic-explorer-links
(fix): linting error
|
7 years ago |
Jack Mallers
|
7df0493b18
|
(fix): linting error
|
7 years ago |
jackmallers
|
f039855be7
|
Merge pull request #15 from LN-Zap/fix/dynamic-explorer-links
fix(explorer link): dynamically set explorer link
|
7 years ago |
Jack Mallers
|
94a4cca456
|
fix(explorer link): dynamically set explorer link
|
7 years ago |
Jack Mallers
|
a0b6423453
|
hotfix(setIcon): comment out setIcon for now. breaks Windows and Linux
|
7 years ago |
jackmallers
|
6323c7a4a7
|
Merge pull request #12 from LN-Zap/fix/refactor-currency-icon
Fix/refactor currency icon
|
7 years ago |
Jack Mallers
|
e16d0cd906
|
fix(lint): fix linting errors
|
7 years ago |
Jack Mallers
|
e6c129982a
|
fix(remove): remove un-needed files
|
7 years ago |
Jack Mallers
|
be72ff043f
|
feature(currency-icon): create currency icon that factors out USD conditional
|
7 years ago |
jackmallers
|
c3d8cbac5e
|
Merge pull request #10 from LN-Zap/fix/crypto-icon
Support Litecoin Icon
|
7 years ago |
Jack Mallers
|
a0965c9929
|
fix(console.log): remove logs
|
7 years ago |
Jack Mallers
|
6b39527f0c
|
fix(lint-errors): fix linting errors
|
7 years ago |
Jack Mallers
|
ebf185f931
|
fix(currency conditionals): conditionals based on usd and current crypto for multi-currency support
|
7 years ago |
Jack Mallers
|
a42c671b81
|
feature(crypto-icons): add multi-currency icon support for form
|
7 years ago |
Jack Mallers
|
e2261ec34a
|
fix(icon): update channel/wallet balance to support ltc icon
|
7 years ago |
Jack Mallers
|
dcca8bd5d9
|
fix(crypto-icon): dynamic icon path
|
7 years ago |
Jack Mallers
|
c15c5404b9
|
feature(ltc-icon): add ltc icon support
|
7 years ago |
Jack Mallers
|
3cbec72d36
|
feature(cryptoicon): create cryptoicon component
|
7 years ago |
jackmallers
|
f3cbb58a25
|
Merge pull request #9 from LN-Zap/fix/refactor-ticker
Refactor hard-coded tickers to currentTicker
|
7 years ago |
Jack Mallers
|
f03710daa4
|
fix(currentTicker): fix tests and lint errors
|
7 years ago |
Jack Mallers
|
381663685b
|
fix(address): fix propTypes address
|
7 years ago |
Jack Mallers
|
5a307dfba8
|
feature(ticker): replace hard coded ticker with currentTicker
|
7 years ago |
jackmallers
|
a7799b106a
|
Merge pull request #8 from LN-Zap/fix/readme-certs-and-electron-rebuild
fix(readme): fix cert instructions and electron builder
|
7 years ago |
Jack Mallers
|
0b626bf108
|
fix(readme): fix cert instructions and electron builder
|
7 years ago |
jackmallers
|
96736fd13c
|
Merge pull request #7 from funyug/fix-windows-lnd-cert-readme
Fix Added location to lnd tls certificate file for windows
|
7 years ago |
funyug
|
b52d1bc2cf
|
Added location to windows tls certificate file
|
7 years ago |
jackmallers
|
14dbb1fc26
|
Merge pull request #6 from LN-Zap/feature/create-deposit-address
Feature/create deposit address
|
7 years ago |
Jack Mallers
|
c6d7fdea27
|
fix(wallet-address): fix small linting errors
|
7 years ago |
Jack Mallers
|
69c8042cb3
|
fix(wallet-address): simply display generated address for now. add advanced settings later
|
7 years ago |
Jack Mallers
|
6e81adb350
|
feature(newaddress): tie frontend to LND, creating and displaying real addresses
|
7 years ago |
Jack Mallers
|
7dcde1b64c
|
feature(address): hard code basic address html mock w/ basic reducer
|
7 years ago |
jackmallers
|
2008dd5c54
|
Merge pull request #5 from LN-Zap/fix/update-readme-for-ipc-changes
Fix/update readme for ipc changes
|
7 years ago |
Jack Mallers
|
b90c480d22
|
fix(README): make the MAC OS X path more clear
|
7 years ago |
Jack Mallers
|
a95488d7bc
|
fix(README): update readme to reflect the new changes (removing node/express dependancy)
|
7 years ago |
jackmallers
|
31cc8de425
|
Merge pull request #4 from LN-Zap/feature/lnd-ipcRenderer
Feature/lnd ipc renderer
|
7 years ago |
Jack Mallers
|
993e263eac
|
fix(lnd-ipc): remove old api tests
|
7 years ago |
Jack Mallers
|
4dc86d982c
|
fix(lnd-ipc): allow console logs in lnd methods for now
|
7 years ago |
Jack Mallers
|
6c87563aa2
|
fix(lnd-ipc): fix linting errors
|
7 years ago |