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
/
util.cpp
Age
Commit message (
Expand
)
Author
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-04-24
scripted-diff: Modernize name of urlDecode function and param
Fabian Jahr
2024-04-24
refactor: Remove hooking code for urlDecode
Fabian Jahr
2024-04-24
refactor: Replace libevent use in urlDecode with our own code
Fabian Jahr
2023-05-20
refactor: Split util::AnyPtr into its own file
TheCharlatan
2023-04-26
rpc: return block hash & height in getbalances, gettransaction & getwalletinf...
Harris
2023-02-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-01-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
2023-01-10
Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with tests
Andrew Chow
2023-01-04
refactor: Add sanity checks in LabelFromValue
Aurèle Oulès
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-08-17
Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest
fanquake
2022-07-19
rpc: output wallet descriptors for received entries in listsinceblock
Antoine Poinsot
2022-06-14
doc: Update importaddress mention incompatibility with descriptor wallet
BrokenProgrammer
2022-03-25
wallet: Prevent wallet unload on GetWalletForJSONRPCRequest
João Barbosa
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-03
MOVEONLY: Move LoadWalletHelper to wallet/rpc/util
Samuel Dobson
2021-12-01
MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util
Samuel Dobson
2021-12-01
Introduce wallet/rpc/util
Samuel Dobson