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
2023-12-08
wallet: return CreatedTransactionResult from FundTransaction
Andrew Chow
2023-12-08
wallet: use optional for change position as an optional in CreateTransaction
Andrew Chow
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-28
scripted-diff: Use DataStream in most places
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-09-26
rpc: bumpfee, improve doc for 'reduce_output' arg
furszy
2023-09-19
Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead...
fanquake
2023-09-12
wallet: Use CTxDestination in CRecipient rather than scriptPubKey
Andrew Chow
2023-09-05
wallet rpc: return final tx hex from walletprocesspsbt if complete
Matthew Zipkin
2023-08-22
Update help text for spend and rawtransaction rpcs
Michael Tidwell
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-06-26
bumpfee: Allow original change position to be specified
Andrew Chow
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-03
rpc: Add check for unintended option/parameter name clashes
Ryan Ofsky
2023-05-03
RPC: Allow RPC methods accepting options to take named parameters
Ryan Ofsky
2023-02-16
Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`
Andrew Chow
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-17
doc: Fix incorrect sendmany RPC doc
MarcoFalke
2023-01-17
wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
Seibart Nedor
2023-01-17
wallet: extract and reuse RPC argument format definition for outputs
Seibart Nedor
2023-01-17
Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
fanquake
2023-01-11
rpc: add minconf and maxconf options to sendall
ishaanam
2023-01-11
Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund calls
Juan Pablo Civile
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2023-01-02
rpc: Correct RPCHelpMan for fundrawtransaction's input_weights field
jdjkelly@gmail.com
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support
Andrew Chow
2022-12-07
bugfix: Strict type checking for RPC boolean parameters
MarcoFalke
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-11-15
Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase...
Andrew Chow
2022-11-03
rpc: doc: add missing option "bech32m" for `change_type` parameters
Sebastian Falbesoner
2022-10-29
scripted-diff: wallet: rename AvailableCoinsParams members to snake_case
furszy
2022-10-29
wallet: group AvailableCoins filtering parameters in a single struct
furszy
2022-10-20
wallet: Check utxo prevout index out of bounds in sendall
Andrew Chow
2022-10-19
wallet: Correctly check ismine for sendall
Andrew Chow
2022-09-30
Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...
MacroFake
2022-09-21
Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...
fanquake
2022-09-20
Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...
MacroFake
2022-09-15
rpc: remove unneeded RPCTypeCheckArgument checks
furszy
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-09-15
wallet: fix sendall creates tx that fails tx-size check
kouloumos
2022-09-15
Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceeded
MacroFake
2022-09-13
sendall: check if the maxtxfee has been exceeded
ishaanam
2022-09-13
RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are provided
furszy
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-09-05
RPC: fix sendall docs
Anthony Towns
2022-08-22
fixups for BIP125 doc cleanup
glozow
[next]