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-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-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
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputs
MarcoFalke
2019-02-04
rpc: Fix for segfault if combinepsbt called with empty inputs
benthecarman
2019-02-04
[Docs] Small updates to getrawtransaction description
Amiti Uttarwar
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2018-12-29
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
[next]