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
/
spend.h
Age
Commit message (
Expand
)
Author
2022-10-29
scripted-diff: wallet: rename AvailableCoinsParams members to snake_case
furszy
2022-10-29
wallet: group AvailableCoins filtering parameters in a single struct
furszy
2022-10-29
RPC: listunspent, add "include immature coinbase" flag
furszy
2022-10-26
wallet: remove fetch pre-selected-inputs responsibility from SelectCoins
furszy
2022-10-26
wallet: encapsulate pre-selected-inputs lookup into its own function
furszy
2022-08-10
wallet: switch to new shuffle, erase, push_back
josibake
2022-08-10
scripted-diff: Uppercase function names
josibake
2022-08-10
refactor: add new helper methods
josibake
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-19
wallet: run coin selection by `OutputType`
josibake
2022-07-19
refactor: use CoinsResult struct in SelectCoins
josibake
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-06-08
wallet: GetAvailableBalance, remove double walk-through every available coin
furszy
2022-06-08
wallet: add 'only_spendable' filter to AvailableCoins
furszy
2022-06-08
wallet: return 'CoinsResult' struct in `AvailableCoins`
furszy
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-05-16
wallet: CreateTransactionInternal(): return out-params as (optional) struct
Sebastian Falbesoner
2022-03-23
moveonly: move COutput to coinselection.h
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-17
wallet: cleanup COutput constructor
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-05
Use SelectionResult in SelectCoins
Andrew Chow
2021-12-05
Use SelectionResult in AttemptSelection
Andrew Chow
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
Allow Coin Selection be able to take external inputs
Andrew Chow
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky