-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rpcclient: listaccounts is deprecated and replaced with listlabels #1974
Comments
Can anyone pick this up? |
Hi, I want to contribute. But I don't know what code changes I have to make. Can you please elaborate on this issue? |
So these are the commands that got deprecated https://chainquery.com/bitcoin-cli#deprecated. Do you want all occurrences of these commands replaced by the alternatives, in this repo? |
Yes, it doesn't make sense to use deprecated calls by default as they will disappear some day. Or at least do the same as in the bitcoin nodes. In the new bitcoin node you can pass an argument telling the node to use the old (deprecated) calls instead. I think it makes sense to do that. We should, by default, use new calls and if wanted use the deprecated calls. |
Hi, do we have an estimate for this? |
If someone wants to contribute, it's just modifying some function names and some arguments. Here are the required changes (got that from bitcoin repository: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md#label-and-account-apis-for-wallet):
|
Hi, I'm new here and looking to contribute. May I pick this up? |
Hi, maybe we can work together. |
@brandonpille pls is this issue still unresolved? Would love to contribute. |
@yemmyharry If its still unresolved I would also want to help |
See #1934 also |
is this still valid and open? i can take it up |
@dv29 what I'm saying is that we no longer strive to keep 1:1 compatibility with The |
That makes sense, in that case i'll implement this and then work on creating the generalized way to do custom messages. |
A couple of commands have been deprecated and replaced by others. For example listaccounts is now listlabels. Most accounts related rpcs are now renamed to label. See https://chainquery.com/bitcoin-cli
The text was updated successfully, but these errors were encountered: