dash/src/wallet
Jonas Schnelli cabaeaa2fc Merge #13381: RPC: creates possibility to preserve labels on importprivkey
a6b5ec18f rpc: creates possibility to preserve labels on importprivkey (marcoagner)

Pull request description:

  Closes #13087.

  As discussed in the issue, this is a feature request instead of a bug report since the behaviour was as intended (i.e. label with default: `''`). With this, the old behaviour is kept while the possibility to achieve the preservation of labels, as expected in the open issue, is added.

Tree-SHA512: b33be50e1e7f62f7ddfae953177ba0926e2d848961f9fac7501c2b513322c0cb95787745d07d137488267bad1104ecfdbe800c6747f94162eb07c976835c1386
2022-03-08 00:46:09 -05:00
..
test merge bitcoin#19310: BerkeleyDatabase make BerkeleyDatabase::Create, CreateMock, and CreateDummy non-static functions 2022-03-06 12:30:58 +05:30
bdb.cpp merge bitcoin#19102: Introduce and use DummyDatabase instead of dummy BerkeleyDatabase 2022-03-06 12:39:01 +05:30
bdb.h merge bitcoin#19102: Introduce and use DummyDatabase instead of dummy BerkeleyDatabase 2022-03-06 12:39:01 +05:30
coincontrol.cpp
coincontrol.h Merge #15557: Enhance bumpfee to include inputs when targeting a feerate 2021-12-26 22:23:01 -05:00
coinselection.cpp
coinselection.h
crypter.cpp Merge #15226: Allow creating blank (empty) wallets (alternative) 2021-12-17 21:11:10 +03:00
crypter.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
db.cpp merge bitcoin#19290: Move BDB specific things into bdb.{cpp/h} 2022-03-06 12:30:58 +05:30
db.h merge bitcoin#19102: Introduce and use DummyDatabase instead of dummy BerkeleyDatabase 2022-03-06 12:39:01 +05:30
fees.cpp Merge #11882: Disable default fallbackfee on mainnet 2022-01-30 18:30:28 -05:00
fees.h merge bitcoin#15288: Remove wallet -> node global function calls 2021-11-14 15:32:37 +05:30
init.cpp merge bitcoin#18918: Move salvagewallet into wallettool 2022-03-06 12:30:20 +05:30
load.cpp merge bitcoin#19334: Introduce WalletDatabase abstract class 2022-03-06 12:39:01 +05:30
load.h merge bitcoin#18918: Move salvagewallet into wallettool 2022-03-06 12:30:20 +05:30
psbtwallet.cpp
psbtwallet.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
rpcdump.cpp Merge #13381: RPC: creates possibility to preserve labels on importprivkey 2022-03-08 00:46:09 -05:00
rpcwallet.cpp Merge #13968: [wallet] couple of walletcreatefundedpsbt fixes 2022-03-06 14:40:40 -05:00
rpcwallet.h merge bitcoin#10973: separate wallet from node 2021-11-14 15:32:50 +05:30
salvage.cpp merge bitcoin#19324: Move BerkeleyBatch static functions to BerkeleyDatabase 2022-03-06 12:30:58 +05:30
salvage.h merge bitcoin#18918: Move salvagewallet into wallettool 2022-03-06 12:30:20 +05:30
wallet.cpp Merge pull request #4714 from kittywhiskers/db_refactor 2022-03-06 21:29:31 +03:00
wallet.h Merge pull request #4714 from kittywhiskers/db_refactor 2022-03-06 21:29:31 +03:00
walletdb.cpp merge bitcoin#19102: Introduce and use DummyDatabase instead of dummy BerkeleyDatabase 2022-03-06 12:39:01 +05:30
walletdb.h merge bitcoin#19334: Introduce WalletDatabase abstract class 2022-03-06 12:39:01 +05:30
wallettool.cpp merge bitcoin#19334: Introduce WalletDatabase abstract class 2022-03-06 12:39:01 +05:30
wallettool.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
walletutil.cpp
walletutil.h