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
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee
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
Add tests for the Branch and Bound algorithm
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-11
Split up and sanitize CAccountingEntry serialization
Pieter Wuille
2018-03-09
Store effective value, fee, and long term fee in CInputCoin
Andrew Chow
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
Split up and sanitize CWalletTx serialization
Pieter Wuille
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
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 #9991: listreceivedbyaddress Filter Address
Wladimir J. van der Laan
2018-03-07
Add address filtering to listreceivedbyaddress
Jeremy Rubin
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-05
Merge #12516: Avoid unintentional unsigned integer wraparounds in tests
Wladimir J. van der Laan
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files not in -walletdir directory
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 #12182: Remove useless string initializations
Wladimir J. van der Laan
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-23
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Stop using CBase58Data for ext keys
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-16
Create getaddressinfo RPC and deprecate parts of validateaddress
Andrew Chow
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-14
Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Wladimir J. van der Laan
2018-02-13
Remove useless string initialization.
Alin Rus
2018-02-13
Fix rescan test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-02-12
Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...
MarcoFalke
2018-02-12
Merge #12296: wallet: Only fee-bump non-conflicted/non-confirmed txes
Jonas Schnelli
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-10
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
[prev]
[next]