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
...
|
*
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
|
\
\
|
*
|
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-09-29
1
-1
/
+1
*
|
|
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-09
1
-6
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
1
-3
/
+1
|
*
|
Add bool PSBTInputSigned
Glenn Willen
2018-11-01
1
-2
/
+5
|
*
|
More concise conversion of CDataStream to string
Glenn Willen
2018-11-01
1
-2
/
+2
*
|
|
Merge #14437: Refactor: Start to separate wallet from node
MarcoFalke
2018-11-09
1
-2
/
+4
|
\
\
\
|
*
|
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-2
/
+4
*
|
|
|
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-07
1
-5
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Avoid using numeric_limits for sequence numbers and lock times
Russell Yanofsky
2018-11-01
1
-5
/
+5
|
|
/
/
*
/
/
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
/
*
/
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
1
-8
/
+8
|
/
*
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
1
-4
/
+2
|
\
|
*
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
1
-4
/
+2
*
|
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
\
|
*
|
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
1
-0
/
+2
*
|
|
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...
MarcoFalke
2018-09-06
1
-105
/
+9
|
\
\
\
|
*
|
|
[rpc] Remove deprecated sigrawtransaction rpc method.
John Newbery
2018-08-27
1
-105
/
+9
*
|
|
|
Fix typos reported by codespell
practicalswift
2018-09-04
1
-1
/
+1
*
|
|
|
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-28
1
-13
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
2018-08-13
1
-2
/
+1
|
*
|
|
Introduce KeyOriginInfo for fingerprint + path
Pieter Wuille
2018-08-13
1
-11
/
+4
|
|
/
/
*
|
|
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
1
-2
/
+1
|
\
\
\
|
*
|
|
Return the script type from Solver
Ben Woosley
2018-07-22
1
-2
/
+1
*
|
|
|
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
2018-08-23
1
-1
/
+0
|
\
\
\
\
[prev]
[next]