aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-2/+8
* constify missing catch casesPhilip Kaufmann2015-10-271-1/+1
* Merge pull request #6846Wladimir J. van der Laan2015-10-221-1/+1
|\
| * *: alias -h for --helpDaniel Cousens2015-10-221-1/+1
* | Merge pull request #6235Wladimir J. van der Laan2015-10-201-4/+5
|\ \ | |/ |/|
| * Chainparams: Translations: DRY: options and error stringsJorge Timón2015-10-201-4/+5
* | [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* | Merge pull request #5264Wladimir J. van der Laan2015-09-251-2/+2
|\ \ | |/ |/|
| * Resolve issue 3166.mruddy2015-07-301-2/+2
* | Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík2015-08-061-0/+32
|/
* Avoid leaking file descriptors in RegisterLoadCasey Rodarmor2015-07-281-3/+4
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+1
* UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik2015-06-041-2/+2
* Merge pull request #6047Wladimir J. van der Laan2015-05-061-1/+12
|\
| * Update key.cpp to use new libsecp256k1Pieter Wuille2015-05-041-1/+12
* | Merge pull request #6022Wladimir J. van der Laan2015-04-301-2/+0
|\ \
| * | Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-2/+0
| |/
* / Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-4/+4
|/
* Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-27/+23
* Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-1/+1
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-1/+1
* 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
|\