aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2015-12-14Unify package name to as few places as possible without major changesLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-10-27constify missing catch casesPhilip Kaufmann
2015-10-22Merge pull request #6846Wladimir J. van der Laan
2015-10-22*: alias -h for --helpDaniel Cousens
2015-10-20Merge pull request #6235Wladimir J. van der Laan
2015-10-20Chainparams: Translations: DRY: options and error stringsJorge Timón
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-25Merge pull request #5264Wladimir J. van der Laan
2015-08-06Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík
2015-07-30Resolve issue 3166.mruddy
2015-07-28Avoid leaking file descriptors in RegisterLoadCasey Rodarmor
2015-06-26Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón
2015-06-04UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik
2015-05-06Merge pull request #6047Wladimir J. van der Laan
2015-05-04Update key.cpp to use new libsecp256k1Pieter Wuille
2015-04-30Merge pull request #6022Wladimir J. van der Laan
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-03-10Help messages correctly formatted (79 chars)Luca Venturini
2015-02-02Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-02Use separate SignatureChecker for CMutableTransactionPieter Wuille
2015-01-06Merge pull request #5513Wladimir J. van der Laan
2015-01-05String conversions uint256 -> uint256SWladimir J. van der Laan
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2014-12-23bitcoin-tx: Refer to the JSON fields rather than the whole objectEric R. Schulz
2014-12-22bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
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