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-03-14
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2016-03-14
[Wallet] optimize return value of InitLoadWallet()
Jonas Schnelli
2016-03-11
[Wallet] move "load wallet phase" to CWallet
Jonas Schnelli
2016-03-11
Merge #7576: [Wallet] move wallet help string creation to CWallet
Wladimir J. van der Laan
2016-03-05
[Wallet] move wallet help string creation to CWallet
Jonas Schnelli
2016-03-03
Merge #7521: Don't resend wallet txs that aren't in our own mempool
Wladimir J. van der Laan
2016-03-01
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
Wladimir J. van der Laan
2016-02-29
Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-02-27
Fix doxygen comment for payTxFee
MarcoFalke
2016-02-18
Clarify description of blockindex
Matthew Zipkin
2016-02-15
test: test leading space for ParseHex
Wladimir J. van der Laan
2016-02-15
wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-02-12
Fix and cleanup listreceivedbyX documentation
instagibbs
2016-02-11
Don't resend wallet txs that aren't in our own mempool
Alex Morcos
2016-02-09
wallet: Ignore MarkConflict if block hash is not known
Wladimir J. van der Laan
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-28
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-22
Merge #7262: Reduce inefficiency of GetAccountAddress()
Wladimir J. van der Laan
2016-01-21
rpc: update inline comments to refer to new file paths
Daniel Cousens
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-20
Merge #7183: Improved readability of ApproximateBestSubset
Wladimir J. van der Laan
2016-01-20
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Wladimir J. van der Laan
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-20
Merge #7222: RPC: Indicate which transactions are signaling opt-in RBF
Wladimir J. van der Laan
2016-01-20
[walletdb] Fix syntax error in key parser
MarcoFalke
2016-01-19
RPC: indicate which transactions are replaceable
Suhas Daftuar
2016-01-18
Merge pull request #7329
Wladimir J. van der Laan
2016-01-17
Typo fixes in comments
Chris Wheeler
2016-01-16
Merge pull request #7322
Wladimir J. van der Laan
2016-01-13
Merge pull request #7332
Wladimir J. van der Laan
2016-01-13
Merge pull request #7312
Wladimir J. van der Laan
2016-01-13
[Wallet] Call notification signal when a transaction is abandoned
Jonas Schnelli
2016-01-13
Add new rpc call: abandontransaction
Alex Morcos
2016-01-13
[wallet] Clarify rpc help message with regard to rounding
MarcoFalke
2016-01-13
Merge pull request #7296
Wladimir J. van der Laan
2016-01-08
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally
Cory Fields
2016-01-08
Merge pull request #7306
Wladimir J. van der Laan
2016-01-07
Make wallet descendant searching more efficient
Alex Morcos
2016-01-07
Merge pull request #7293
Wladimir J. van der Laan
2016-01-07
Merge pull request #7229
Wladimir J. van der Laan
2016-01-06
Make sure conflicted wallet tx's update balances
Alex Morcos
2016-01-05
c++11: CAccountingEntry must be defined before use in a list
Cory Fields
2016-01-05
c++11: detect and correct for boost builds with an incompatible abi
Cory Fields
2016-01-05
Improved readability of sorting for coin selection.
Murch
2016-01-05
[trivial] Merge test cases and replace CENT with COIN
MarcoFalke
2016-01-05
Add sane fallback for fee estimation
Alex Morcos
[next]