83 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Peter Todd 22de68dffc
Relay OP_RETURN TxOut as standard transaction type 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Jeff Garzik a79342479f Relay OP_RETURN data TxOut as standard transaction type 11 years ago
Pieter Wuille f5857e5cb5 Inline signature serializer 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Peter Todd 214d45b6b9
Document and test OP_RESERVED weirdness 11 years ago
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check. 12 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
fcicq c391f9a47b Fix boost uint type bug by reordering the includes 11 years ago
Pieter Wuille acc775c554 Add ExtractAffectedKeys to script 11 years ago
Eric Lombrozo 48343a0a50 Removed script.cpp's dependence on main.h 12 years ago
Pieter Wuille 896185d7ed Make signature cache store CPubKeys 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Gavin Andresen bce697d7fa Remove implementation of disabled opcodes 11 years ago
Matt Corallo 192cc910ec Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE 12 years ago
Pieter Wuille ef0f422519 Remove contention on signature cache during block validation 12 years ago
Pieter Wuille f1136200a6 Move VerifySignature to main 12 years ago
Pieter Wuille bffc744444 Make IsCanonicalScript() check the hash type more thoroughly 12 years ago
Gavin Andresen a91efb2d8d Add assert and comment for subtle pay-to-script-hash logic 12 years ago
Pieter Wuille 99d0d0f356 Introduce script verification flags 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille 69fc8047a9 Compact serialization for scripts 12 years ago
Pieter Wuille 8980a50924 Use CHashWriter also in SignatureHash(), and for message signing 12 years ago
Mark Friedenbach 95d7f00295 Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR. 12 years ago
Pieter Wuille 58bc86e37f Check for canonical public keys and signatures 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Luke Dashjr b49f1398a1 Bugfix: Correct English grammar regarding "'s" 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Gavin Andresen dab9fa7f91 Use unsigned ints to fix signed/unsigned warnings 12 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 12 years ago
Gavin Andresen 34420d655d Refactor: SignSignature/VerifyScript 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Gavin Andresen acf513cfe7 Move signature cache from CKey::Verify to CheckSig in script.cpp 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Jeff Garzik 024fa1cb44 EvalScript(): cast to avoid signed/unsigned warning 12 years ago
Gavin Andresen 08e663d7e2 Undo part of c2e8c8ac to fix issue#1148 12 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons 12 years ago
Jeff Garzik 7bd9c3a3cf SigOp and orphan-tx constants and counts are always unsigned. 12 years ago
Jeff Garzik faf705a42a Prefer 'unsigned int' for loop index variables tested against ::size() 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Wladimir J. van der Laan 11cd416525 fix warnings: unused variable 'XX' [-Wunused-variable] 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 12 years ago
Gavin Andresen 39f0d96860 Make transactions with extra data in their scriptSig's non-standard. 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Gavin Andresen d11a58a2d3 Remove not-used-anywhere scriptPrereq from SignSignature() 13 years ago
coderrr 6ec76ca09e make sure IsMine only returns true when we own all keys 13 years ago