index
:
archived-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
*
Update Bitcoin references and addresses in strings to Dogecoin equivalents
Ross Nicoll
2015-10-31
1
-7
/
+7
*
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
|
\
\
|
*
|
minor txindex documentation improvement
Cozz Lovan
2014-10-06
1
-1
/
+4
*
|
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-1
/
+1
|
/
/
*
/
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-2
/
+2
|
/
*
Merge pull request #4555
Wladimir J. van der Laan
2014-09-17
1
-1
/
+1
|
\
|
*
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
1
-1
/
+1
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-2
/
+1
*
|
Merge pull request #4911
Pieter Wuille
2014-09-16
1
-2
/
+2
|
\
\
|
*
|
header include cleanup
Philip Kaufmann
2014-09-14
1
-2
/
+2
|
|
/
*
/
Fixing compiler warning C4101
ENikS
2014-09-15
1
-1
/
+1
|
/
*
Merge pull request #4822
Pieter Wuille
2014-09-10
1
-6
/
+6
|
\
|
*
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-09-03
1
-6
/
+6
*
|
Separate script/sign
jtimon
2014-09-08
1
-0
/
+1
*
|
Separate script/standard
jtimon
2014-09-08
1
-0
/
+2
*
|
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-1
/
+1
|
/
*
Clean-up SyncWithWallets/SyncTransaction
Cozz Lovan
2014-08-17
1
-3
/
+1
*
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Jeff Garzik
2014-07-29
1
-54
/
+27
*
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-29
1
-27
/
+12
*
Clarify that redeemScript is often optional
Zak Wilcox
2014-07-12
1
-1
/
+1
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-0
/
+1
|
\
|
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+1
*
|
Use GetBlockTime() more
jtimon
2014-07-07
1
-2
/
+2
|
/
[next]