59 Commits (d5f46832de900cee0801ca40bba743c9564cccb8)

Author SHA1 Message Date
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes 9 years ago
Pieter Wuille 6e18268616 Switch to libsecp256k1-based validation for ECDSA 9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases 9 years ago
Daniel Cousens 3cb56f3778 *: alias -h for --help 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Pavel Janík 627468d2ea Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 9 years ago
mruddy af3208bfa6 Resolve issue 3166. 9 years ago
Casey Rodarmor 17ac0f4025 Avoid leaking file descriptors in RegisterLoad 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Jeff Garzik efc7883772 UniValue: prefer .size() to .count(), to harmonize w/ existing tree 9 years ago
Pieter Wuille a56054be65 Update key.cpp to use new libsecp256k1 9 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 9 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 9 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 9 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields 856e862f4a namespace: drop most boost namespaces and a few header cleanups 10 years ago
Eric R. Schulz a089c50981 bitcoin-tx: Refer to the JSON fields rather than the whole object 10 years ago
Eric R. Schulz 2a3d988b80 bitcoin-tx: Fix JSON validation of prevtxs 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Matt Corallo afd4b94b6d Move CMerkleBlock and CPartialMerkleTree to their own file 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
mruddy 84877904c0 bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to the JSON output as the "hex" property. 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Pieter Wuille 5c1e798a8e Make signature cache optional 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Pieter Wuille f28aec014e Use ModifyCoins instead of mutable GetCoins. 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Luke Dashjr 15ef1b905b Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>: 10 years ago
jtimon 2b23a87599 Don't pass nHashType to VerifyScript 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
Pieter Wuille 629d75faac Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Jeff Garzik fb14452c6c bitcoin-tx: Accept input via stdin. Add input handling to tests. 10 years ago
Cory Fields 616c24307f bitcoin-tx: fix build warnings 10 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules. 10 years ago