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
meriadec
3b7c6fde56
Scanning segwit accounts (not fully working yet LOL)
7 years ago
meriadec
bf6a46857a
Update ledger-core dep. Remove log.
7 years ago
meriadec
7e861c8797
Resolve sqlite path for lib ledger core
7 years ago
meriadec
dfc40beaa4
Collect operation amount from libcore
7 years ago
meriadec
c9f6f566ec
Refactor the internal folder mess
7 years ago
meriadec
b2f7b06604
Clean log
7 years ago
meriadec
17a7f314a7
Flow & pal
7 years ago
meriadec
4ea7bc951d
Returns also transactions when scanning accounts
7 years ago
meriadec
8200523b5d
Integrate core account sync (without ops) in the account import process
7 years ago
meriadec
7ad907ac7b
Clean up import script
7 years ago
meriadec
ac807aea8a
Flow
7 years ago
meriadec
1485132253
Pretty nice accounts sync. No multi devices. No ops.
7 years ago
meriadec
ced865a6fc
Start fixing the address verifying, using the lib core
7 years ago
meriadec
b492e86526
Fix dumbest recursion ever
7 years ago
meriadec
ee2ee97da2
Update script
7 years ago
meriadec
61728d24b2
Searching a strategy to sync accounts
7 years ago
meriadec
a0af0a79a6
Update hw-app-btc, update account sync function
7 years ago
meriadec
278f18b727
Update test script
7 years ago
meriadec
d7eccc8046
Push transaction script & skeleton of sync
7 years ago
meriadec
01ab8b599d
Remove ledger-test-library. Prepare sync.
7 years ago
Valentin D. Pinkman
01bcff25fe
refactor icons to move react element into constants
7 years ago
NastiaS
df4d6e1758
added Finish Screen
7 years ago
NastiaS
8c781ba76d
writeSeed screen, taking footer out, factorizing
7 years ago
NastiaS
7799ae7978
selectPIN screen, chooseDevice screen
7 years ago
NastiaS
3fe79d0854
wip start slide and options slide
7 years ago
Valentin D. Pinkman
ad2f7a9c9e
add feedback on hover to settings button
7 years ago
NastiaS
28af74f65b
wip
7 years ago
Valentin D. Pinkman
fbb03b19d3
refactor icons to move react element into constants
7 years ago
meriadec
49109c27ad
Update coinhouse logo
7 years ago
meriadec
748a66668d
Integrate exchange page
7 years ago