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
2024-08-26
wallet: bugfix: ensure atomicity in settings updates
ismaelsadeeq
2024-08-14
wallet: rename UnloadWallet to WaitForDeleteWallet
furszy
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-15
Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`
merge-script
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
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-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
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-28
Use `exact_target` shorthand in coinselector_tests
Murch
2024-05-24
Fold GetSelectionWaste() into ComputeAndSetWaste()
Murch
2024-05-24
fuzz: Fix wallet_bdb_parser stdlib error matching
MarcoFalke
2024-05-23
Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValue
Ryan Ofsky
2024-05-22
Merge bitcoin/bitcoin#30131: wallet, tests: Avoid stringop-overflow warning i...
merge-script
2024-05-21
wallet, tests: Avoid stringop-overflow warning in PollutePubKey
Ava Chow
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
Berkeley RO Database fuzz test
TheCharlatan
2024-05-16
tests: Add BerkeleyRO to db prefix tests
Ava Chow
2024-05-16
fuzz: add more coverage for `ScriptPubKeyMan`
brunoerg
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-13
wallet: implement BerkeleyROBatch
Ava Chow
2024-05-02
fuzz: wallet, add target for Crypter
Ayush Singh
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-02-21
[fuzz] Avoid partial negative result
Murch
2024-02-20
descriptor: Be able to get the pubkeys involved in a descriptor
Ava Chow
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
2024-02-12
Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process
Ava Chow
2024-02-09
Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm
Ava Chow
2024-02-09
scripted-diff: rename ZapSelectTx to RemoveTxs
furszy
2024-02-09
wallet: batch and simplify ZapSelectTx process
furszy
2024-02-09
opt: Skip over barren combinations of tiny UTXOs
Murch
2024-02-09
opt: Cut if last addition was minimal weight
Murch
[next]