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.cpp
Age
Commit message (
Expand
)
Author
2018-03-21
Merge #12747: Fix typos
MarcoFalke
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-13
Move output eligibility to a separate function
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-07
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-03-06
Add missing cs_lock in CreateWalletFromFile
João Barbosa
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-02
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-01
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-25
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-14
Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.
Wladimir J. van der Laan
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
Merge #12333: Make CWallet::ListCoins atomic
Wladimir J. van der Laan
2018-02-08
[wallet] Indent only change of CWallet::AvailableCoins
João Barbosa
2018-02-08
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-06
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-01-30
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-28
[wallet] Remove duplicate mapWallet lookups
João Barbosa
2018-01-24
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Support downgrading after recovered keypool witness keys
Pieter Wuille
[next]