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
/
wallet.h
Age
Commit message (
Expand
)
Author
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-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
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
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli
2017-03-27
Do not break backward compatibility during wallet encryption
Jonas Schnelli
2017-03-24
Define CWallet::DeriveNewChildKey() as private
Jonas Schnelli
2017-03-24
Remove FEATURE_HD_SPLIT bump TODO
Jonas Schnelli
2017-03-24
CKeyPool avoid "catch (...)" in SerializationOp
Jonas Schnelli
2017-03-24
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
Jonas Schnelli
2017-03-24
[Wallet] split the keypool in an internal and external part
Jonas Schnelli
2017-03-14
Initialize nRelockTime
Patrick Strateman
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-09
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
Merge #9906: Disallow copy constructor CReserveKeys
Wladimir J. van der Laan
2017-03-06
Disallow copy of CReserveKeys
Gregory Sanders
2017-03-06
Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...
Wladimir J. van der Laan
2017-03-03
Add documentation describing CWallet::nTimeSmart.
Russell Yanofsky
2017-03-03
Factor out CWallet::nTimeSmart computation into a method.
Russell Yanofsky
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
wallet: Remove sendfree
MarcoFalke
2017-02-17
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-15
wallet: Prevent "overrides a member function but is not marked 'override'" wa...
Wladimir J. van der Laan
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-06
Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.
Wladimir J. van der Laan
2017-01-30
wallet: Refactor dummy signature signing for reusability
Suhas Daftuar
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-26
Introduce WALLET_INCREMENTAL_RELAY_FEE
Alex Morcos
2017-01-25
Refactor GetMinimumFee to give option of providing targetFee
Alex Morcos
2017-01-25
[trivial] Add comment documenting bumpfee mapValues
Russell Yanofsky
2017-01-20
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...
Wladimir J. van der Laan
2017-01-19
[Wallet] Add an option to keep the change address key, true by default
Jonas Schnelli
2017-01-19
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
[RPC] bumpfee
mrbandrews
2017-01-12
Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.
Wladimir J. van der Laan
2017-01-10
[wallet] Add IsAllFromMe: true if all inputs are from wallet
Suhas Daftuar
2017-01-06
Try to reduce change output to make needed fee in CreateTransaction
Alex Morcos
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-03
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-30
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Jonas Schnelli
2016-12-21
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
Wladimir J. van der Laan
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
[prev]
[next]