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

Added support for the create_wallet rpc method #120

Merged
merged 5 commits into from
Oct 24, 2023

Conversation

mchtilianov
Copy link
Contributor

The test I added only checks if the account_index is >=1 since before the implementation of the create_wallet method all wallets were limited to using addresses with account_index = 0. I'm new to the monero ecosystem and its inner working so if there's anything you see that is wrong feel free to change it or message me and I'll do the edit.

@mchtilianov
Copy link
Contributor Author

Are any maintainers still active?

@h4sh3d h4sh3d merged commit 89232bb into monero-rs:main Oct 24, 2023
7 checks passed
@h4sh3d
Copy link
Member

h4sh3d commented Oct 24, 2023

Are any maintainers still active?

Yes, but don't expect next day response time 😄
Thanks for contributing!

@mchtilianov
Copy link
Contributor Author

Nice, great to see that y'all are active. I took a look at the code I wrote and I used a pretty misleading name for the return data of the RPC call. Instead of CreateWallet I'll change it to AccountCreation, following the WalletCreation naming convention previously used. Since I'm also adding support for get_tx_proof and check_tx_proof, I'll add a name change with that pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants