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-01-16
Replace RelayMessage with RelayTransaction.
Matt Corallo
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