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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2022-08-05
rpc/wallet: add simulaterawtransaction RPC
Karl-Johan Alm
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-14
rpc: Select int-UniValue constructor for enum value in upgradewallet RPC
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-14
rpc, wallet: setwalletflags warnings are optional
Andrew Chow
2022-03-30
Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep
MarcoFalke
2022-03-29
Add sendall RPC née sweep
Murch
2022-03-24
rpc: Fail to return undocumented or misdocumented JSON
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-02-10
RPC: Return external_signer in getwalletinfo
Kristaps Kaupe
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#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
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-08
Remove unused imports from rpc/wallet and reorder RPCs
Samuel Dobson
2021-12-08
MOVEONLY: Move rpcwallet to rpc/wallet
Samuel Dobson