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
Age
Commit message (
Expand
)
Author
2020-09-03
Merge #19805: wallet: Avoid deserializing unused records when salvaging
fanquake
2020-09-01
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
Merge #19773: wallet: Avoid recursive lock in IsTrusted
Samuel Dobson
2020-08-31
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
Add missed thread safety annotations
Hennadii Stepanov
2020-08-28
wallet, refactor: Remove duplicate map lookups in GetAddressBalances
João Barbosa
2020-08-28
wallet: Avoid recursive lock in IsTrusted
João Barbosa
2020-08-28
wallet, refactor: Immutable CWalletTx::pwallet
João Barbosa
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
Merge #19169: rpc: Validate provided keys for query_options parameter in list...
MarcoFalke
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-25
wallet: filter for keys only before record deser in salvage
Andrew Chow
2020-08-25
walletdb: Add KeyFilterFn to ReadKeyValue
Andrew Chow
2020-08-21
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-19
Merge #19750: refactor: remove unused c-string variant of atoi64()
Wladimir J. van der Laan
2020-08-18
-maxapsfee: follow-up fixes
Karl-Johan Alm
2020-08-18
Merge #19719: build: Add Werror=range-loop-analysis
fanquake
2020-08-17
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
2020-08-17
Merge #14582: wallet: always do avoid partial spends if fees are within a spe...
Samuel Dobson
2020-08-17
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
wallet: GetWalletTx requires cs_wallet lock
João Barbosa
2020-08-15
Merge #15937: Add loadwallet and createwallet load_on_startup options
Samuel Dobson
2020-08-15
Merge #17458: Refactor OutputGroup effective value calculations and filtering...
Samuel Dobson
2020-08-14
build: Add Werror=range-loop-analysis
MarcoFalke
2020-08-14
Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...
MarcoFalke
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-14
Merge #19568: Wallet should not override signing errors
fanquake
2020-08-14
Merge #19644: rpc: document returned error fields as optional if applicable
Samuel Dobson
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...
Wladimir J. van der Laan
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-12
Cap listsinceblock target_confirmations param
Adam Stein
2020-08-11
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2020-08-09
Merge #19660: refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-07
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-08-04
Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optional
fanquake
2020-08-02
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-07-31
rpc: Document getwalletinfo's unlocked_until field as optional
Justin Moon
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
Use real value when calculating OutputGroup value
Andrew Chow
2020-07-30
Merge #19561: refactor: Pass ArgsManager into functions that register args
MarcoFalke
2020-07-29
walletdb: Ensure that having no database handle is a failure
Andrew Chow
2020-07-29
Remove BDB dummy databases
Andrew Chow
[next]