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
Age
Commit message (
Expand
)
Author
2022-05-18
Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init
MacroFake
2022-05-18
Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro...
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Merge bitcoin/bitcoin#20640: wallet, refactor: return out-params of CreateTra...
fanquake
2022-05-16
Add proper thread safety annotation to `CWallet::GetTxConflicts()`
Hennadii Stepanov
2022-05-16
Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf...
Andrew Chow
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-04-26
Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors
fanquake
2022-04-26
Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments
laanwj
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-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-24
Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function...
MarcoFalke
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-14
rpc, wallet: setwalletflags warnings are optional
Andrew Chow
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-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
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-28
Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...
fanquake
2022-03-25
Extract FinishTransaction from send()
Murch
2022-03-25
Extract interpretation of fee estimation arguments
Murch
2022-03-25
Elaborate error messages for outdated options
Murch
2022-03-25
Extract prevention of outdated option names
Murch
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
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-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-03-14
Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...
MarcoFalke
2022-03-11
Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...
MarcoFalke
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-03-08
Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSON
Andrew Chow
2022-02-28
doc: Use human-friendly DefaultHint for change_address/changeAddress in walle...
Luke Dashjr
2022-02-28
Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC help ...
Luke Dashjr
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-10
RPC: Return external_signer in getwalletinfo
Kristaps Kaupe
2022-02-09
doc: include wtxid in TransactionDescriptionString
brunoerg
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-01
wallet: add wtxid in WalletTxToJSON
brunoerg
2022-01-25
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...
Andrew Chow
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-24
rpc, wallet: Allow users to specify input weights
Andrew Chow
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
[next]