aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5513Wladimir J. van der Laan2015-01-061-2/+1
|\
| * namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-2/+1
* | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-1/+1
* | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-2/+2
|/
* bitcoin-tx: Refer to the JSON fields rather than the whole objectEric R. Schulz2014-12-231-2/+2
* bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz2014-12-221-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-4/+4
|/
* Merge pull request #5181Wladimir J. van der Laan2014-12-051-1/+3
|\
| * Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-1/+3
* | Merge pull request #5207Wladimir J. van der Laan2014-12-051-0/+10
|\ \ | |/ |/|
| * bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...mruddy2014-11-041-0/+10
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
|/
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* Merge pull request #4834Pieter Wuille2014-10-081-11/+9
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
| * Use ModifyCoins instead of mutable GetCoins.Pieter Wuille2014-09-231-10/+8
* | Make signature cache optionalPieter Wuille2014-10-021-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
|/
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-1/+1
|\
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-1/+1
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-3/+2
* | Merge pull request #4911Pieter Wuille2014-09-161-6/+7
|\ \
| * | header include cleanupPhilip Kaufmann2014-09-141-6/+7
| |/
* / Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:Luke Dashjr2014-09-141-2/+1
|/
* Merge pull request #4822Pieter Wuille2014-09-101-3/+3
|\
| * Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-3/+3
* | Separate script/signjtimon2014-09-081-1/+1
* | Separate script/standardjtimon2014-09-081-0/+2
|/
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+0
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik2014-08-191-2/+26
* bitcoin-tx: fix build warningsCory Fields2014-08-131-6/+6
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-0/+597