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
/
transactions.cpp
Age
Commit message (
Expand
)
Author
2023-04-26
rpc: return block hash & height in getbalances, gettransaction & getwalletinf...
Harris
2023-04-26
Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...
Andrew Chow
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-02-14
wallet: ensure that the passphrase is not deleted from memory when being used...
ishaanam
2023-02-14
wallet: keep track of when the passphrase is needed when rescanning
ishaanam
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-13
rpc, wallet: add `abandoned` field for all categories of transactions in List...
brunoerg
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
2023-01-04
rpc: Sanitize label name in various RPCs
Aurèle Oulès
2022-12-30
rpc: Remove duplicate field in RPCHelpMan for gettransactions
Joshua Kelly
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-06
wallet, rpc: add `label` to `listsinceblock`
brunoerg
2022-12-06
refactor, wallet: use optional for `label` in `ListTransactions`
brunoerg
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-10-27
Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac...
Andrew Chow
2022-10-26
rpc: make `address` field optional
w0xlt
2022-10-25
rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle...
Sebastian Falbesoner
2022-08-22
fixups for BIP125 doc cleanup
glozow
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-16
rpc: add an include_change parameter to listsinceblock
Antoine Poinsot
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-19
rpc: output wallet descriptors for received entries in listsinceblock
Antoine Poinsot
2022-07-13
Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag...
fanquake
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-06-24
rpc: Fix Univalue push_backV OOM in listtransactions
MacroFake
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-22
refactor: 'ListReceived' use optional for filtered address
furszy
2022-06-22
refactor: RPC 'ListReceived', encapsulate m_address_book access
furszy
2022-05-20
Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin...
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic
Sebastian Falbesoner
2022-05-18
Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-16
Add proper thread safety annotation to `CWallet::GetTxConflicts()`
Hennadii Stepanov
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-02-09
doc: include wtxid in TransactionDescriptionString
brunoerg
2022-02-01
wallet: add wtxid in WalletTxToJSON
brunoerg
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
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
MOVEONLY: Move transaction related wallet RPCs to transactions.cpp
Samuel Dobson