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
...
|
*
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-2
/
+2
*
|
Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...
MarcoFalke
2018-02-12
1
-16
/
+16
|
\
\
|
*
|
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-16
/
+16
|
|
/
*
/
Fix a-vs-an typos
practicalswift
2018-02-11
1
-1
/
+1
|
/
*
Add special error for genesis coinbase to gettransaction
MeshCollider
2018-01-30
1
-0
/
+5
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-19
1
-5
/
+11
|
\
|
*
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-09-06
1
-5
/
+11
*
|
rpc: Validate replaceable type in createrawtransaction
João Barbosa
2017-12-12
1
-1
/
+1
*
|
qa: Add getrawtransaction in_active_chain=False test
MarcoFalke
2017-12-06
1
-7
/
+5
*
|
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-12-05
1
-12
/
+45
*
|
[rpc] Fix fVerbose parsing (remove excess if cases).
Karl-Johan Alm
2017-11-29
1
-13
/
+1
*
|
Fix sendrawtransaction hang when sending a tx already in mempool
Matt Corallo
2017-11-20
1
-0
/
+4
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-25
/
+25
*
|
Fix wallet RPC race by waiting for callbacks in sendrawtransaction
Matt Corallo
2017-10-13
1
-1
/
+22
*
|
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-29
1
-2
/
+2
|
\
\
|
*
|
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
1
-2
/
+2
*
|
|
More user-friendly error message when partially signing
MeshCollider
2017-09-11
1
-1
/
+6
|
/
/
*
/
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-9
/
+10
|
/
*
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-11
/
+14
*
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-6
/
+6
|
\
|
*
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
1
-1
/
+1
|
*
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
1
-5
/
+5
*
|
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-21
1
-6
/
+3
|
\
\
|
*
|
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-17
1
-2
/
+2
|
*
|
Only return hex field once in getrawtransaction
Andrew Chow
2017-08-10
1
-4
/
+1
*
|
|
Fix combinerawtransaction RPC help result section
Jonas Nick
2017-08-17
1
-1
/
+1
|
|
/
|
/
|
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-4
/
+4
|
/
*
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
1
-3
/
+3
|
\
|
*
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
1
-3
/
+3
*
|
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-18
1
-35
/
+100
|
/
*
Use "replaceable" instead of "optintorbf" in createrawtransaction.
Matt Corallo
2017-07-05
1
-4
/
+5
*
Merge #9738: gettxoutproof() should return consistent result
Wladimir J. van der Laan
2017-06-14
1
-4
/
+8
|
\
|
*
gettxoutproof() should return consistent result
John Newbery
2017-06-07
1
-4
/
+8
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-4
/
+4
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-4
/
+4
|
|
/
*
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-1
/
+1
|
\
\
|
*
|
Limit variable scope
practicalswift
2017-06-05
1
-1
/
+1
*
|
|
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-08
1
-16
/
+13
|
\
\
\
|
*
|
|
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-16
/
+13
|
|
|
/
|
|
/
|
*
|
|
RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...
Luke Dashjr
2017-06-05
1
-3
/
+5
*
|
|
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
1
-2
/
+3
*
|
|
RPC: rawtransaction: Add RBF support for createrawtransaction
Luke Dashjr
2017-06-05
1
-5
/
+18
|
/
/
*
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-4
/
+4
*
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-3
/
+4
*
|
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
1
-17
/
+20
|
/
*
Add witness data output to TxInError messages
Gregory Sanders
2017-05-17
1
-0
/
+5
*
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-04-28
1
-70
/
+8
*
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-26
1
-3
/
+3
*
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-20
1
-1
/
+1
[prev]
[next]