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
*
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-1
/
+1
*
Clean-up SyncWithWallets/SyncTransaction
Cozz Lovan
2014-08-17
1
-3
/
+1
*
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Jeff Garzik
2014-07-29
1
-54
/
+27
*
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-29
1
-27
/
+12
*
Clarify that redeemScript is often optional
Zak Wilcox
2014-07-12
1
-1
/
+1
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-0
/
+1
|
\
|
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+1
*
|
Use GetBlockTime() more
jtimon
2014-07-07
1
-2
/
+2
|
/
*
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-22
1
-3
/
+3
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-5
/
+5
*
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-13
1
-6
/
+6
*
Merge pull request #3843
Wladimir J. van der Laan
2014-05-09
1
-1
/
+1
|
\
|
*
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-05-05
1
-1
/
+1
*
|
Typo Fix In decoderawtransaction Help: s/txid/hex/
David A. Harding
2014-05-08
1
-7
/
+2
|
/
*
Fix a typo in RPC signrawtransaction help
Hector Jusforgues
2014-04-08
1
-1
/
+1
*
'sendrawtransaction' improvements
Wladimir J. van der Laan
2014-03-27
1
-16
/
+14
*
Make the signrawtransaction docs explicit that the arguments can be 'null'.
Gregory Maxwell
2014-02-22
1
-2
/
+2
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
small headers ordering cleanup
Philip Kaufmann
2014-01-11
1
-4
/
+4
*
Merge pull request #3332
Wladimir J. van der Laan
2013-12-08
1
-0
/
+15
|
\
|
*
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-12-04
1
-0
/
+15
*
|
Restore hex to getrawtransaction vout scriptPubkey.
Gregory Maxwell
2013-12-06
1
-1
/
+1
|
/
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-3
/
+1
*
Issue #1865 - Clean up RPC help messages
sje
2013-11-13
1
-30
/
+246
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+10
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-1
/
+1
*
Merge pull request #3128
Gavin Andresen
2013-11-01
1
-1
/
+1
|
\
|
*
Relay OP_RETURN TxOut as standard transaction type
Peter Todd
2013-10-24
1
-1
/
+1
*
|
Use boost signals for callbacks from main to wallet
Pieter Wuille
2013-10-26
1
-1
/
+1
|
/
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-2
/
+2
|
/
*
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-10-01
1
-1
/
+2
*
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-22
1
-3
/
+7
|
\
|
*
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-28
1
-3
/
+7
*
|
Add RPC call decodescript
Peter Todd
2013-09-12
1
-3
/
+27
*
|
Move Parse{Hash|Hex} to be usable by all RPC code
Peter Todd
2013-09-12
1
-33
/
+0
|
/
*
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
[next]