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
/
test
/
coinselector_tests.cpp
Age
Commit message (
Expand
)
Author
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-05
Use SelectionResult in SelectCoins
Andrew Chow
2021-12-05
Return SelectionResult from KnapsackSolver
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-12-05
Make member variables of SelectionResult private
Andrew Chow
2021-12-05
scripted-diff: Use SelectionResult in coin selector tests
Andrew Chow
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-22
tests: Place into mapWallet in coinselector_tests
Andrew Chow
2021-10-22
Fix bnb_search_test to use set equivalence for
Andrew Chow
2021-10-15
tests: Use DescriptorScriptPubKeyMan in coinselector_tests
Andrew Chow
2021-10-15
tests: Remove global vCoins and testWallet from coinselector_tests
Andrew Chow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-24
test: Add remaining scenarios of 0 waste
rajarshimaitra
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-27
tests: Test GetSelectionWaste
Andrew Chow
2021-08-27
scripted-diff: tests: Use KnapsackSolver directly
Andrew Chow
2021-08-27
tests: Add KnapsackGroupOutputs helper function
Andrew Chow
2021-08-27
tests: Use SelectCoinsBnB directly instead of AttemptSelection
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
Andrew Chow
2021-05-26
Merge bitcoin/bitcoin#17331: Use effective values throughout coin selection
Samuel Dobson
2021-05-19
Change SelectCoins_test to actually test SelectCoins
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Do both BnB and Knapsack coin selection in SelectCoinsMinConf
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-06
Do not run functions with necessary side-effects in assert()
practicalswift
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-29
Move GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-04
bnb: exit selection when best_waste is 0
Andrew Chow
[next]