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
/
rpcrawtransaction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-841
/
+0
*
Merge pull request #7332
Wladimir J. van der Laan
2016-01-13
1
-1
/
+1
|
\
|
*
[wallet] Clarify rpc help message with regard to rounding
MarcoFalke
2016-01-13
1
-1
/
+1
*
|
rpc: remove cs_main lock from `createrawtransaction`
Wladimir J. van der Laan
2015-12-02
1
-1
/
+0
|
/
*
[RPC] Add transaction size to JSON output
Nick
2015-11-28
1
-0
/
+3
*
Remove LOCK(cs_main) from decodescript
Peter Todd
2015-11-13
1
-1
/
+0
*
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-10-30
1
-3
/
+3
*
Merge pull request #5936
Wladimir J. van der Laan
2015-10-23
1
-4
/
+16
|
\
|
*
Add optional locktime to createrawtransaction
Tom Harding
2015-08-10
1
-4
/
+16
*
|
Only call TrimToSize once per reorg/blocks disconnect
Matt Corallo
2015-10-13
1
-1
/
+1
*
|
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
|
Merge pull request #5264
Wladimir J. van der Laan
2015-09-25
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Resolve issue 3166.
mruddy
2015-07-30
1
-4
/
+4
*
|
Add OP_RETURN support in createrawtransaction RPC call, add tests.
Pavel Janík
2015-08-06
1
-16
/
+27
*
|
Rationalize currency unit to "BTC"
Ross Nicoll
2015-08-03
1
-3
/
+3
|
/
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+4
*
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-26
1
-0
/
+1
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-18
/
+18
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-16
/
+16
*
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
1
-13
/
+13
*
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-3
/
+4
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-22
/
+25
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-1
/
+2
*
RPC: show script verification errors in "signrawtransaction" result
dexX7
2015-05-05
1
-7
/
+38
*
Report missing inputs in sendrawtransaction
Pieter Wuille
2015-04-28
1
-3
/
+8
*
Add RPC call to generate and verify merkle blocks
Matt Corallo
2015-04-23
1
-0
/
+114
*
Fix docs for 'complete' field in 'signrawtransaction' response
charlescharles
2015-04-20
1
-1
/
+1
*
[move] move listunspent to wallet/rpcwallet.cpp
Jonas Schnelli
2015-04-12
1
-111
/
+0
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-1
/
+1
*
Merge pull request #5711
Wladimir J. van der Laan
2015-02-04
1
-1
/
+13
|
\
|
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-1
/
+13
*
|
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
1
-1
/
+1
*
|
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-1
/
+1
|
/
*
Merge pull request #5575
Wladimir J. van der Laan
2015-01-26
1
-1
/
+1
|
\
|
*
RPCWallet: Notate all account stuff as deprecated
Luke Dashjr
2014-12-30
1
-1
/
+1
*
|
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-10
/
+8
|
\
\
|
*
|
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-9
/
+8
|
*
|
namespace: remove boost namespace pollution
Cory Fields
2015-01-02
1
-1
/
+0
*
|
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-3
/
+3
|
/
/
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-1
/
+1
*
|
signrawtransaction: validate private key.
Pavel Janík
2014-12-11
1
-0
/
+2
|
/
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-1
/
+1
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-1
/
+1
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-12
/
+10
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-2
/
+2
|
*
Use ModifyCoins instead of mutable GetCoins.
Pieter Wuille
2014-09-23
1
-10
/
+8
*
|
Merge pull request #5047
Wladimir J. van der Laan
2014-10-07
1
-1
/
+4
|
\
\
[next]