bitcoin/src/script
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S
If uint256() constructor takes a string, uint256(0) will become
dangerous when uint256 does not take integers anymore (it will go
through std::string(const char*) making a NULL string, and the explicit
keyword is no help).
2015-01-05 15:45:35 +01:00
..
bitcoinconsensus.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
bitcoinconsensus.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
interpreter.cpp String conversions uint256 -> uint256S 2015-01-05 15:45:35 +01:00
interpreter.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script_error.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script_error.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sigcache.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sigcache.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sign.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sign.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
standard.cpp Fix CScriptID(const CScript& in) in empty script case 2014-12-25 03:18:40 -05:00
standard.h Replace direct use of 0 with SetNull and IsNull 2015-01-05 15:45:34 +01:00