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
2016-03-11
[Wallet] move "load wallet phase" to CWallet
Jonas Schnelli
2016-03-05
[Wallet] move wallet help string creation to CWallet
Jonas Schnelli
2016-02-04
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...
Wladimir J. van der Laan
2016-02-03
ATMP: make nAbsurdFee const
MarcoFalke
2016-02-03
[wallet.h] Remove main.h include
MarcoFalke
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2016-01-30
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
MarcoFalke
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-13
Merge pull request #7312
Wladimir J. van der Laan
2016-01-13
Add new rpc call: abandontransaction
Alex Morcos
2016-01-13
Merge pull request #7296
Wladimir J. van der Laan
2016-01-05
c++11: CAccountingEntry must be defined before use in a list
Cory Fields
2016-01-05
Add sane fallback for fee estimation
Alex Morcos
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-12-02
[Qt] add InMempool() info to transaction details
Jonas Schnelli
2015-12-01
Merge pull request #7096
Wladimir J. van der Laan
2015-11-30
Move fPayAtLeastCustomFee function to CC
Pieter Wuille
2015-11-29
Keep track of explicit wallet conflicts instead of using mempool
Pieter Wuille
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-05
Merge pull request #6887
Wladimir J. van der Laan
2015-11-04
Merge pull request #6669
Wladimir J. van der Laan
2015-11-03
[qt] Properly display required fee instead of minTxFee
MarcoFalke
2015-10-28
[wallet] Add comments for doxygen
MarcoFalke
2015-10-28
[wallet] Refactor to use new MIN_CHANGE
MarcoFalke
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-20
Implement watchonly support in fundrawtransaction
Matt Corallo
2015-07-02
Move recently introduced CTransAction::IsEquivalentTo to CWalletTx
Wladimir J. van der Laan
2015-07-01
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-06-11
Add FundTransaction method to wallet
Matt Corallo
2015-06-05
Merge pull request #6152
Wladimir J. van der Laan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-18
Remove unused code from wallet and validation interface
Michael Ford
2015-05-18
Change default nTxConfirmTarget to 2
Alex Morcos
2015-05-18
wallet: Introduce constant for `-txconfirmtarget` default
Wladimir J. van der Laan
2015-04-20
Show zero value txouts in listunspent.
Gregory Maxwell
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-01
wallet: make it possible to disable transaction broadcast
Wladimir J. van der Laan
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
Includes: MOVEONLY: move more method definitions out of wallet.h
Jorge Timón
2015-03-24
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Jorge Timón
[next]