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.cpp
Age
Commit message (
Expand
)
Author
2019-04-27
Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction
MeshCollider
2019-04-17
rpc: Remove dependency on interfaces::Chain in SignTransaction
Antoine Riard
2019-04-15
Merge #15770: rpc: Validate maxfeerate with AmountFromValue
MarcoFalke
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-08
rpc: Validate maxfeerate with AmountFromValue
João Barbosa
2019-04-08
Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
Merge #15508: Refactor analyzepsbt for use outside RPC code
Pieter Wuille
2019-04-05
Remove unused var
Peter Bushnell
2019-03-29
Merge #15669: rpc: Fix help text for signtransactionwithXXX
MarcoFalke
2019-03-28
Merge #15616: rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-28
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-27
Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee global
MarcoFalke
2019-03-26
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-22
[rpc] Remove signrawtransaction warning
John Newbery
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-19
doc: Add release notes for 15620
MarcoFalke
2019-03-19
rpc: Mention all output types in decodescript doc
MarcoFalke
2019-03-18
rpc: Uncouple rpcs from maxTxFee global
MarcoFalke
2019-03-18
rpc: Use IsValidNumArgs over hardcoded size checks
MarcoFalke
2019-03-18
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
MarcoFalke
2019-03-17
rpc: decodescript use IsValidNumArgs over hardcoded check
MarcoFalke
2019-03-17
rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-14
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-13
Merge #15559: doc: correct analyzepsbt rpc doc
Wladimir J. van der Laan
2019-03-12
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-12
doc: correct analysepsbt rpc doc
fanquake
2019-03-11
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-05
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-02-25
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-16
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-16
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-15
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-14
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-13
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
[next]