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
2023-05-30
fuzz: fix wallet notifications.cpp
furszy
2023-04-05
coin selection: BnB, don't return selection if exceeds max allowed tx weight
furszy
2023-04-05
coin selection: heap-ify SRD, don't return selection if exceeds max tx weight
furszy
2023-04-05
coin selection: knapsack, select closest UTXO above target if result exceeds ...
furszy
2023-03-06
refactor: make OutputGroup::m_outputs field a vector of shared_ptr
furszy
2023-03-03
wallet: make OutputGroup "positive_only" filter explicit
furszy
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-08-15
wallet: use GetChange() when computing waste
S3RK
2022-08-15
wallet: ensure m_min_change_target always covers change fee
S3RK
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-05-25
fuzz: coinselection, add missing fee rate.
furszy
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-03-30
fuzz: add target for coinselection
Martin Zumsande
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-13
depends, wallet: fix typos
Dimitris Apostolou
2021-10-22
fuzz: Add wallet fuzz test
MarcoFalke