Skip to content

akhil/1340/fetching_the_list_of_wallets_available_to_create #290

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

Conversation

akhil-deriv
Copy link
Contributor

Clickup link: https://app.clickup.com/t/20696747/DERG-1344

This PR contains the following changes:

  • This PR implements the API call that fetches the available wallets to create.

  • ✨ New feature (non-breaking change which adds functionality)

  • 🛠️ Bug fix (non-breaking change which fixes an issue)

  • ❌ Breaking change (fix or feature that would cause existing functionality to change)

  • 🧹 Code refactor

  • ✅ Build configuration change

  • 📝 Documentation

  • 🗑️ Chore

Pre-launch Checklist (For PR creator)

As a creator of this PR:

  • ✍️ I have included clickup id and package/app_name in the PR title.
  • 👁️ I have gone through the code and removed any temporary changes (commented lines, prints, debug statements etc.).
  • ⚒️ I have fixed any errors/warnings shown by the analyzer/linter.
  • 📝 I have added documentation, comments and logging wherever required.
  • 🧪 I have added necessary tests for these changes.
  • 🔎 I have ensured all existing tests are passing.

Reviewers

@ramin-deriv @waqas-younas-deriv\

Pre-launch Checklist (For Reviewers)

As a reviewer I ensure that:

  • ✴️ This PR follows the standard PR template.
  • 🪩 The information in this PR properly reflects the code changes.
  • 🧪 All the necessary tests for this PR's are passing.

Pre-launch Checklist (For QA)

  • 👌 It passes the acceptance criteria.

Pre-launch Checklist (For Maintainer)

  • [MAINTAINER_NAME] I make sure this PR fulfills its purpose.

naif-deriv and others added 30 commits February 21, 2023 15:14
- add dart new features to the code generator
- upgrade deriv api to flutter version 3
- migrate flutter version to 3.10.0
- updated p2p order list api request.
…ction

Osama/Change redirection url to auth endpoint
…_change_support_deriv_api

waqas/add_language_support_to_deriv_api
@@ -222,8 +224,6 @@ Response getGeneratedResponse(Map<String, dynamic> responseMap) {
return GetAccountStatusReceive.fromJson(responseMap);
case 'get_account_types':
return GetAccountTypesReceive.fromJson(responseMap);
case 'get_available_accounts_to_transfer':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this call will be used for native cashier. this is removed by the auto generator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this was removed as part of the auto generation. Do you think I should keep it in?

Copy link
Contributor

@ramin-deriv ramin-deriv Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. then it's fine. so perhaps they are going to make any change on that call. I think it's worth checking with BE on that.

…1340/fetching_the_list_of_wallets_available_to_create
@ramin-deriv
Copy link
Contributor

@akhil-deriv We should switch to dev branch. flutter-version-3 has been updated to it recently

@waqas-younas-deriv waqas-younas-deriv changed the base branch from flutter-version-3 to dev December 21, 2023 06:54
@waqas-younas-deriv waqas-younas-deriv merged commit 94dfda9 into deriv-com:dev Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants