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
2019-04-04
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
MarcoFalke
2019-04-02
Merge #15680: Remove resendwallettransactions RPC method
MarcoFalke
2019-04-01
Merge #15652: wallet: Update transactions with current mempool after load
MarcoFalke
2019-04-01
[wallet] Remove ResendWalletTransactionsBefore
John Newbery
2019-03-31
wallet: Update transactions with current mempool after load
João Barbosa
2019-03-29
[rpc] remove resendwallettransactions RPC
John Newbery
2019-03-28
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-27
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-21
Merge #15625: refactor: Remove unused function
MeshCollider
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-20
refactor: Remove unused function
practicalswift
2019-03-18
Merge #15491: wallet: Improve log output for errors during load
MeshCollider
2019-03-14
wallet: Improve log output for errors during load
Glenn Willen
2019-03-14
wallet: Remove unused GetLegacyBalance
MarcoFalke
2019-03-14
scripted-diff: wallet: Rename pcoin to wtx
MarcoFalke
2019-03-13
wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
João Barbosa
2019-03-13
rpc: Document that minconf is an ignored dummy value
MarcoFalke
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
Remove use CValidationInterface in wallet code
Russell Yanofsky
2019-03-04
doc: Move wallet lock annotations to header
MarcoFalke
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-03-02
Merge #15492: [rpc] remove deprecated generate method
MarcoFalke
2019-03-01
[wallet] remove unused GetScriptForMining
Sjors Provoost
2019-02-28
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-27
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2019-02-22
Change brace formatting
Russell Yanofsky
2019-02-22
Remove use of IsInitialBlockDownload in wallet code
Russell Yanofsky
2019-02-22
Remove use of uiInterface.LoadWallet in wallet code
Russell Yanofsky
2019-02-22
Remove use of AcceptToMemoryPool in wallet code
Russell Yanofsky
2019-02-22
Remove uses of InitMessage/Warning/Error in wallet code
Russell Yanofsky
2019-02-22
Remove uses of GetAdjustedTime in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fPruneMode in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Remove use of CalculateMemPoolAncestors in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetTransactionAncestry in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2019-02-22
Remove use of IsRBFOptIn in wallet code
Russell Yanofsky
2019-02-22
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-17
Use a single wallet batch for UpgradeKeyMetadata
Jonas Schnelli
2019-02-17
Merge #15425: [Doc] add missing newline to listunspent help for witnessScript
Wladimir J. van der Laan
2019-02-16
[Doc] importmulti: add missing description of keypool option
David A. Harding
2019-02-16
[Doc] add missing newline to witnessScript in listunspent help
David A. Harding
2019-02-15
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-14
Import public keys in order
Andrew Chow
2019-02-14
Add option to importmulti add an imported pubkey to the keypool
Andrew Chow
[next]