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
2022-10-02
test: Check external coin effective value is used in CoinSelection
Aurèle Oulès
2022-08-22
Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult
Andrew Chow
2022-08-15
wallet: use GetChange() when computing waste
S3RK
2022-08-10
wallet: switch to new shuffle, erase, push_back
josibake
2022-08-10
scripted-diff: Uppercase function names
josibake
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-19
refactor: use CoinsResult struct in SelectCoins
josibake
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-11
Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s...
Andrew Chow
2022-07-08
Merge bitcoin/bitcoin#25481: wallet: unify max signature logic
Andrew Chow
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-07
test: add tests for negative waste during coin selection
ishaanam
2022-06-28
Revert "bnb: exit selection when best_waste is 0"
Murch
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-06-19
scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs
furszy
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-20
Merge bitcoin/bitcoin#24820: test: 3 new tests for SelectCoins function
Andrew Chow
2022-04-22
add 3 new test cases for SelectCoins()
akankshakashyap
2022-04-14
wallet: track which coin selection algorithm produced a SelectionResult
Andrew Chow
2022-03-25
test: fix incorrect named args in coin_selection tests
fanquake
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Remove COutput operators == and !=
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
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
[next]