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
2024-08-12
Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)
merge-script
2024-08-02
[rpc, fees]: add more detail on the fee estimation modes
ismaelsadeeq
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28979: wallet, rpc: document and update `sendall` behav...
Ava Chow
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-02-10
wallet, rpc: implement ancestor aware funding for sendall
ishaanam
2024-02-10
rpc, test: test sendall spends unconfirmed change and unconfirmed inputs when...
ishaanam
2024-02-09
rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCs
Sebastian Falbesoner
2024-01-19
refactor: pass CRecipient to FundTransaction
josibake
2024-01-19
refactor: simplify `CreateRecipients`
josibake
2024-01-19
refactor: remove out param from `ParseRecipients`
josibake
2023-12-12
test: wallet, fix change position out of range error
furszy
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
[next]