aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2015-11-06*: alias -h for --helpDaniel Cousens
2015-09-21Avoid leaking file descriptors in RegisterLoadCasey Rodarmor
2015-02-03Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-03Use separate SignatureChecker for CMutableTransactionPieter Wuille
2015-01-06bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz
2014-12-05Merge pull request #5181Wladimir J. van der Laan
2014-12-05Merge pull request #5207Wladimir J. van der Laan
2014-12-05Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-04bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...mruddy
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-08Merge pull request #4834Pieter Wuille
2014-10-02Make signature cache optionalPieter Wuille
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-24Get rid of the dummy CCoinsViewCache constructor argPieter Wuille
2014-09-23Use ModifyCoins instead of mutable GetCoins.Pieter Wuille
2014-09-17Merge pull request #4555Wladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-16Merge pull request #4911Pieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-09-14Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:Luke Dashjr
2014-09-12Don't pass nHashType to VerifyScriptjtimon
2014-09-10Merge pull request #4822Pieter Wuille
2014-09-08Separate script/signjtimon
2014-09-08Separate script/standardjtimon
2014-09-03Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-19bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik
2014-08-13bitcoin-tx: fix build warningsCory Fields
2014-07-29Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik