Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(improvement) Estimated time info of the sync process #601

Merged
merged 18 commits into from
Jan 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update sync constants
alexstotsky committed Jan 11, 2023
commit 55c9551721dfbe39c860264722a13c7947e02987
1 change: 1 addition & 0 deletions src/state/sync/constants.js
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ export default {
FORCE_OFFLINE: 'BITFINEX/SYNC/OFFLINE',
SET_PROGRESS: 'BITFINEX/SYNC/PROGRESS/SET',
SET_PREF: 'BITFINEX/SYNC/PREF/SET',
SET_ESTIMATED_TIME: 'BITFINEX/SYNC/ESTIMATED_TIME/SET',

EDIT_PUBLIC_TRADES_PREF: 'BITFINEX/SYNC/PREF/EDIT/PUBLIC_TRADES',
EDIT_PUBLIC_FUNDING_PREF: 'BITFINEX/SYNC/PREF/EDIT/PUBLIC_FUNDING',