6 Commits (ef9a13b5572ae8a9510ed86958a4b6843b4302e1)

Author SHA1 Message Date
miketout 06f4116090 VerusStakeTransaction 6 years ago
miketout ea340a1443 Recognizing CLTV transactions more broadly 6 years ago
jl777 e73b2055c6 Merge branch 'beta' into mergemaster 6 years ago
Jack Grigg e005ff83ab
Remove P2WPKH and P2WSH from signing logic 7 years ago
Pieter Wuille 157a5d0d9c
BIP143: Signing logic 8 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pavel Janík bf7835c271
Fix small typos in comments and error messages 10 years ago
Cory Fields d2e74c55bd boost: moveonly: split CPubKey and friends to new files 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 10 years ago
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon 8b59a3d366 Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
jtimon da03e6ed7c Separate script/interpreter 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Peter Todd 8e44f2e00a
Clarify 'compressed nor uncompressed' error message 10 years ago
Philip Kaufmann a264e445ff remove dup include of foreach.hpp in script.cpp 10 years ago
jtimon 53efb09e4c Discover some missing includes 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Peter Todd aa41ac216e
Test IsPushOnly() with invalid push 10 years ago
jtimon 54e658f249 Remove unused CKeyStoreIsMineVisitor 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Luke Dashjr e44fea55ea Add an option to allow users to disable relaying/mining data carrier transactions 11 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Pieter Wuille a5bc9c0917 Add built-in RIPEMD-160 implementation 10 years ago
Pieter Wuille 13b5dfef64 Move crypto implementations to src/crypto/ 10 years ago
Pieter Wuille 1cc344ce42 Add built-in SHA-1 implementation. 10 years ago
Pieter Wuille 7b4737c878 Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL. 10 years ago
Wladimir J. van der Laan 6dd5edb7de
Remove unused Print/PrintHex functions 10 years ago
Huang Le aab2c0fd7e Remove template matching params from GetOpName() 10 years ago
Peter Todd 6380180821 Add rejection of non-null CHECKMULTISIG dummy values 10 years ago
Peter Todd 68f7d1d7af Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 10 years ago
Cory Fields 05e3ecffa4 script: remove bignum dependency 10 years ago
Cory Fields 27bff74e39 script: switch to CScriptNum usage for scripts 10 years ago
Pieter Wuille 6fd7ef2bbf Also switch the (unused) verification code to low-s instead of even-s. 11 years ago
Jeff Garzik 8175c790eb script: reduce OP_RETURN standard relay bytes to 40 10 years ago
Jeff Garzik 595b6d88d4 script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes 11 years ago
Pieter Wuille 87fe71e1fc Add HasCanonicalPushes(), and use it in IsStandardTx 11 years ago
Pieter Wuille 9aea601b05 Move IsPushOnly() to script.cpp 11 years ago
Philip Kaufmann fabba0e6cc orphan spaces cleanup ;-) 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago