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

POD Fungibility Refactor #47

Merged
merged 1 commit into from Apr 11, 2022
Merged

POD Fungibility Refactor #47

merged 1 commit into from Apr 11, 2022

Conversation

binpmxstn
Copy link
Contributor

  • Refactored the codebase to drop maintaining individual account's liquidity added and removed states because you are now allowed to transfer PODs to a different wallet address and claim using that address.
  • As a result of the above _redeemPods function now doesn't need to update the state and therefore the function name is changed to _redeemPodCalculation to signify that it is a read-only function or a view

- Refactored the codebase to drop maintaining individual account's liquidity added and removed states because you are now allowed to transfer PODs to a different wallet address and claim using that address.
- As a result of the above `_redeemPods` function now doesn't need to update the state and therefore the function name is changed to `_redeemPodCalculation` to signify that it is a read-only function or a view
@binpmxstn binpmxstn merged commit 7c889be into develop Apr 11, 2022
@binpmxstn binpmxstn deleted the refactor/pod-fungibility branch April 11, 2022 06:15
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.

None yet

1 participant