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
...
*
Tests for raw transactions argument checking
Gavin Andresen
2012-10-29
1
-28
/
+44
*
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-10-21
1
-1
/
+1
*
Transaction hash caching
Pieter Wuille
2012-10-20
1
-1
/
+1
*
Batch block connection during IBD
Pieter Wuille
2012-10-20
1
-11
/
+6
*
Ultraprune
Pieter Wuille
2012-10-20
1
-44
/
+43
*
Merge pull request #1742 from sipa/canonical
Jeff Garzik
2012-10-20
1
-1
/
+1
|
\
|
*
Check for canonical public keys and signatures
Pieter Wuille
2012-09-21
1
-1
/
+1
*
|
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
1
-22
/
+22
|
/
*
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
1
-5
/
+31
|
\
|
*
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
1
-5
/
+12
|
*
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
1
-4
/
+23
*
|
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-24
1
-4
/
+2
|
/
*
JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...
Luke Dashjr
2012-08-23
1
-0
/
+1
*
Merge pull request #1693 from jgarzik/rpcwallet
Jeff Garzik
2012-08-21
1
-7
/
+0
|
\
|
*
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
1
-7
/
+0
*
|
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-08-20
1
-10
/
+10
|
/
*
When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...
Gavin Andresen
2012-08-20
1
-1
/
+5
*
Correctly handle missing inputs in signrawtransaction. Fixes #1654.
Gregory Maxwell
2012-08-06
1
-3
/
+8
*
New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)
Gavin Andresen
2012-07-17
1
-3
/
+24
*
Bug fix: sendrawtransaction was not relaying properly
Gavin Andresen
2012-07-12
1
-10
/
+23
*
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
1
-3
/
+3
*
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-0
/
+470
[prev]