Author

Topic: When was "createwallet" RPC added to Bitcoin Core? (Read 74 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Perfect, thanks both of you.
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
According to ChainQuery, it's available since version 0.17.0.
I did not research to confirm it though.

Reference: https://chainquery.com/bitcoin-cli/createwallet
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I need to surgically implant this RPC for a fork of the dogecoin full node (don't ask) to make my library work with all required cryptocurrencies, so I'm trying to look for the commit where the command was added.

Note: I already know where it's located in the current version of the codebase, but now it is using C++17 and so there will be a lot of hair-splitting agony trying to port it to C++11 doge Sad

What I do know is that it's not in Bitcoin Core <= 0.15, so it must be in a more recent version. Any help locating it using "git blame" or something will be appreciated.
Jump to: