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
/
rpc
/
spend.cpp
Age
Commit message (
Expand
)
Author
2022-08-22
fixups for BIP125 doc cleanup
glozow
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-19
bumpfee: be able to bump fee of a tx with external inputs
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-17
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-15
refactor: Remove not needed empty RPC doc std::string
MacroFake
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-10
scripted-diff: Uppercase function names
josibake
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-13
refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL
MacroFake
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-06-19
scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs
furszy
2022-06-19
wallet: unify “allow/block other inputs“ concept
furszy
2022-06-17
Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...
Andrew Chow
2022-06-16
Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external
Andrew Chow
2022-06-08
wallet: IsSpent, 'COutPoint' arg instead of (hash, index)
furszy
2022-06-08
wallet: return 'CoinsResult' struct in `AvailableCoins`
furszy
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
wallet: do not count wallet utxos as external
S3RK
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-04-25
rpc: bumpfee signer support
Sjors Provoost
2022-04-25
rpc: document bools in FillPSBT() calls
Sjors Provoost
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-29
Add sendall RPC née sweep
Murch
2022-03-25
Extract FinishTransaction from send()
Murch
2022-03-25
Extract interpretation of fee estimation arguments
Murch
2022-03-25
Elaborate error messages for outdated options
Murch
2022-03-25
Extract prevention of outdated option names
Murch
2022-02-28
doc: Use human-friendly DefaultHint for change_address/changeAddress in walle...
Luke Dashjr
2022-02-28
Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC help ...
Luke Dashjr
2022-01-24
rpc, wallet: Allow users to specify input weights
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-10
Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing
MarcoFalke
2021-12-08
rpc: Document that DEFAULT is for Taproot, ALL for everything else
Andrew Chow
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
MOVEONLY: Move spending RPCs to spend.cpp
Samuel Dobson
[prev]