Meriadec Pillet
586f060d3b
Merge pull request #1610 from meriadec/devtools-improvement
Ability to import multiple xpubs at once
6 years ago
Meriadec Pillet
15edbf44af
Merge pull request #1608 from meriadec/fix-kyber-wording
Fix Kyber desc wording
6 years ago
meriadec
151b9241df
Ability to import multiple xpubs at once
6 years ago
meriadec
0010442d30
Handle sqlite gaps while scanning accounts
LL-329
6 years ago
meriadec
8ddfdab328
Fix Kyber desc wording
LL-236
6 years ago
Meriadec Pillet
fb733125a8
Merge pull request #1607 from LedgerHQ/master
Master
6 years ago
Gaëtan Renaudeau
cc57da2b0d
v1.2.3
6 years ago
Gaëtan Renaudeau
d05da7b591
Merge pull request #1604 from meriadec/fix-babel-polyfill
Add @babel/polyfill in internal process
6 years ago
meriadec
9678461f5b
Add @babel/polyfill in internal process
6 years ago
Gaëtan Renaudeau
d51dc43cff
v1.2.2
6 years ago
Gaëtan Renaudeau
9a9ce8a46d
Merge pull request #1603 from LedgerHQ/develop
Prepare 1.2.2
6 years ago
Gaëtan Renaudeau
85ebb4a29f
Merge pull request #1602 from gre/UpdateYourApp-6b00
UpdateYourApp error in a 6b00 during sign transaction
6 years ago
Gaëtan Renaudeau
48f2e4a17f
Merge pull request #1601 from meriadec/fix-ci-and-non-linux-packaging
Fix CircleCI config (libfuse) and release on non-linux platforms
6 years ago
Gaëtan Renaudeau
d76ccc0706
Merge branch 'develop' into UpdateYourApp-6b00
6 years ago
Gaëtan Renaudeau
e6cca0d82e
UpdateYourApp error in a 6b00 during sign transaction
6 years ago
meriadec
4c61c1edf1
Fix CircleCI config (libfuse) and release on non-linux platforms
closes #1593
6 years ago
Gaëtan Renaudeau
7257566953
Merge pull request #1600 from gre/sapling
🌲 ZCash update
6 years ago
Gaëtan Renaudeau
0c1295fc55
🌲 ZCash update
6 years ago
Gaëtan Renaudeau
b400ba7264
add new derivations & isIterable system
6 years ago
Gaëtan Renaudeau
e71146b39c
New version of qrcode exporter
6 years ago
Meriadec Pillet
9a864c7a82
Merge pull request #1592 from LedgerHQ/master
Master
6 years ago
meriadec
a0869f86c7
v1.2.1
6 years ago
Meriadec Pillet
e34f35f139
Merge pull request #1589 from LedgerHQ/develop
Prepare 1.2.1
6 years ago
Gaëtan Renaudeau
97994f5fef
Merge pull request #1591 from Arnaud97234/test-e2e-ui
check dev mode test
6 years ago
Arnaud97234
e8eac6c6b6
check dev mode test
6 years ago
Gaëtan Renaudeau
907bf519a0
Merge pull request #1590 from juan-cortes/issue-1588
Disable ModalWrap focus grab if lastFocus is inside it already
6 years ago
Juan Cortes Ross
33e5b4df6e
Disable ModalWrap focus grab if lastFocus is inside it already
6 years ago
Gaëtan Renaudeau
8926b50a74
Merge pull request #1585 from meriadec/fix-1554-reset
Ensure sqlite folder is removed after clear cache / hard reset
6 years ago
meriadec
a9c7467c27
Update ResetFallbackModal wording
6 years ago
meriadec
2607b84d0b
Add reset fallback translations & logs
6 years ago
Gaëtan Renaudeau
47383927df
Merge pull request #1579 from juan-cortes/issues-1576
Addresses the inconsistency between firmware hashes displayed
6 years ago
meriadec
7c2088720e
Ensure sqlite folder is removed after clear cache / hard reset
closes #1554
6 years ago
Gaëtan Renaudeau
2d8318c35d
Merge pull request #1574 from gre/migrate-accounts
Migrate to new live-common major
6 years ago
Gaëtan Renaudeau
6eeb1d79e4
Update RippleJSBridge.js
6 years ago
Juan Cortés Ross
1599a1739e
Removed brackets from hash from firmware update
6 years ago
Juan Cortes Ross
7473201b95
Addreses the inconsistency between firmware versions displayed
https://github.com/LedgerHQ/ledger-live-desktop/issues/1576
6 years ago
Gaëtan Renaudeau
202f0b05ef
Bugfixes and polish
6 years ago
Meriadec Pillet
d90543c4a0
Merge pull request #1578 from meriadec/fix-err-msg
Fix error message translation
6 years ago
meriadec
3fe16b50bb
Fix error message translation
closes #1577
6 years ago
Gaëtan Renaudeau
04bf9424b2
Merge branch 'develop' into migrate-accounts
6 years ago
Gaëtan Renaudeau
567a8d2a74
Merge pull request #1557 from meriadec/fix-fedora-crash
Patch the .AppImage with known working libs to fix openssl crash
6 years ago
Gaëtan Renaudeau
72aa39ef3d
Migrate to new live-common major
6 years ago
meriadec
91688c16b9
Add appimagetool checksum to patch AppImage script
LL-68 #transition dev review
6 years ago
Meriadec Pillet
5206049643
Merge pull request #1573 from meriadec/cli
Cli mode
6 years ago
Meriadec Pillet
bba563b627
Merge pull request #1571 from meriadec/fix-1386-0x6f01
Correctly handle sequence when UTXO script length is 0
6 years ago
meriadec
889694bd3a
Bump hw-app-btc, hw-transport-node-hid, and other ledgerjs deps
6 years ago
meriadec
a5e00a24d3
CLI script to send coins between accounts
6 years ago
meriadec
d7aea92f4e
Update Babel config to prepare working cli
Directly registering babel as it is was triggering cryptic errors, like:
Error: Reentrant preset detected trying to load "<path>/babel.config.js".
This module is not ignored and is trying to load itself while compiling
itself, leading to a dependency cycle.
This commits moves babel to the last version, so as it go > than 7-beta.55,
we have to get rid of stage-0 and replace it by corresponding specific
presets (I think we can clean a lot of things from here).
It also involve the `process.env.CLI` var, to use correct babel
transform on modules.
6 years ago
Gaëtan Renaudeau
bd369c2b32
Merge pull request #1572 from gre/dev-console-ledger
Add access to db,commands,store in the console
6 years ago
Gaëtan Renaudeau
2a6dc63487
Add access to db,commands,store in the console
6 years ago