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
...
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-1
/
+1
*
main.h->core.h include dependency improvements.
Jeff Garzik
2013-06-24
1
-1
/
+0
*
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-13
1
-1
/
+1
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-1
/
+1
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-4
/
+1
*
add address and account information to listunspent
mb300sd
2013-02-27
1
-0
/
+7
*
Signrawtransaction shouldn't require redeemScript for non-p2sh txins.
Gregory Maxwell
2013-02-01
1
-6
/
+10
*
CValidationState framework
Pieter Wuille
2013-01-30
1
-2
/
+3
*
Merge pull request #2182 from gavinandresen/addressoracle
Gavin Andresen
2013-01-26
1
-1
/
+1
|
\
|
*
Remove IsFromMe() check in CTxMemPool::accept()
Gavin Andresen
2013-01-15
1
-1
/
+1
*
|
Replace RelayMessage with RelayTransaction.
Matt Corallo
2013-01-16
1
-1
/
+1
|
/
*
Introduce script verification flags
Pieter Wuille
2012-11-15
1
-1
/
+1
*
Add redeemScript to listunspent output and signrawtransaction input
Gavin Andresen
2012-10-29
1
-23
/
+46
*
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]