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
2017-04-21
wallet: Add comment describing the various classes in walletdb.h
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Make IsDummy private in CWalletDBWrapper
Wladimir J. van der Laan
2017-04-20
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
2017-04-20
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-19
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-19
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at...
Jonas Schnelli
2017-04-19
Merge #10226: wallet: Use boost to more portably ensure -wallet specifies onl...
Wladimir J. van der Laan
2017-04-18
wallet: Use boost to more portably ensure -wallet specifies only a filename
Luke Dashjr
2017-04-18
Merge #10208: [wallet] Rescan abortability
Wladimir J. van der Laan
2017-04-18
[rpc] Add abortrescan command to RPC interface.
Kalle Alm
2017-04-17
Merge #10207: Clarify importprivkey help text ... example of blank label with...
MarcoFalke
2017-04-17
[wallet] Add support for aborting wallet transaction rescans.
Kalle Alm
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-17
Merge #10178: Remove CValidationInterface::UpdatedTransaction
Wladimir J. van der Laan
2017-04-13
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-13
Avoid reading the old hd master key during wallet encryption
Matt Corallo
2017-04-13
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
2017-04-13
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Wladimir J. van der Laan
2017-04-13
Add friendly output to dumpwallet refs #9564
aideca
2017-04-13
[Wallet] Prevent CInputCoin to be in a null state
NicolasDorier
2017-04-13
[Wallet] Simplify code using CInputCoin
NicolasDorier
2017-04-13
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
2017-04-13
Missing includes
Jorge Timón
2017-04-11
Make CWallet::SyncTransactions() interface friendlier
John Newbery
2017-04-11
AddToWalletIfInvolvingMe should test pIndex, not posInBlock
John Newbery
2017-04-10
[trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadverten...
practicalswift
2017-04-10
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Merge #10164: Wallet: reduce excess logic InMempool()
Wladimir J. van der Laan
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-04-07
[trivial] Fix typo ("improssible" → "impossible")
practicalswift
2017-04-07
Merge #9681: Refactor Bumpfee, move core functionality to CWallet
Wladimir J. van der Laan
2017-04-07
Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copy
Matt Corallo
2017-04-07
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
Remove dead-code tracking of requests for blocks we generated
Matt Corallo
2017-04-07
Hold cs_wallet for whole block [dis]connection processing
Matt Corallo
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
Wallet: reduce excess logic InMemPool()
Kewde
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-02
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
Cancel feebump is vErrors is not empty
Jonas Schnelli
2017-04-02
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ...
Jonas Schnelli
2017-04-02
Restore CalculateMaximumSignedTxSize function signature
Jonas Schnelli
[prev]
[next]