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

Ameerul /Task 86076 Use disabled from website_status instead of calling p2p_advertiser_info on load of deriv-app. #7875

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d4523aa
chore: cherry picked changes
Jan 17, 2023
ab7549f
chore: fixed tests
ameerul-deriv Mar 10, 2023
e236096
chore: left comment in test
ameerul-deriv Mar 10, 2023
695539d
chore: fixed typing issues
ameerul-deriv Mar 10, 2023
17e50e0
Merge branch 'master' into task-86076-use-disabled-website-status
ameerul-deriv Mar 10, 2023
63771ac
chore: fixed tests
ameerul-deriv Mar 13, 2023
337f126
Merge branch 'task-86076-use-disabled-website-status' of github.com:a…
ameerul-deriv Mar 13, 2023
c7ff941
Merge branch 'master' of github.com:binary-com/deriv-app into task-86…
ameerul-deriv Mar 13, 2023
601cb23
chore: check if p2p is disabled using get_account_status
ameerul-deriv Mar 13, 2023
9a442c1
chore: removed commented code
ameerul-deriv Mar 13, 2023
6354d84
chore: added p2p is disabled cookie
ameerul-deriv Mar 13, 2023
aeb5d0f
Merge branch 'master' of github.com:binary-com/deriv-app into task-86…
ameerul-deriv Mar 14, 2023
ba14a72
chore: fixed tests
ameerul-deriv Mar 14, 2023
8a75d8d
chore: implemented suggestions
ameerul-deriv Mar 14, 2023
8f7625c
chore: added suggestions
ameerul-deriv Mar 14, 2023
eb19492
Merge branch 'master' of github.com:binary-com/deriv-app into task-86…
ameerul-deriv Mar 15, 2023
8224bc2
chore: added farzins changes to types.ts for @deriv/api-types, checke…
ameerul-deriv Mar 16, 2023
2ff6e3a
Merge branch 'master' of github.com:binary-com/deriv-app into task-86…
ameerul-deriv Mar 16, 2023
32aa830
chore: fixed test issue and website_status call after authorize on in…
ameerul-deriv Mar 16, 2023
37924e7
chore: fixed tests
ameerul-deriv Mar 17, 2023
9fd1b25
chore: fixed tests
ameerul-deriv Mar 17, 2023
4a390be
Merge branch 'master' into task-86076-use-disabled-website-status
ameerul-deriv Mar 20, 2023
ae65412
chore: empty commit
ameerul-deriv Mar 20, 2023
7666733
chore: changed localstorage-sync
ameerul-deriv Mar 20, 2023
d2a47d2
chore: fixed website_status issues
ameerul-deriv Mar 21, 2023
4ff670d
chore: removed setIsLoggingIn(false)
ameerul-deriv Mar 21, 2023
1df0213
chore: added TODO
ameerul-deriv Mar 21, 2023
b5e03dc
chore: empty commit
ameerul-deriv Mar 21, 2023
d26de39
Merge branch 'master' of github.com:binary-com/deriv-app into task-86…
ameerul-deriv Mar 21, 2023
2123417
chore: fixed window not loading for new user
ameerul-deriv Mar 21, 2023
d0842c3
Merge branch 'master' into task-86076-use-disabled-website-status
jim-deriv Mar 30, 2023
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
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@binary-com/binary-document-uploader": "^2.4.7",
"@deriv/api-types": "^1.0.11",
"@deriv/api-types": "^1.0.85",
"@deriv/components": "^1.0.0",
"@deriv/shared": "^1.0.0",
"@deriv/translations": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@deriv/api-types": "^1.0.11",
"@deriv/api-types": "^1.0.85",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
Expand Down
Loading