68 Commits (29203228710de3e180914c1d66f48dd7e41270a0)

Author SHA1 Message Date
Zak Wilcox 6265ecc87f Clarify that redeemScript is often optional 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 10 years ago
David A. Harding e0c06d2c49
Typo Fix In decoderawtransaction Help: s/txid/hex/ 10 years ago
Peter Todd 68f7d1d7af Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 10 years ago
Hector Jusforgues ab643811ea Fix a typo in RPC signrawtransaction help 11 years ago
Wladimir J. van der Laan 1d46fe3327 'sendrawtransaction' improvements 11 years ago
Gregory Maxwell 041f71bb38 Make the signrawtransaction docs explicit that the arguments can be 'null'. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 11 years ago
Gregory Maxwell a702a0b61d Restore hex to getrawtransaction vout scriptPubkey. 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Pieter Wuille 00588c3fac Use boost signals for callbacks from main to wallet 11 years ago
Peter Todd 22de68dffc
Relay OP_RETURN TxOut as standard transaction type 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Peter Todd 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code 11 years ago
Gregory Maxwell 9d14e689c8 [raw] reject insanely high fees by default in sendrawtransaction 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Matt Corallo b1f15b218b Remove broken option to skip input checking for wallet txn. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
mb300sd 550479b09f add address and account information to listunspent 12 years ago
Gregory Maxwell 21c6d3aead Signrawtransaction shouldn't require redeemScript for non-p2sh txins. 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Matt Corallo 269d9c6492 Replace RelayMessage with RelayTransaction. 12 years ago
Gavin Andresen ce99358f4a Remove IsFromMe() check in CTxMemPool::accept() 12 years ago
Pieter Wuille 99d0d0f356 Introduce script verification flags 12 years ago
Gavin Andresen 03346a61b1 Add redeemScript to listunspent output and signrawtransaction input 12 years ago
Gavin Andresen 2d43f88e1f Tests for raw transactions argument checking 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Pieter Wuille 64dd46fd05 Transaction hash caching 12 years ago
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Pieter Wuille 58bc86e37f Check for canonical public keys and signatures 12 years ago
Gregory Maxwell b1093efa83 Change CWallet addressgrouping to use CTxDestination instead of strings. 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Gregory Maxwell 92735bca31 Add txout address filtering to listunspent. 12 years ago
Luke Dashjr bdbfd2329a JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to transaction Object outputs 12 years ago