bitcoin/src/wallet
Hennadii Stepanov 213172c734
refactor: Block unsafe std::string fs::path conversion copy_file calls
There is no change in behavior. This just helps prepare for the
transition from boost::filesystem to std::filesystem by avoiding
copy_file calls that will be unsafe after the transition to
std::filesystem to due lack of a boost::filesystem::path::imbue
equivalent and inability to set a predictable locale.
2022-01-10 23:48:23 +02:00
..
rpc scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
test Move functions to BlockManager 2022-01-05 15:07:28 +01:00
bdb.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
bdb.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
coincontrol.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
coincontrol.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
coinselection.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
coinselection.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
context.cpp Remove g_rpc_chain global 2020-05-28 02:13:19 -04:00
context.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
crypter.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
crypter.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
db.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
db.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
dump.cpp Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is the correct size 2022-01-05 19:16:28 +01:00
dump.h wallettool: Add createfromdump command 2020-12-16 12:33:06 -05:00
external_signer_scriptpubkeyman.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
external_signer_scriptpubkeyman.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
feebumper.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
feebumper.h wallet: Avoid translating RPC errors when creating txs 2020-05-01 07:39:06 -04:00
fees.cpp scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
fees.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
init.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
interfaces.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
ismine.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
load.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
load.h refactor: remove ::vpwallets and related global variables 2021-08-17 04:05:15 -04:00
receive.cpp [MOVEONLY] consensus: move amount.h into consensus 2021-09-30 07:41:57 +08:00
receive.h [MOVEONLY] consensus: move amount.h into consensus 2021-09-30 07:41:57 +08:00
salvage.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
salvage.h wallettool: Have RecoverDatabaseFile return errors and warnings 2020-07-26 20:22:45 -04:00
scriptpubkeyman.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
scriptpubkeyman.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
spend.cpp Use SelectionResult in SelectCoins 2021-12-05 13:44:10 -05:00
spend.h Use SelectionResult in SelectCoins 2021-12-05 13:44:10 -05:00
sqlite.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
sqlite.h doc: fix various typos 2021-01-04 12:31:31 +08:00
transaction.cpp refactor: Make CWalletTx sync state type-safe 2021-11-15 09:11:44 -05:00
transaction.h refactor: Make CWalletTx sync state type-safe 2021-11-15 09:11:44 -05:00
wallet.cpp refactor: Block unsafe std::string fs::path conversion copy_file calls 2022-01-10 23:48:23 +02:00
wallet.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
walletdb.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
walletdb.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
wallettool.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
wallettool.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
walletutil.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
walletutil.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00