Gav Wood
9fb30b141e
Allow Solidity build to be disabled.
10 years ago
Liana Husikyan
7cb944c903
added anonymous to ABI
10 years ago
Lefteris Karapetsas
81beec48bf
Changes in Solidity Tests to use the new bytesXX type
10 years ago
Lefteris Karapetsas
557af1e691
Adding ETH_TEST macros to ABI and EndToEndTests
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
Marek Kotewicz
b6cb2a87ee
fixed jsoncpp find_path
10 years ago
Lefteris Karapetsas
d53dcd3183
Styling in Natspec Enums
10 years ago
Liana Husikyan
2fd33d98cc
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
10 years ago
Christian
2a329e1312
Make tests resistant to changes in order of declaration.
10 years ago
arkpar
de531cb274
json and solidity ABI generted for events
10 years ago
arkpar
fa19c96788
updated json abi tests
10 years ago
Christian
edefb95aae
Fallback functions.
10 years ago
Christian
fd1f7b527f
Cleaner solution to provide standard sources.
10 years ago
Lefteris Karapetsas
c3c2b1cf76
Improved handling of exceptions in some Solidity Tests
10 years ago
Lefteris Karapetsas
03b2fa387d
Fixing SolidityABIJSON test
10 years ago
Gav Wood
0de1fe5b02
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
10 years ago
Gav Wood
744136830d
const-> constant
10 years ago
Gav Wood
78c202cae4
Fixed #683
10 years ago
Lefteris Karapetsas
29261206b9
Adding const attribute to ABI output
10 years ago
Lefteris Karapetsas
8edb5b8b54
Solidity Tests names are now more consistent
- File names and Boost Test Suite have the same name now for
every solidity Test, so that there is no need to guess or check
when you want to run a specific suite from the command line
10 years ago
debris
5071446c68
msvc changes in tests, but tests not yet working there
10 years ago
Lefteris Karapetsas
8857a7a75e
Replacing old cstyle enums with c++11 enums in natspec
10 years ago
Lefteris Karapetsas
78938ac468
Stack compiler now correctly returns a string and not a pointer
10 years ago
Lefteris Karapetsas
4613214098
Moving all Interface and Documentation functionality to own class
- Creating the Interface Handler class which will take care of the
parsing of Natspec comments and of interfacing with and outputing to
JSON files.
- Will also handle the ABI interface creation
10 years ago
Lefteris Karapetsas
88b1bb2540
More Natspec JSON export tests and better error reporting
10 years ago
Lefteris Karapetsas
eed32824c3
Using jsoncpp for exporting ABI interface from solidity
- Also changing the interface JSON test to have a shorter name
plus to provide meaningful error message in case of failure
10 years ago
Marek Kotewicz
d1824e31ef
solidity json interface tests fixes
10 years ago
Marek Kotewicz
5f83a9d525
solidity JSON interface tests
10 years ago