Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Prepare 2.18 #3348

Merged
merged 89 commits into from Dec 1, 2020
Merged

Prepare 2.18 #3348

merged 89 commits into from Dec 1, 2020

Conversation

gre
Copy link
Contributor

@gre gre commented Dec 1, 2020

No description provided.

machard and others added 30 commits November 17, 2020 22:32
* test running electron in docker during tests

* looks like its working

* update applicationProxy signature

* test ci

* why ci not running

* remove image management from cié

* add yarn step

* conditionnally build generated families

* fix permission

* generate correct screenshots - sidebar i18n changed

* fix images following live common update

* fix

* fix tests

* update readme

* edit readme

* try to fix env problems

* fix images
* setup and run

* WIP Countervalue comp

* adopt CounterValue comp to new countervalue mod

* remove connect from GlobalSummary

* [WIP] usePortfolio

* cleanup

* add useBalanceHistoryWithCountervalue

* remove balanceHistoryWithCountervalueSelector

* convert asset/BalanceSummary to functional comp

* add useCurrencyPortfolio

* convert Price comp

* migrate AccountDistribution comp

* migrate AssetDistribution comp

* migrate AssetCrumb comp

* migrate ActivityIndicator

* [WIP] RequestAmount

* remove reverse tracking pairs

* fix RequestAmount

* fix countervalue type

* remove Rates setting

* remove SelectExchange

* remove flattenSortAccountsSelector

* add useHideEmptyTokenAccounts

* add useRefreshAccountsOrdering

* replace RefreshAccountsOrdering comp to useRefreshAccountsOrderingEffect

* migrate Star comp

* migrate Order comp

* remove unused selector

* migrate AccountList comp

* migrate assets screen

* cleanup

* save countervalue cache

* cleanup

* fix lint error

* show hourly datapoints

* fix hourly chart

* fix countervalue cache

* cleanup unsed props

* stop polling when app goes background

* remove todo comments

* build using @ledgerhq/live-common@15.1.1-countervalues.0

* bump @ledgerhq/live-common to 15.1.2-countervalues.0

* remove rates related translation

* simplify RequestAmount

* change var names

* fix portfolio hooks

* upgrade to @ledgerhq/live-common@15.3.0-countervalues.0

* fix

* fix type error

* fix type error

* move portfolio related hooks to LLC

* bump LLC to 15.3.0-countervalues.1

* bump LLC to 15.3.0-countervalues.2

* change alwaysShowSign prop default to false

* useStoreUpdater

* bump @ledgerhq/live-common

* bump LLC to 15.3.0-countervalues.3

* show time on tooltip when week is selected

* bump LLC to 15.4.1-countervalues.0

* useTrackingPair -> useUserSettings

* convert to BigNumber only needed

* fix useUserSettings

* move crypto assets setting to accounts tab

* manually wipe on clear cache

* wipe countervalues state on both soft and hard reset

* fix lint

* remove currencies setting tab from UI test

* bump LLC to 15.5.0-countervalues.1

* change minUnit

* remove unnecessary deps

* fix chart placeholder and remove d3 chart

* save only used countervalue cache

* sort countervalue by currency name

* remove experimental countervalues api section

* handle old experimental flag

* Revert "handle old experimental flag"

This reverts commit 70ec3e0.

* fix cache

* bump LLC to 15.7.5-countervalues.0

* fix missed conflicting parts

* bump LLC to 15.7.7-countervalues.0

* set showAllDigits to false for asset allocation

* remove disableRounding for assets allocation value

* bump LLC to 15.7.7-countervalues.1

* fix countervalue selector

Co-authored-by: Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>
* New translations app.json (French)

* New translations app.json (Norwegian)

* New translations app.json (Chinese Simplified)

* New translations app.json (Turkish)

* New translations app.json (Swedish)

* New translations app.json (Russian)

* New translations app.json (Portuguese)

* New translations app.json (Polish)

* New translations app.json (Korean)

* New translations app.json (Dutch)

* New translations app.json (Japanese)

* New translations app.json (Italian)

* New translations app.json (Hungarian)

* New translations app.json (Finnish)

* New translations app.json (Greek)

* New translations app.json (German)

* New translations app.json (Spanish)

* New translations app.json (Serbian (Latin))
* live-common 17.0.0

* Fixes flowtype

* 17.0.1

* 17.0.2

* 17.0.3
* export accounts ids in logs

* going the hook way
* added utms on all url

* run prettier

Co-authored-by: Arnaud97234 <arnaud.ulric@gmail.com>
* restore blacklisted tokens setting

* hide hidden tokens :smart:

* fix hidden token count
* New translations app.json (French)

* New translations app.json (Norwegian)

* New translations app.json (Chinese Simplified)

* New translations app.json (Turkish)

* New translations app.json (Swedish)

* New translations app.json (Russian)

* New translations app.json (Portuguese)

* New translations app.json (Polish)

* New translations app.json (Korean)

* New translations app.json (Dutch)

* New translations app.json (Japanese)

* New translations app.json (Italian)

* New translations app.json (Hungarian)

* New translations app.json (Finnish)

* New translations app.json (Greek)

* New translations app.json (German)

* New translations app.json (Spanish)

* New translations app.json (Serbian (Latin))
* add EmptyAccountDeposit modal

* fix flow
* New translations app.json (French)

* New translations app.json (Norwegian)

* New translations app.json (Chinese Simplified)

* New translations app.json (Turkish)

* New translations app.json (Swedish)

* New translations app.json (Russian)

* New translations app.json (Portuguese)

* New translations app.json (Polish)

* New translations app.json (Korean)

* New translations app.json (Dutch)

* New translations app.json (Japanese)

* New translations app.json (Italian)

* New translations app.json (Hungarian)

* New translations app.json (Finnish)

* New translations app.json (Greek)

* New translations app.json (German)

* New translations app.json (Spanish)

* New translations app.json (Serbian (Latin))
Encapsulate their calls into internal commands
-Missing urls
-Added fullNodeStatus to the add account flow, prevent continue if not ready and satstack is available
-Made all learnmore links work
-Changed some UX rules for modal step navigation
- Silence the failed load log, added extra logs for lss
- Removed retry reference in wording
- Accounts are accounts are accounts
machard and others added 29 commits November 27, 2020 19:02
LL-3854 – compound error handling fixes
* add suggested snapshots link
* LL-3081 Satstack feature

* Use bumped live-common, cleanup

* changes from review

* Use satstack sync indicator if needed on accounts list

* Move checkRPCNodeConfig and getSatStackStatus calls to main thread

Encapsulate their calls into internal commands

* Missing wording for satStack status

* Fixed imports for satStack due to name fixes

* Make the connect/edit button reactive

* Preliminary UI with wording for SatStackStep of the full node modal

* useSatStackStatus to have a local cache to prevent blink

* yarn.lock

* Fixes errors to be visible again in Sync state

* Update sync error wordings

* SatStack Polishes

-Missing urls
-Added fullNodeStatus to the add account flow, prevent continue if not ready and satstack is available
-Made all learnmore links work
-Changed some UX rules for modal step navigation

* Delete all bitcoin accounts on node disconnect

* Tweaks

- Silence the failed load log, added extra logs for lss
- Removed retry reference in wording
- Accounts are accounts are accounts

* Wording changes, live-common bump, form validation

* Updated syncServer icon for full node sync status

* Move full node setting to experimental, add warning if enabled

* Styled full node setting as rest of experimentals

* Helpful wording for the host field

* lint

* wording: Node -> Host

* Point to latest SatStack release

Co-authored-by: Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>
Co-authored-by: David da Silva Rosa <712580+dasilvarosa@users.noreply.github.com>
* New translations app.json (French)

* New translations app.json (Norwegian)

* New translations app.json (Chinese Simplified)

* New translations app.json (Turkish)

* New translations app.json (Swedish)

* New translations app.json (Russian)

* New translations app.json (Portuguese)

* New translations app.json (Polish)

* New translations app.json (Korean)

* New translations app.json (Dutch)

* New translations app.json (Japanese)

* New translations app.json (Italian)

* New translations app.json (Hungarian)

* New translations app.json (Finnish)

* New translations app.json (Greek)

* New translations app.json (German)

* New translations app.json (Spanish)

* New translations app.json (Serbian (Latin))

* New translations app.json (French)

* New translations app.json (French)

* New translations app.json (French)

* New translations app.json (French)
* use recommendation from github security labs

* use pull_request_target
Open path to user data instead of parent folder
@gre gre merged commit 7f648c9 into master Dec 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants