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
/
spend_tests.cpp
Age
Commit message (
Expand
)
Author
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-15
tests: Use legacy change type in subtract fee from outputs test
Andrew Chow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-04
[docs] Add release notes for #21528
Amiti Uttarwar
2021-06-12
wallet test: Add test for subtract fee from recipient behavior
Russell Yanofsky