-
Notifications
You must be signed in to change notification settings - Fork 7
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
Return last_unused addresses, parse .ini and create online wallet at startup #13
Conversation
cf82383
to
3448cb9
Compare
bde54bc
to
f549f5c
Compare
BTW, this turned into a bit larger change than I originally intended so happy to discuss any parts of it and how to integrate with what you're plans are for this project. |
6662c8c
to
6983ce4
Compare
I'm going to redo this PR to have just the last_unused part and not the struct_opt stuff. I'll create a new PR for that if it makes sense later. |
6983ce4
to
473255b
Compare
db0d6b2
to
4f2e6a6
Compare
I'm done scaling back this PR to the things mentioned in the description. I'd also like like to update the CI to make sure |
utack 4f2e6a6 |
Changed:
/bitcoin
returns last unused address instead of a new address every time, fixes New unused addresses #7/bitcoin/api/new
renamed to/bitcoin/api/last_unused
which also returns last unused addressonline
to be able to monitor what the last unused address iselectrum
server url in .ini fileI also ran
cargo fmt
, if everyone uses it it will be easier to review and merge :-)