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
Age
Commit message (
Expand
)
Author
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-20
Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che...
Andrew Chow
2022-07-19
test: add unit test for AvailableCoins
josibake
2022-07-19
refactor: use CoinsResult struct in SelectCoins
josibake
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-18
test: add coverage for wallet inconsistent state during sync
furszy
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
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-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-07-07
test: add tests for negative waste during coin selection
ishaanam
2022-07-05
wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-03
wallet: Rescan mempool for transactions as well
Fabian Jahr
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-23
wallet test: Add unit test for wallet scan save_progress option
Ryan Ofsky
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-19
scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs
furszy
2022-06-17
Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...
Andrew Chow
2022-06-08
wallet: return 'CoinsResult' struct in `AvailableCoins`
furszy
2022-05-25
fuzz: coinselection, add missing fee rate.
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-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-26
Merge bitcoin/bitcoin#24644: wallet: add tracepoints and algorithm informatio...
fanquake
2022-04-22
add 3 new test cases for SelectCoins()
akankshakashyap
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-14
wallet: track which coin selection algorithm produced a SelectionResult
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithms
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24711: wallet: Postpone wallet loading notification for...
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-30
fuzz: add target for coinselection
Martin Zumsande
2022-03-30
wallet: move Assert() check into constructor
Anthony Towns
2022-03-25
test: fix incorrect named args in wallet tests
fanquake
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-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
refactor: use Span in random.*
pasta
2022-03-23
coinselection: Remove COutput operators == and !=
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
[prev]
[next]