aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-1/+1
* main.h->core.h include dependency improvements.Jeff Garzik2013-06-241-1/+0
* Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-131-1/+1
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-4/+1
* add address and account information to listunspentmb300sd2013-02-271-0/+7
* Signrawtransaction shouldn't require redeemScript for non-p2sh txins.Gregory Maxwell2013-02-011-6/+10
* CValidationState frameworkPieter Wuille2013-01-301-2/+3
* Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen2013-01-261-1/+1
|\
| * Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen2013-01-151-1/+1
* | Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-1/+1
|/
* Introduce script verification flagsPieter Wuille2012-11-151-1/+1
* Add redeemScript to listunspent output and signrawtransaction inputGavin Andresen2012-10-291-23/+46
* Tests for raw transactions argument checkingGavin Andresen2012-10-291-28/+44
* change blockchain -> block chain (spelling)Philip Kaufmann2012-10-211-1/+1
* Transaction hash cachingPieter Wuille2012-10-201-1/+1
* Batch block connection during IBDPieter Wuille2012-10-201-11/+6
* UltraprunePieter Wuille2012-10-201-44/+43
* Merge pull request #1742 from sipa/canonicalJeff Garzik2012-10-201-1/+1
|\
| * Check for canonical public keys and signaturesPieter Wuille2012-09-211-1/+1
* | Document RPC error codesWladimir J. van der Laan2012-10-041-22/+22
|/
* Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-5/+31
|\
| * Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-5/+12
| * Add txout address filtering to listunspent.Gregory Maxwell2012-08-231-4/+23
* | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-4/+2
|/
* JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr2012-08-231-0/+1
* Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik2012-08-211-7/+0
|\
| * RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-7/+0
* | Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen2012-08-201-10/+10
|/
* When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...Gavin Andresen2012-08-201-1/+5
* Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell2012-08-061-3/+8
* New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)Gavin Andresen2012-07-171-3/+24
* Bug fix: sendrawtransaction was not relaying properlyGavin Andresen2012-07-121-10/+23
* Use unsigned ints to fix signed/unsigned warningsGavin Andresen2012-07-051-3/+3
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+470