-
Notifications
You must be signed in to change notification settings - Fork 19
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
Refactor transaction logic for ease of use #346
Conversation
…ic/refactor-txn-logic
I wonder if it's worth effort to make this PR backwards compatible? I remember our discussion with @fedeerbes around reducing breaking changes for when mobile is forced to bump core for certain functionality, but then required to refactor/fix for breakages |
This is backwards compatible, purely from the fact that this code is not used in mobile yet 😋 |
@m-aboelenein @teebszet ready for final review 🙏 |
cool. still technically a major version bump right? |
Yup, there are some interface changes on things that weren't used before. |
|
🔘 PR Type
What kind of change does this PR introduce?
📜 Background
Minor changes to make the consolidated logic nicer to consume
🔄 Changes
Does this PR introduce a breaking change?
Changes:
Impact:
✅ Review checklist
Please ensure the following are true before merging: