Commit Graph

843 Commits

Author SHA1 Message Date
Lefteris Karapetsas
38cc0b8dd3 Adjusting SolidityCompiler tests
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
2015-01-07 18:13:03 +01:00
Lefteris Karapetsas
deb137f2c4 Small issues with Canonical Function Signature
- Also added an extra test
2015-01-07 10:45:59 +01:00
Lefteris Karapetsas
36e5b5102a Test for the Canonical Signature of a function 2015-01-07 02:07:34 +01:00
Gav Wood
e50d4095a7 Merge pull request #721 from LefterisJP/sol_fixMultiLCommentScan
Fix for sol scanner where empty multiline comment became Natspec comment
2015-01-05 20:21:06 +01:00
Lefteris Karapetsas
7e8ecb1806 Fix for sol scanner where empty multiline comment became Natspec comment 2015-01-05 16:37:43 +01:00
Gav Wood
c92d79aea7 Merge pull request #711 from CJentzsch/fixTest
added trie_tests_ordered
2015-01-05 16:19:31 +01:00
CJentzsch
9b631d68f2 added complete exp tests 2015-01-02 16:58:14 +01:00
CJentzsch
e813ebf686 retuning gas prices of recursive bombs to test limits 2015-01-02 16:57:39 +01:00
CJentzsch
fb40bc4e8c undo origin address change (in test) 2015-01-02 14:11:07 +01:00
Gav Wood
a0ecb5d4e8 Merge pull request #703 from wanderer/tests
added stackUnder Flow test
2015-01-02 12:22:23 +00:00
Gav Wood
7702011c76 Merge pull request #666 from winsvega/develop
Cteate Contract From Contract Init Code Test
2015-01-02 12:18:57 +00:00
CJentzsch
69d3e55f6e use boost_fail instead of warning 2015-01-01 21:45:00 +01:00
CJentzsch
0c980d85a5 add trie_tests_ordered 2015-01-01 21:36:02 +01:00
CJentzsch
a4cdb78a5f clean up 2015-01-01 17:33:28 +01:00
CJentzsch
1cd1fcb6a1 Merge remote-tracking branch 'upstream/develop' into fixTest 2015-01-01 17:23:38 +01:00
wanderer
21040f964b added balance tests 2014-12-29 10:02:06 -05:00
wanderer
104ed4d301 Merge remote-tracking branch 'upstream/develop' into tests 2014-12-29 10:00:23 -05:00
winsvega
397343b99b Transaction Tests 2014-12-28 16:48:27 +03:00
winsvega
6c2822eafd Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2014-12-27 20:03:20 +03:00
Gav Wood
be5989f134 Implemented 256-long history for PREVHASH, though still optional. 2014-12-24 11:36:08 +01:00
winsvega
7a396d07f5 comments in json 2014-12-23 23:38:44 +03:00
wanderer
5c5481b3bc added stackUnder Flow test 2014-12-22 23:58:04 -05:00
Gav Wood
f4eab75fff Fixes/workarounds for tests. 2014-12-22 03:16:38 +01:00
Gav Wood
510c66b6b8 const-> constant 2014-12-22 03:09:11 +01:00
Gav Wood
1540cc7b56 Allow interaction with PV49.
Remove unneeded include.
2014-12-21 17:44:44 +01:00
Gav Wood
bba4398e48 Fixed #683 2014-12-21 16:28:46 +01:00
Gav Wood
7c09dcd1bd Merge branch 'poc-7+' into develop 2014-12-21 16:28:00 +01:00
Gav Wood
211742d500 SHA-3 hashing to web3. 2014-12-21 16:24:45 +01:00
winsvega
e0d181be4d Contract Creation Init Codes 2014-12-20 19:12:52 +03:00
winsvega
1858e08198 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2014-12-20 14:39:02 +03:00
Paweł Bylica
14a8cb34e3 Remove unnecessary changes 2014-12-19 14:38:03 +01:00
Paweł Bylica
c6d2c2392b Merge branch 'develop-evmcc' into pr-jit
Conflicts:
	windows/Eth.vcxproj
	windows/TestEthereum.vcxproj
2014-12-19 13:58:22 +01:00
Paweł Bylica
69319de1db Merge remote-tracking branch 'upstream/develop' into develop-evmcc 2014-12-19 13:49:45 +01:00
Gav Wood
08bf3c0121 Merge pull request #663 from CJentzsch/NewStateTests
more refunds tests
2014-12-19 13:13:18 +01:00
Paweł Bylica
fbd6d7e2bb Merge remote-tracking branch 'upstream/develop' into develop-evmcc 2014-12-19 12:36:58 +01:00
Paweł Bylica
95f6627a53 Clean up and remove some explicit dependencies in cmake files 2014-12-19 12:32:36 +01:00
chriseth
7d7fa86697 Merge pull request #664 from chriseth/sol_fix_compoundAssign
Bugfix: Additional swap for compound assignment.
2014-12-19 11:38:45 +01:00
Lefteris Karapetsas
d7d40a13c2 Adding const attribute to ABI output 2014-12-19 10:48:59 +01:00
winsvega
3729d5e5b2 Cteate Contract From Contract Init Code Test 2014-12-19 01:57:21 +03:00
chriseth
7795b2a892 Merge pull request #655 from chriseth/sol_precedence
Bit operators should bind more strongly than comparison operators.
2014-12-18 22:24:44 +01:00
Christian
beb0606726 Bugfix: Additional swap for compound assignment. 2014-12-18 22:23:34 +01:00
CJentzsch
9520acbb6e more refunds tests 2014-12-18 21:43:40 +01:00
Paweł Bylica
35d8b94e73 Merge branch 'develop' into develop-evmcc
Conflicts:
	CMakeLists.txt
	alethzero/CMakeLists.txt
	eth/CMakeLists.txt
	exp/CMakeLists.txt
	libethereum/CMakeLists.txt
	neth/CMakeLists.txt
	test/CMakeLists.txt
	test/TestHelper.cpp
	windows/Eth.vcxproj
	windows/Ethereum.sln
	windows/LibEthereum.vcxproj
	windows/LibEthereum.vcxproj.filters
	windows/TestEthereum.vcxproj
	windows/TestEthereum.vcxproj.filters
	windows/bootstrap.sh
2014-12-18 19:08:04 +01:00
Lefteris Karapetsas
da29d945e2 updating solidity parser natspec tests to comply with recent changes 2014-12-18 18:16:43 +01:00
Christian
f96578196e Also test non-equality comparison operator. 2014-12-18 17:49:11 +01:00
Christian
f35ee00ca2 Bit operators should bind more strongly than comparison operators. 2014-12-18 17:19:42 +01:00
Lefteris Karapetsas
89f5b86692 Merge branch 'develop' into sol_natspecMultiline 2014-12-18 16:49:56 +01:00
Lefteris Karapetsas
fc981d5d79 More multiline natspec tests and small issue fix 2014-12-18 16:48:25 +01:00
Lefteris Karapetsas
5dbe2f198c 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
2014-12-18 15:21:03 +01:00
Lefteris Karapetsas
d6a696830f Changes in InterfaceHandler to deal with multiline natspec
- Also now Solidity scanner considers Carriage Return as whitespace
- Tests for Natspec generation with the new multiline comments
2014-12-18 15:03:45 +01:00