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
2024-02-09
opt: Skip over barren combinations of tiny UTXOs
Murch
2024-02-09
opt: Skip checking max_weight separately
Murch
2024-02-09
opt: Cut if last addition was minimal weight
Murch
2024-02-09
opt: Skip heavier UTXOs with same effective value
Murch
2024-02-09
opt: Tiebreak UTXOs by weight for CoinGrinder
Murch
2024-02-09
opt: Skip evaluation of equivalent input sets
Murch
2024-02-09
opt: Track remaining effective_value in lookahead
Murch
2024-02-09
opt: Skip branches with worse weight
Murch
2024-02-09
fuzz: Test optimality of CoinGrinder
Murch
2024-02-09
fuzz: Add CoinGrinder fuzz target
Murch
2024-02-09
coinselection: Track whether CG completed
Murch
2024-02-09
test: Add coin_grinder_tests
Murch
2024-02-09
coinselection: Add CoinGrinder algorithm
Murch
2024-01-15
opt: Tie-break UTXO sort by waste for BnB
Murch
2024-01-15
doc: Document max_weight on BnB
Murch
2024-01-12
wallet: Reset chain notifications handler if AttachChain fails
Ava Chow
2024-01-08
Merge bitcoin/bitcoin#28610: wallet: Migrate entire address book entries to w...
fanquake
2024-01-05
Merge bitcoin/bitcoin#29117: wallettool: Always be able to dump a wallet's da...
fanquake
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2024-01-04
Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc...
Ava Chow
2024-01-04
wallet: Fix use-after-free in WalletBatch::EraseRecords
MarcoFalke
2024-01-02
Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `...
Ava Chow
2023-12-31
fuzz: rule-out too deep derivation paths in descriptor parsing targets
Antoine Poinsot
2023-12-23
refactor: share and use `GenerateRandomKey` helper
Sebastian Falbesoner
2023-12-20
Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`...
Ava Chow
2023-12-19
wallettool: Don't create CWallet when dumping DB
Andrew Chow
2023-12-19
wallettool: Don't unilaterally reset wallet_instance if loading error
Ava Chow
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-15
fuzz: coinselection, improve `min_viable_change`/`change_output_size`
brunoerg
2023-12-14
Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup
Ava Chow
2023-12-14
Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning
Ava Chow
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-13
fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target
brunoerg
2023-12-13
Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ...
Ava Chow
2023-12-13
Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath
fanquake
2023-12-12
test: wallet, fix change position out of range error
furszy
2023-12-12
Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled
Andrew Chow
2023-12-12
Merge bitcoin/bitcoin#29055: tests, bench: Fix issue with CWallet::LoadWallet...
fanquake
2023-12-11
fuzz: disable BnB when SFFO is enabled
furszy
2023-12-11
test: add coverage for BnB-SFFO restriction
furszy
2023-12-11
wallet: Assert that the wallet is not initialized in LoadWallet
Andrew Chow
2023-12-11
tests, bench: Remove incorrect LoadWallet() calls
Andrew Chow
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-11
Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-code
fanquake
2023-12-11
Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr...
fanquake
2023-12-08
wallet: return CreatedTransactionResult from FundTransaction
Andrew Chow
2023-12-08
wallet: use optional for change position as an optional in CreateTransaction
Andrew Chow
2023-12-08
wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransaction
Andrew Chow
2023-12-08
wallet: Explicitly preserve transaction version in CreateTransaction
Andrew Chow
2023-12-08
wallet: Explicitly preserve transaction locktime in CreateTransaction
Andrew Chow
[next]