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
...
|
*
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
*
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
1
-37
/
+35
*
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
1
-1
/
+1
|
\
|
*
[rpc] sendrawtransaction no longer bypasses minRelayTxFee
Alex Morcos
2017-02-27
1
-1
/
+1
*
|
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
1
-0
/
+1
*
|
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
1
-1
/
+2
*
|
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
1
-5
/
+9
*
|
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
1
-2
/
+2
|
/
*
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-07
1
-1
/
+0
*
Better handle invalid parameters to signrawtransaction
Matt Corallo
2017-02-02
1
-1
/
+3
*
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-1
/
+1
|
\
|
*
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-09
1
-1
/
+1
*
|
Deprecate non-txindex getrawtransaction and better warning
Pieter Wuille
2017-01-11
1
-4
/
+8
*
|
Update RPC argument names
John Newbery
2017-01-10
1
-13
/
+13
*
|
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
1
-1
/
+1
*
|
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-05
1
-11
/
+11
|
/
*
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-3
/
+3
|
\
|
*
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
1
-1
/
+1
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
1
-7
/
+4
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-7
/
+4
*
|
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
1
-1
/
+1
|
/
*
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
1
-5
/
+6
*
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
1
-4
/
+4
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-23
1
-9
/
+23
|
\
|
*
getrawtransaction should take a bool for verbose
jnewbery
2016-11-22
1
-9
/
+23
*
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-2
/
+2
|
/
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-45
/
+45
[prev]
[next]