index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcrawtransaction.cpp
Age
Commit message (
Expand
)
Author
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-01
Merge pull request #3128
Gavin Andresen
2013-10-26
Use boost signals for callbacks from main to wallet
Pieter Wuille
2013-10-24
Relay OP_RETURN TxOut as standard transaction type
Peter Todd
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-01
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-09-22
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-12
Add RPC call decodescript
Peter Todd
2013-09-12
Move Parse{Hash|Hex} to be usable by all RPC code
Peter Todd
2013-08-28
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-22
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-06-24
main.h->core.h include dependency improvements.
Jeff Garzik
2013-06-13
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-02-27
add address and account information to listunspent
mb300sd
2013-02-01
Signrawtransaction shouldn't require redeemScript for non-p2sh txins.
Gregory Maxwell
2013-01-30
CValidationState framework
Pieter Wuille
2013-01-26
Merge pull request #2182 from gavinandresen/addressoracle
Gavin Andresen
2013-01-16
Replace RelayMessage with RelayTransaction.
Matt Corallo
2013-01-15
Remove IsFromMe() check in CTxMemPool::accept()
Gavin Andresen
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-29
Add redeemScript to listunspent output and signrawtransaction input
Gavin Andresen
2012-10-29
Tests for raw transactions argument checking
Gavin Andresen
2012-10-21
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-10-20
Transaction hash caching
Pieter Wuille
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-20
Merge pull request #1742 from sipa/canonical
Jeff Garzik
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-08-24
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-23
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...
Luke Dashjr
2012-08-21
Merge pull request #1693 from jgarzik/rpcwallet
Jeff Garzik
2012-08-21
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-20
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-08-20
When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...
Gavin Andresen
2012-08-06
Correctly handle missing inputs in signrawtransaction. Fixes #1654.
Gregory Maxwell
2012-07-17
New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)
Gavin Andresen
2012-07-12
Bug fix: sendrawtransaction was not relaying properly
Gavin Andresen
2012-07-05
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
[prev]