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
2016-01-20
RPC: indicate which transactions are replaceable
Suhas Daftuar
2016-01-20
[walletdb] Fix syntax error in key parser
MarcoFalke
2016-01-13
add InMempool() function
Jonas Schnelli
2016-01-13
Merge pull request #7332
Wladimir J. van der Laan
2016-01-13
Add RPC call abandontransaction
Alex Morcos
2016-01-13
[wallet] Clarify rpc help message with regard to rounding
MarcoFalke
2016-01-13
Add sane fallback for fee estimation
Alex Morcos
2016-01-08
Make sure conflicted wallet tx's update balances
Alex Morcos
2016-01-07
[wallet] Add regression test for vValue sort order
MarcoFalke
2016-01-07
[qa] wallet: Check if maintenance changes the balance
MarcoFalke
2016-01-05
Bump copyright headers to 2015
MarcoFalke
2016-01-05
[wallet] Adjust pruning test
MarcoFalke
2015-12-14
Checks for null data transaction before issuing error to debug.log
accraze
2015-12-08
Coinselection prunes extraneous inputs from ApproximateBestSubset
AlSzacrel
2015-12-02
Fix typo in wallet.cpp
MarcoFalke
2015-12-02
Merge pull request #6216
Wladimir J. van der Laan
2015-12-01
Merge pull request #7136
Wladimir J. van der Laan
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
Merge pull request #7096
Wladimir J. van der Laan
2015-12-01
Merge pull request #7105
Wladimir J. van der Laan
2015-11-30
rpcwallet: Clarify what settxfee does
MarcoFalke
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
Default fPayAtLeastCustomFee to false
Ryan Havar
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-27
Merge pull request #6134
Wladimir J. van der Laan
2015-11-24
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
2015-11-24
Merge pull request #7066
Wladimir J. van der Laan
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-20
Add missing "blocktime" description to listtransactions help, fix formatting.
Pavel Janík
2015-11-16
Change wallet and GUI code to use new smart fee estimation calls.
Alex Morcos
2015-11-16
Merge pull request #6991
Gregory Maxwell
2015-11-13
Better error message for fundrawtransaction w/ empty vout
Peter Todd
2015-11-13
Actually use includeWatching value in fundrawtransaction
Peter Todd
2015-11-13
Prevector type
Pieter Wuille
2015-11-11
Clarify 'fee' field in fundrawtransaction help text
Peter Todd
2015-11-10
Merge pull request #5574
Wladimir J. van der Laan
2015-11-10
Merge pull request #6163
Wladimir J. van der Laan
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-04
Merge pull request #6905
Wladimir J. van der Laan
2015-11-03
[qt] Properly display required fee instead of minTxFee
MarcoFalke
2015-10-30
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-10-29
Reject invalid pubkeys when reading ckey items from the wallet.
Gregory Maxwell
2015-10-28
[wallet] Add comments for doxygen
MarcoFalke
2015-10-28
[wallet] Refactor to use new MIN_CHANGE
MarcoFalke
2015-10-13
Only call TrimToSize once per reorg/blocks disconnect
Matt Corallo
2015-10-02
wallet: Expose GUI labels in RPC
Luke Dashjr
2015-10-01
Bugfix: Describe dblogsize option correctly (it refers to the wallet database...
Luke Dashjr
[next]