solidity/libsolidity/interface
Rhett Aultman 94b092d87c Provide fall-back method for contract lookup
Properly, contracts are now looked up via <source>:<contract> identifiers
called "fully qualified names."  As a modicum of backward-compatibility,
failure on a lookup is now backed up by seeing if the ":" exists at all,
and if it doesn't, then the known contracts are scanned for any matching
contract name.
2017-01-16 23:47:04 -05:00
..
CompilerStack.cpp Provide fall-back method for contract lookup 2017-01-16 23:47:04 -05:00
CompilerStack.h Remove checkLibraryNameClashes() 2017-01-16 12:32:58 -05:00
Exceptions.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
InterfaceHandler.cpp Include payable for the constructor in the ABI 2016-11-17 17:23:35 +00:00
InterfaceHandler.h Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Utils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.h Fix licensing headers 2016-11-23 12:22:33 +01:00