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-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-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
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