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

mobilecoind: include RTH memos by default and allow customizing them if desired #3945

Merged
merged 8 commits into from
Apr 11, 2024

Conversation

eranrund
Copy link
Contributor

Motivation

Right now mobilecoind does not include memos in transactions it generates (except burn redemption transactions). full-service, Sentz, and some other clients already include these memos and it would be better of mobilecoind includes them as well.

I opted to build this in a way that defaults to including the RTH memos unless the user explicitly does not want them. This is in line with full-service and other clients behavior, and simplifies upgrading since existing mobilecoind users will not need to change anything to start including the memos.

@eranrund
Copy link
Contributor Author

Heads up that I also have a branch ready for adding T3 reporting, but it is built on top of this branch and Github doesn't have an easy way for me to PR that before this one gets merged (I can't do graphite stacks in a repo I don't have write access to, unless I am missing something).
You can see it here: https://github.com/eranrund/mobilecoin/compare/mcd-rth-memos...eranrund:mobilecoin:mcd-t3?expand=1

Thanks!

@holtzman holtzman merged commit 66a2878 into mobilecoinfoundation:release/v6.0 Apr 11, 2024
30 of 50 checks passed
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

3 participants