-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: import wallet #621
feat: import wallet #621
Conversation
da937a6
to
860f2d4
Compare
Hey @editwentyone This is now functional and can be tested. Please note, that you have to run From my point of view the only thing that is missing the the blockheight-as-date-picker component (Currently, it is a normal number input). If that is okay with you, I'll tackle this in a follow-up PR. What is still missing but needed before merging:
Also, this has not been tested on Any feedback to the current state would be highly appreciated 🙏 |
Follow-up PRs for stuff noticed during development:
|
df4d666
to
37b171e
Compare
Rebased on master. This is now "complete" and is ready for review. I will create issues for following related tasks which will be done in follow-up PRs:
As well as for additional tasks that came up during development:
Addendum: Test on mainnet is not yet done and still to be performed. |
👏 congrats. ive been following this pr since i had to do this manually and ive been looking forward to this. going to try and run this to give feedback (im a newb) |
This is so nice. ANY feedback is highly welcome! You can start with setting up the regtest environment. If you need any help or assistance, just ping me! 🙏 Edit: Sorry that it has taken so long to implement this basic feature.. 😬 |
ad8d368
to
214cff6
Compare
Rebased on master (7a6b920) |
Co-authored-by: openoms <[email protected]>
use reloadAll instead
214cff6
to
89a8fa7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cACK, on testnet, not main net
it is currently only visible in dev mode and should not yet be translated
With help of some users, this has been tested on |
Closes #137.
Adds the ability to import an existing wallet in Jam.
gaplimit
to original value/display
after rescanning finishedmainnet
How to test
After checking out the branch, execute
npm run regtest:rebuild
in order to rebuild your dev environment to get the lastest upstream changes from JM (the "import wallet" endpoint is only onmaster
and not released yet). Otherwise you will get"Error while importing the wallet. Reason: Method Not Allowed"
when trying to import a wallet.