index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpc
/
backup.cpp
Age
Commit message (
Expand
)
Author
2022-10-13
refactor: remove unused locks for ResubmitWalletTransactions
stickies-v
2022-09-05
Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...
glozow
2022-09-01
Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result
Andrew Chow
2022-08-31
rpc: sort listdescriptors result
Sjors Provoost
2022-08-29
wallet: Deduplicate Resend and ReacceptWalletTransactions
Andrew Chow
2022-08-24
scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)
Sebastian Falbesoner
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-03
rpc, wallet: Document mempool rescan after importdescriptor, importwallet
Fabian Jahr
2022-07-03
rpc, wallet: Document mempool scan after importmulti
Fabian Jahr
2022-07-03
rpc, wallet: Document mempool scan after importpubkey
Fabian Jahr
2022-07-03
rpc, wallet: Document and test mempool scan after importprivkey
João Barbosa
2022-07-03
rpc, wallet: Document and test mempool scan after importaddress
João Barbosa
2022-06-14
doc: Update importaddress mention incompatibility with descriptor wallet
BrokenProgrammer
2022-06-04
doc: Fix typo in importdescriptors
Kolby Moroz Liebl
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-04-26
Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors
fanquake
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-25
rpc: Explain active and internal in listdescriptors
Andrew Chow
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-16
Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for range...
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-12
rpcwallet: mention labels are deactivated for ranged descriptors
Antoine Poinsot
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
MOVEONLY: Move abortrescan from backup.cpp to transactions.cpp
Samuel Dobson
2021-12-03
rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs
MarcoFalke
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-12-03
MOVEONLY: Move LoadWalletHelper to wallet/rpc/util
Samuel Dobson
2021-12-03
MOVEONLY: Move backupwallet and restorewallet to rpc/backup.cpp
Samuel Dobson
2021-12-03
MOVEONLY: Move rpcdump.cpp to wallet/rpc/backup.cpp
Samuel Dobson