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: add tx_out_view_key_match api (#4016) #4017

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

holtzman
Copy link
Contributor

see PR #4016 from @eranrund:

Motivation

We needed to have the ability to do view key matching on some txo data and we are already running mobilecoind, so instead of having to link in a lot of the mobilecoin Rust code, we added an endpoint to mobilecoind to do this.

We're using it and can confirm it works, and we also added a unit test for it.

We merged #4016 into a side branch of release/6.1 in our main repo so that it could receive a full scan by CI/CD via this PR before merging into the release/6.1 branch.

Copy link

⚠️ Downstream repo mobilecoinofficial/full-service failed to build. Check actions status for details.

@holtzman holtzman merged commit 38c3e05 into release/v6.1 Nov 14, 2024
93 checks passed
@holtzman holtzman deleted the land/v6.1/mobilecoind-view-key-match-api branch November 14, 2024 22:54
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.

3 participants