Jack Mallers
|
66c97eb3c4
|
hotfix(grpc + electron): reconfigure to allow for multi-platform builds
|
7 years ago |
Jack Mallers
|
468a4f1dc4
|
fix(lint): fix linting errors
|
7 years ago |
Jack Mallers
|
4c1b627179
|
fix(sign): sign builds
|
7 years ago |
Jack Mallers
|
7bfecd9764
|
feature(help): help videos
|
7 years ago |
Ben Woosley
|
a6393f2f67
|
fix(lints): Fix lints in main.dev.js
Mostly this involves reordering the functions so they are not used
before they are defined.
|
7 years ago |
Ben Woosley
|
4125283587
|
enhance(lints): Enable currenly disabled lints
|
7 years ago |
Ben Woosley
|
2e5ca3da68
|
fix(lints): Run eslint --fix over the currently disabled lints
|
7 years ago |
Jack Mallers
|
774fa85edc
|
fix(zap): remove old code commented out
|
7 years ago |
Jack Mallers
|
181d308441
|
feature(zap): allow app to be resizable with a min height/width
|
7 years ago |
Ben Woosley
|
16d05b40cd
|
fix(electron-settings): Drop ineffectual nodeintegration setting
The actual nodeintegration setting is nested under webPreferences:
https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
If you set it there, Zap doesn't run, because process is no longer available in
app.html. Use of process in app.html is a barrier to other security settings -
sandbox and contextIsolation.
https://github.com/electron/electron/blob/master/docs/tutorial/security.md#checklist
|
7 years ago |
Jack Mallers
|
bcb158b417
|
feature(friends): create friends route and start implementing friends list
|
7 years ago |
Jack Mallers
|
d4b5c223a5
|
feature(friends): create friends route and start implementing friends list
|
7 years ago |
Jack Mallers
|
b65169f054
|
fix(invoice modal): transition to wallet route and open the invoice modal on a newly created invoice
|
7 years ago |
Jack Mallers
|
f1dadee5cc
|
fix(neutrino.connect): remove the faucet for now as it's behind
|
7 years ago |
João Almeida
|
dd40200933
|
fix(auth-macaroon): Remove 'no-macaroon' flag for lnd call
|
7 years ago |
Ben Woosley
|
323be82ea2
|
fix(flow): Fix main.dev flow to avoid possibly-null access
|
7 years ago |
Jack Mallers
|
ac50de138c
|
fix(payment): fix payment error
|
7 years ago |
Jack Mallers
|
68404f4a61
|
fix(neutrino hosts): fix neutrino hosts
|
7 years ago |
Jack Mallers
|
b492fc6bd7
|
fix(peers): peers makeover
|
7 years ago |
Jack Mallers
|
b95d43934c
|
fix(grpcConnected): cant have that set to false by default
|
7 years ago |
Jack Mallers
|
1567e89dc2
|
fix(app size): reduce app size to less than 350MB
|
7 years ago |
Jack Mallers
|
c00eff3a1c
|
fix(main.dev.js): onboarding bugs
|
7 years ago |
Jack Mallers
|
071c10d68a
|
fix(lnd + neutrino host)
|
7 years ago |
Jack Mallers
|
25c205d425
|
fix(icon): custom zap icon
|
7 years ago |
Jack Mallers
|
297e87b3d7
|
fix(sync %): fix the logic around the sync %
|
7 years ago |
Jack Mallers
|
d6f9c20dd1
|
fix(hard code conditional, nodeIntegration): set nodeIntegration to false and remove hard-coded conditional
|
7 years ago |
Jack Mallers
|
589ca358fd
|
fix(sync style): update the sync style background
|
7 years ago |
Jack Mallers
|
6c070e4592
|
fix(certs): fix issue with certs throwing SSL error
|
7 years ago |
Jack Mallers
|
6c612a19af
|
fix(lnd start): remove cert generation, factor out LND start
|
7 years ago |
Jack Mallers
|
cca8d4e574
|
feature(wallet mock): wallet mock of new wallet header
|
7 years ago |
Jack Mallers
|
bbb20214d1
|
hotfix(fetchBalance): fetch balance after payments/transactions are sent/received
|
7 years ago |
Jack Mallers
|
7808493b4a
|
fix(sync style)
|
7 years ago |
Jack Mallers
|
e592f0e8bc
|
fix(resources): add resources and make OS dynamic
|
7 years ago |
Jack Mallers
|
a0da50d40e
|
fix(extraResources): specify scripts, binaries and svg in extraResources
|
7 years ago |
Jack Mallers
|
1d23e53a21
|
feature(certs): dynamically generate certs based on OS
|
7 years ago |
Jack Mallers
|
f921c5e7d2
|
fix(%): remove hard coded %
|
7 years ago |
Jack Mallers
|
88de3d51a5
|
fix(binary logic): dynamic binary logic
|
7 years ago |
Jack Mallers
|
3c1d68d734
|
feature(%): lnd syncing shows progress %
|
7 years ago |
Jack Mallers
|
335646f0f7
|
fix(loading): fix loading bolt
|
7 years ago |
Jack Mallers
|
cb7f49d646
|
fix(production): build is working
|
7 years ago |
Jack Mallers
|
dcad60110a
|
fix(binary): use binary for lnd
|
7 years ago |
Jack Mallers
|
5a2ce7ac56
|
fix(binary): update binary to latest commit
|
7 years ago |
Jack Mallers
|
83ed040d9c
|
feature(lndSyncing): MVP for loading component while LND is syncing
|
7 years ago |
Jack Mallers
|
0c63eb44b1
|
fix(refactor): refactor and add comments
|
7 years ago |
Jack Mallers
|
a88d1c4e15
|
fix(setTitle): remove unused setTitle
|
7 years ago |
Jack Mallers
|
ee5a3a540e
|
IT FUCKING WORKED
|
7 years ago |
Jack Mallers
|
c4c11f7552
|
feature(ln-payment-links): POC for LN payment links
|
7 years ago |
Jack Mallers
|
b1dfb55ec2
|
feature(subscribe tx): setup subscribe folder and subscribe/update when new tx is detected
|
7 years ago |
Jack Mallers
|
a0b6423453
|
hotfix(setIcon): comment out setIcon for now. breaks Windows and Linux
|
7 years ago |
Jack Mallers
|
c751dce4bd
|
fix(lnd-ipc): refactor methods and pass lnd to functions
|
7 years ago |