116 Commits (1c9ce882e6f2e90439b3c85d1495a49f7f2a2b63)

Author SHA1 Message Date
Jianping Wu 294f4f1cda Started changing from litecoin to kevacoin. 6 years ago
Jianping Wu 2ba7b82896 Handled keva script with getAddress. 6 years ago
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Matt Corallo a6f33ea77d Sanity-check script sizes in bitcoin-tx 7 years ago
practicalswift 7466991670 Remove redundant check (!ecc is always true) 7 years ago
Matt Corallo 28d4542a0a Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Matt Corallo 73c942ecd3 Use "replaceable" instead of "rbfoptin" in bitcoin-tx. 7 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Luke Dashjr 23b0fe34f5 bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in 7 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 7 years ago
Jonas Schnelli 575cde4605 [bitcoin-tx] add rbfoptin command 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Pieter Wuille 321bbc2079 fix ubsan: bitcoin-tx: not initialize context before IsFullyValid 8 years ago
Awemany eb66bf9bdd bitcoin-tx: Fix missing range check 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
jnewbery 61a153443e Add all transaction output types to bitcoin-tx. 8 years ago
Stanislas Marion 1814b089fb add p2sh and segwit options to bitcoin-tx outscript command 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Pieter Wuille 42fd8dee30 Make DecodeHexTx return a CMutableTransaction 8 years ago
Karl-Johan Alm 2f2625a0bb Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 8 years ago
UdjinM6 45d372f889 Missed one "return false" in recent refactoring in #9067 8 years ago
UdjinM6 bd0de1386e Fix exit codes: 8 years ago
jnewbery 7451cf59cd Allow bitcoin-tx to parse partial transactions 8 years ago
BtcDrak b0aea80579
Sync bitcoin-tx with tx version policy 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
MarcoFalke fa6dc9f0e5 Remove unused variables 8 years ago
NicolasDorier 745eb678ef [RPC] signrawtransaction can sign P2WSH 8 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 8 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 8 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 8 years ago
Jonas Schnelli 86efa30ae3
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 8 years ago
Jonas Schnelli e59336fbf9
[bitcoin-tx] allow to set nSequence number over the in= command 9 years ago
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 6e18268616 Switch to libsecp256k1-based validation for ECDSA 9 years ago