index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
rawtransaction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle inputs and outputs after joining psbts
Andrew Chow
2019-09-24
1
-1
/
+24
*
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-08-17
1
-7
/
+13
*
signrawtransactionwithkey: report error when missing redeemScript/witnessScri...
Anthony Towns
2019-07-05
1
-0
/
+3
*
rpc: bugfix: Properly use iswitness in converttopsbt
MarcoFalke
2019-06-18
1
-9
/
+16
*
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-06-18
1
-8
/
+12
*
Add example 2nd arg to signrawtransactionwithkey
Chris Moore
2019-06-17
1
-2
/
+2
*
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-13
1
-2
/
+2
*
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-13
1
-1
/
+1
*
doc: correct analysepsbt rpc doc
fanquake
2019-03-13
1
-7
/
+7
*
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
1
-5
/
+7
*
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
1
-2
/
+1
*
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-4
/
+5
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-4
/
+5
*
|
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
1
-0
/
+338
|
\
\
|
*
|
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+198
|
*
|
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+75
|
*
|
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+65
|
|
/
*
|
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-15
1
-0
/
+1
|
\
\
|
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
|
/
*
|
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-13
1
-5
/
+16
*
|
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
1
-93
/
+27
|
\
\
|
|
/
|
/
|
|
*
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
1
-26
/
+14
|
*
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
1
-2
/
+1
|
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-1
/
+8
|
*
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-0
/
+1
|
*
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-02-11
1
-65
/
+4
|
*
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
1
-3
/
+3
*
|
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-60
/
+60
|
/
*
Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputs
MarcoFalke
2019-02-11
1
-0
/
+3
|
\
|
*
rpc: Fix for segfault if combinepsbt called with empty inputs
benthecarman
2019-02-04
1
-0
/
+3
*
|
[Docs] Small updates to getrawtransaction description
Amiti Uttarwar
2019-02-04
1
-6
/
+10
|
/
*
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-30
1
-8
/
+7
|
\
|
*
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-26
1
-8
/
+7
*
|
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-90
/
+102
*
|
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-21
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
1
-4
/
+4
*
|
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-29
1
-1
/
+1
|
\
\
|
*
|
fix testmempoolaccept CLI syntax
1Il1
2018-12-15
1
-1
/
+1
|
|
/
*
/
clarifying getrawtransaction[time] get help text
Ben Carman
2018-12-17
1
-1
/
+1
|
/
*
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
1
-9
/
+9
|
\
|
*
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-9
/
+9
*
|
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
1
-3
/
+13
|
/
*
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
1
-204
/
+126
*
clarify RPC rawtransaction documentation
Jameson Lopp
2018-11-26
1
-2
/
+2
*
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
1
-48
/
+82
*
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
2018-11-13
1
-9
/
+86
|
\
|
*
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-12
1
-6
/
+83
|
*
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
1
-3
/
+3
*
|
Merge #14356: fix converttopsbt permitsigdata arg, add basic test
Wladimir J. van der Laan
2018-11-12
1
-1
/
+1
|
\
\
[next]