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
/
fuzz
Age
Commit message (
Expand
)
Author
2024-08-12
Merge bitcoin/bitcoin#30563: fuzz: improve `scriptpubkeyman` target
Ava Chow
2024-08-02
fuzz: fix timeout in crypter target
brunoerg
2024-08-01
fuzz: improve scriptpubkeyman target
brunoerg
2024-07-20
fuzz: reduce keypool size in scriptpubkeyman target
brunoerg
2024-07-17
Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...
Ava Chow
2024-07-04
fuzz: fix key size in crypter target
brunoerg
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-06-27
[refactor]: update coin selection algorithms input parameter `max_weight` name
ismaelsadeeq
2024-06-19
fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek error
MarcoFalke
2024-06-04
Merge bitcoin/bitcoin#28074: fuzz: wallet, add target for `Crypter`
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResult
Ava Chow
2024-06-03
Merge bitcoin/bitcoin#30134: fuzz: add more coverage for `ScriptPubKeyMan`
merge-script
2024-05-29
fuzz: Handle missing BDBRO errors
Ava Chow
2024-05-24
Fold GetSelectionWaste() into ComputeAndSetWaste()
Murch
2024-05-24
fuzz: Fix wallet_bdb_parser stdlib error matching
MarcoFalke
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-16
Berkeley RO Database fuzz test
TheCharlatan
2024-05-16
fuzz: add more coverage for `ScriptPubKeyMan`
brunoerg
2024-05-02
fuzz: wallet, add target for Crypter
Ayush Singh
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-02-21
[fuzz] Avoid partial negative result
Murch
2024-02-09
Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm
Ava Chow
2024-02-09
fuzz: Test optimality of CoinGrinder
Murch
2024-02-09
fuzz: Add CoinGrinder fuzz target
Murch
2024-02-05
fuzz: remove unused `args` and `context` from `FuzzedWallet`
brunoerg
2024-01-19
refactor: pass CRecipient to FundTransaction
josibake
2024-01-04
Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc...
Ava Chow
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-15
fuzz: coinselection, improve `min_viable_change`/`change_output_size`
brunoerg
2023-12-13
fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target
brunoerg
2023-12-12
Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled
Andrew Chow
2023-12-11
fuzz: disable BnB when SFFO is enabled
furszy
2023-12-08
wallet: return CreatedTransactionResult from FundTransaction
Andrew Chow
2023-12-08
wallet: Replace SelectExternal with SetTxOut
Andrew Chow
2023-12-08
coincontrol: Replace HasInputWeight with returning optional from Get
Andrew Chow
2023-11-29
Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no...
fanquake
2023-11-29
fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz target
MarcoFalke
2023-11-29
fuzz: Fix nullptr deref in scriptpubkeyman
MarcoFalke
2023-11-27
Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target
fanquake
2023-11-27
fuzz: Faster wallet_notifications target
MarcoFalke
2023-11-24
Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
fanquake
2023-11-24
Export assert from util/check.h
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-20
fuzz: add target for `DescriptorScriptPubKeyMan`
brunoerg
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-08-23
fuzz: coinselection, fix `m_cost_of_change`
brunoerg
2023-08-23
fuzz: coinselection, BnB should never produce change
brunoerg
2023-08-23
fuzz: coinselection, compare `GetSelectedValue` with target
brunoerg
[next]