aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
* Remove unused variablesMarcoFalke2016-08-251-3/+1
* [RPC] signrawtransaction can sign P2WSHNicolasDorier2016-06-221-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-6/+22
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+1
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* Refactor script validation to observe amountsPieter Wuille2016-06-221-1/+2
* BIP141: Witness programPieter Wuille2016-06-221-1/+1
* [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueJonas Schnelli2016-06-071-1/+1
* [bitcoin-tx] allow to set nSequence number over the in= commandJonas Schnelli2016-04-271-8/+13
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+5
|/
* 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