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

[IVY-2910] Fix Incorrect Balance Transfer #3099

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

Vishwa-Raghavendra
Copy link
Contributor

@Vishwa-Raghavendra Vishwa-Raghavendra commented Apr 7, 2024

Pull Request (PR) Checklist

Please check if your pull request fulfills the following requirements:

  • The PR is submitted to the main branch.
  • I've read the Contribution Guidelines and my PR doesn't break the rules.
  • I've read and understand the Developer Guidelines.
  • I confirm that I've run the code locally and everything works as expected.
  • 🎬 I've attached a screen recoding of the changes.

Tip: drag & drop the video to the PR description.

What's changed?

Describe with a few bullets what's new:

  • a This fixes In correct Account Transfer that was happening (this isn't a rework)
  • b
  • c

💡 Tip: Please, attach screenshots and screen recordings. It helps a lot!

Risk Factors

What may go wrong if we merge your PR?

  • a
  • b

In what cases your code won't work?

  • a
  • b

Does this PR closes any GitHub Issues?

Check Ivy Wallet Issues.

Replace ISSUE_NUMBER with the number of the GitHub issue that this PR is fixing. If you've done that correctly, you'll see the issue title linked when previewing your PR description.

!Note: Do not link the PR number. Link the number/id of the GitHub Issue from issues.

Troubleshooting CI failures ❌

GitHub Actions failing? Read our CI Troubleshooting guide.

Copy link
Collaborator

@ILIYANGERMANOV ILIYANGERMANOV left a comment

Choose a reason for hiding this comment

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

Do we need the same fix for transferExpense?

@Vishwa-Raghavendra
Copy link
Contributor Author

Do we need the same fix for transferExpense?

Not Needed for TransfersExpense

@ILIYANGERMANOV ILIYANGERMANOV merged commit 57feb30 into Ivy-Apps:main Apr 7, 2024
8 checks passed
@ILIYANGERMANOV
Copy link
Collaborator

Do we need the same fix for transferExpense?

Not Needed for TransfersExpense

@Vishwa-Raghavendra I don't get it. Why we need it only for income and not for expense? That feels incorrect

@Vishwa-Raghavendra
Copy link
Contributor Author

Do we need the same fix for transferExpense?

Not Needed for TransfersExpense

@Vishwa-Raghavendra I don't get it. Why we need it only for income and not for expense? That feels incorrect

I meant we don't need any changes
the existing code is already checking for transferExpense

i.ie For a transfer from X to Y
is the fromX.accountId == accountId in consideration

Only for transferIncome it was broken so just fixed it up

@ILIYANGERMANOV
Copy link
Collaborator

Got it - thanks!

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.

[BUG] Incorrect addition on account transfer
2 participants