Ben Woosley
4d1aaacee6
Merge pull request #610 from terencechow/fix-copy/submitChannelForm
fix(copy): fix small typo re adding funds to network
7 years ago
Tom Kirkpatrick
ec2b5b79ca
chore(version): bump to 0.2.1-beta
7 years ago
sevcik
2fa918c8eb
feat(onboarding): allow login with Enter key press
7 years ago
terencechow
ace267ba86
fix(copy): fix small typo re adding funds to network
7 years ago
Jack Mallers
93604f21b0
fix(copy): fix small typo in login copy
7 years ago
Ben Woosley
148fe6bd72
Merge pull request #603 from mrfelton/fix/existing-wallet-message
fix(onboarding): improve existing wallet found message
7 years ago
Ben Woosley
b23513e796
Merge pull request #606 from mrfelton/fix/open-channel-respect-currency
fix: honour currency when opening channel
7 years ago
Ben Woosley
b7f7f361a4
Merge pull request #353 from mrfelton/feature/test-coverage
Generate code coverage reports
7 years ago
Tom Kirkpatrick
8220ed0852
fix: honour currency when opening channel
Ensure that the currently active unit of account is honoured when
opening a new channel.
Fix #523
Also see #604
7 years ago
Tom Kirkpatrick
68841f961e
docs: update advanced documentation
Update advanced documentation to be inline with recent developments.
7 years ago
Tom Kirkpatrick
0de2b7d2b0
fix(onboarding): show existing wallet location
If we find an existing wallet for a user during the onboarding process
let the user know where it is.
7 years ago
Tom Kirkpatrick
d2f53aa6fd
fix(onboarding): improve existing wallet message
Improve the wording of the message users see when they go through
onboarding and we detect that they already have an existing wallet.
7 years ago
JimmyMow
28fb9cc85b
Merge pull request #569 from mrfelton/feat/lnd-binary
build: auto download lnd-binary on install
7 years ago
Tom Kirkpatrick
a846db8a49
build: packaging support for multiple arch
Add a script that fetches specific lnd binaries for each supported
platform/arch into the resources directory and update package scripts
to build for multiple architectures.
7 years ago
Tom Kirkpatrick
953d3a4dc2
build(webpack): clean dist dir before builds
Clean the dist dir before builds to remove stale/unwanted build results
7 years ago
Tom Kirkpatrick
583d34cdad
build: auto download lnd-binary on install
Use `lnd-binary` to download and install the correct mac/windows/linux
lnd binary as part of the install process.
See https://github.com/mrfelton/lnd-binary
7 years ago
JimmyMow
40655f6c29
Merge pull request #587 from LN-Zap/fix/bump-version
fix(version): bump version
7 years ago
JimmyMow
69bb1c6a48
Merge pull request #588 from mrfelton/chore/update-deps-electron-builder
chore(deps): update electron-builder
7 years ago
Tom Kirkpatrick
9735dfb73a
chore(deps): update electron-builder
Update electron-builder to latest version. Fixes multiple build issues.
Fix #418
7 years ago
Jack Mallers
7072dedbc3
fix(version): bump to 0.2.0
7 years ago
JimmyMow
00ff1b6c56
Merge pull request #585 from Empact/fix/transaction-notification
fix(transaction notification): fix that state access was off the mark
7 years ago
Jack Mallers
26bc050171
fix(version): bump version
7 years ago
Ben Woosley
bfd13835f8
fix(transaction notification): fix that state access was off the mark
And make the test more robust against unexpected state.
7 years ago
Ben Woosley
e96d2cd4e6
Merge pull request #583 from mrfelton/fix/custom-connection-help-text
fix(onboarding): improve custom connection form field help text
7 years ago
Ben Woosley
60dd6644a5
Merge pull request #575 from Empact/fix/duplicate-transaction-notification
fix: only notify if we have not seen the transaction before
7 years ago
JimmyMow
677f279702
Merge pull request #578 from LN-Zap/feature/help-link
feat(help): add help link to tutorial
7 years ago
Ben Woosley
115b9a98a5
Merge pull request #584 from Empact/feat/btc-pay-server
chore(security): tailor GRPC_SSL_CIPHER_SUITES to the connection type
7 years ago
Ben Woosley
08cb1369fd
chore(security): tailor GRPC_SSL_CIPHER_SUITES to the connection type
This avoids expanding the acceptable cipher suites in general lnd connections
relative to the possibility of BTCPay server being involved.
7 years ago
Ben Woosley
15d0f4f2d9
Merge pull request #562 from mrfelton/feat/btc-pay-server
feat(btcpayserver): add support for BTCPayServer
7 years ago
Tom Kirkpatrick
fd7f44714f
feat(btcpayserver): add support for BTCPayServer
Allow connecting to an LND instance that is behind BTCPayServer.
7 years ago
Jack Mallers
81c9d45d29
fix(help-link): update to gh-pages
7 years ago
Tom Kirkpatrick
6b13d9a445
fix(onboarding): improve custom connection help
Don't use placeholder for form field help text as this is only visible
when the form field is empty. Instead, add help text below the fields
so that it is always visible to the user in order to help them ensure
they are entering the correct values.
7 years ago
Ben Woosley
de354f3f4b
Merge pull request #581 from LN-Zap/fix/channel-loading-hover
fix(channels): loading hover state
7 years ago
Jack Mallers
f304debd8c
fix(channels): loading hover state
7 years ago
Jack Mallers
8f32c3c4f4
feat(help): add help link to tutorial
7 years ago
Ben Woosley
b2c9f98f77
fix: only generate a new address on new incoming transaction
Outgoing transactions reference a historical utxo, and do not tie
information to the current receive address, so don't call for
generating a new one.
7 years ago
Ben Woosley
39a9377558
fix: only notify if we have not seen the transaction before
LND errs on the side of providing redundant transaction reports, so
we should filter before issuing notifications.
7 years ago
Ben Woosley
20d1e3502e
Merge pull request #574 from mrfelton/fix/transaction-received
fix: ensure received transactions show as such
7 years ago
Ben Woosley
97fe999685
Merge pull request #563 from mrfelton/feat/activity-refresh
feat(refresh): ability to refresh activity list
7 years ago
Tom Kirkpatrick
c63f91442c
fix: ensure received transactions show as such
Inject `received` property into transactions received from the IPC
receiveTransactions handler. This ensures that past transactions can
correctly be displayed as either sent or received.
7 years ago
Ben Woosley
5dce4cc174
Merge pull request #568 from LN-Zap/fix/channel-form-copy
fix(channel-form): improve copy
7 years ago
Ben Woosley
73f8002233
Merge pull request #571 from mrfelton/fix/remove-seed-password
fix(onboarding): remove seed password
7 years ago
Ben Woosley
4beca141c4
Merge pull request #572 from mrfelton/fix/default-wallet-mode-selection
fix(onboarding): default to create new wallet
7 years ago
Ben Woosley
a72e84d109
Merge pull request #573 from mrfelton/fix/boolean-conditional-display
fix: ensure conditional display uses boolean
7 years ago
Ben Woosley
ca127074df
Merge pull request #570 from Empact/fix/pending-channels-selector
fix: don't show channel suggestions if pending channels exist
7 years ago
Tom Kirkpatrick
828be27630
fix: ensure conditional display uses boolean
Prevents the display of an unwanted "0" by ensuring that conditional
uses an actual boolean value.
7 years ago
Tom Kirkpatrick
08e516a2ef
fix(onboarding): default to create new wallet
It is more common for new users to create a new wallet than to import
an existing one. Make the "create new wallet" option the default
selected value in the onboarding process.
7 years ago
Tom Kirkpatrick
d18708242b
fix(onboarding): remove seed password
Remove seed password support from the onboarding process until we can
find a better/less confusing way to present it to users.
7 years ago
Ben Woosley
673829821a
fix: don't show channel suggestions if pending channels exist
7 years ago
Ben Woosley
b15d68de18
refactor: avoid repeating a conditional in Network
7 years ago