Gaëtan Renaudeau
f8ee869a3d
introduce 'canBeSpent'
7 years ago
Gaëtan Renaudeau
042d1de9ad
Fix the 'SELF' to explode 2 txs & 'OUT' to include the fees
7 years ago
Gaëtan Renaudeau
10fea56ca2
Implement optimistic update on Operation & bugfixes
7 years ago
Gaëtan Renaudeau
acf0db75b3
Porting to new live-common with changes in Account/Operation
7 years ago
NastiaS
a3930731c4
genuine check disable boxes, buttons, etc
7 years ago
Gaëtan Renaudeau
643c79b802
polish Eth
7 years ago
Gaëtan Renaudeau
e7d13e6ed9
Implement Ripple
7 years ago
NastiaS
c1ab2f44d0
genuine check screen, breadcrumb, disclaimer boxes
7 years ago
NastiaS
1f9f8d1401
wip disclaimers
7 years ago
meriadec
d575ae9eea
Flow and feedback fixes
7 years ago
meriadec
951a562243
Storybook fix
7 years ago
meriadec
d93e36bde5
Fix SelectAccount icon and text-overflow
7 years ago
Gaëtan Renaudeau
9ed45173ed
helpers/derivations to derivate different paths
7 years ago
meriadec
861178d52a
Prettier and clean
7 years ago
meriadec
6a01fd61c2
Fix confirm address on device (for BTC-like cryptos)
relatable: https://ledgerhq.atlassian.net/secure/RapidBoard.jspa?rapidView=17&modal=detail&selectedIssue=LIVE-113
7 years ago
meriadec
8b122ca318
Update EthereumJSBridge signAndBroadcast signature
7 years ago
meriadec
82906be335
Enforce flow in scanAccountsOnDevice
7 years ago
meriadec
d96c0bcdc9
Fix getFreshAddresses
7 years ago
meriadec
ce7c843323
Connect BTC like transaction to LibcoreBridge
7 years ago
Gaëtan Renaudeau
3b8661f6f7
polish
7 years ago
Gaëtan Renaudeau
dd4f47c34c
fix flow
7 years ago
Gaëtan Renaudeau
7a2f9ed96d
bugfix empty account sync
7 years ago
Gaëtan Renaudeau
05f6850e73
add "Command" for more robust type checked com over ipc
7 years ago
Gaëtan Renaudeau
7e3f581385
Implement Ethereum
7 years ago
Thibaut Boustany
ea699bd996
Fix build error from uglifyjs
7 years ago
Gaëtan Renaudeau
79e91df663
minor fix
7 years ago
Gaëtan Renaudeau
27e9798ed1
Latest common lib
7 years ago
Thibaut Boustany
335f8518bd
Comment added
7 years ago
Thibaut Boustany
fb889083c3
Fix app not quitting on quitAndInstall()
7 years ago
Thibaut Boustany
2051b86f45
Fix restart link not working
7 years ago
meriadec
7db1696d7c
Design update of the update notifier banner
7 years ago
Gaëtan Renaudeau
df72d04638
Bugfix settings to always be saved even without DB:
there were a bug were the currency exchange settings was never saved
DB: is a too tricky pattern that we'll drop in the future.
the problem with this is that we actually miss cases where a DB: should be triggered
ultimately an action should be atomic and each changes it affect should be saved without extra magic
for performance purpose we can just === check if things have actually changed and we can do this at many levels
in the future, we will try to reorganize things to allow this better, for instance splitting latest countervalues vs historical countervalues so you only save the latest more frequently..
7 years ago
Gaëtan Renaudeau
e5efe1507c
remove unused old sync
sync happens in BridgeSyncContext now & via the bridge
7 years ago
Gaëtan Renaudeau
481c057b28
internals refactoring & rename DeviceMonitNew to EnsureDeviceApp
7 years ago
meriadec
313e4cd740
Minor design updates
- update top bar items container / interactive states
- unify selects in settings
7 years ago
Valentin D. Pinkman
a662380f74
Fixed BASE_SOCKET_URL to accept endpoints
7 years ago
Gaëtan Renaudeau
ae4a052197
refresh countervalues at end of import
7 years ago
meriadec
0fc79f577b
Fix @ledgerhq/ledger-core imports
7 years ago
NastiaS
e13be6567e
minor visual fixes and placeholders
7 years ago
Gaëtan Renaudeau
16b4bcdbfb
Fix countervalues importing
7 years ago
Gaëtan Renaudeau
4a18713bdc
Introduce walletbridge with Libcore WIP impl and Eth mock
7 years ago
NastiaS
5830008371
fixing flow-typed reselect issue
7 years ago
meriadec
1f61e3ef81
Add parse-accounts script. Put segwit info in account placeholder name.
7 years ago
meriadec
82655baf43
Adjust OperationDetail with updated Operation type
7 years ago
meriadec
191f82d2a4
One does not simply align modals vertically. Sorry.
7 years ago
meriadec
a0e5d9732e
Attempt to use operation.getHash()
7 years ago
meriadec
3196e966dc
Use bitcoinAddress as xpub for now
7 years ago
meriadec
6141b21d71
Handle OperationType
7 years ago
meriadec
89643860ff
Calculate balance by date
7 years ago
meriadec
a4799dba43
Upd README, change rootPath to walletPath & add isSegwit in account
7 years ago