aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
AgeCommit message (Expand)Author
2013-10-24Relay OP_RETURN TxOut as standard transaction typePeter Todd
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-01Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik
2013-09-22Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen
2013-09-12Add RPC call decodescriptPeter Todd
2013-09-12Move Parse{Hash|Hex} to be usable by all RPC codePeter Todd
2013-08-28[raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell
2013-08-22Refactor: CAddressBookData for mapAddressBookGavin Andresen
2013-06-24main.h->core.h include dependency improvements.Jeff Garzik
2013-06-13Remove broken option to skip input checking for wallet txn.Matt Corallo
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-02-27add address and account information to listunspentmb300sd
2013-02-01Signrawtransaction shouldn't require redeemScript for non-p2sh txins.Gregory Maxwell
2013-01-30CValidationState frameworkPieter Wuille
2013-01-26Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen
2013-01-16Replace RelayMessage with RelayTransaction.Matt Corallo
2013-01-15Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen
2012-11-15Introduce script verification flagsPieter Wuille
2012-10-29Add redeemScript to listunspent output and signrawtransaction inputGavin Andresen
2012-10-29Tests for raw transactions argument checkingGavin Andresen
2012-10-21change blockchain -> block chain (spelling)Philip Kaufmann
2012-10-20Transaction hash cachingPieter Wuille
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-10-20Merge pull request #1742 from sipa/canonicalJeff Garzik
2012-10-04Document RPC error codesWladimir J. van der Laan
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-08-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-23Add txout address filtering to listunspent.Gregory Maxwell
2012-08-23JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr
2012-08-21Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-20Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen
2012-08-20When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...Gavin Andresen
2012-08-06Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell
2012-07-17New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)Gavin Andresen
2012-07-12Bug fix: sendrawtransaction was not relaying properlyGavin Andresen
2012-07-05Use unsigned ints to fix signed/unsigned warningsGavin Andresen
2012-07-05Implement raw transaction RPC callsGavin Andresen