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
/
rpc
/
rawtransaction_util.h
Age
Commit message (
Expand
)
Author
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-08
Refactor rawtransaction's SignTransaction into generic SignTransaction function
Andrew Chow
2020-01-16
Fix doxygen errors
Ben Woosley
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-18
Accumulate result UniValue in SignTransaction
Andrew Chow
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-09-19
doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util
MarcoFalke
2019-09-03
Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...
Andrew Chow
2019-07-27
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-04-17
rpc: Remove dependency on interfaces::Chain in SignTransaction
Antoine Riard
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery