Commit Graph

12998 Commits

Author SHA1 Message Date
chriseth
d41c51a810 Fixed some checker warnings. 2015-03-10 15:11:13 +01:00
Liana Husikyan
d5cbb2acd2 added brackets for printing in/out
cleaned up
2015-03-10 12:02:48 +01:00
Liana Husikyan
c6653d5ffc fixed new line for user input from terminal. 2015-03-10 12:02:48 +01:00
Liana Husikyan
74a01826ee added information about jump type for jump instructions
Conflicts:
	libevmcore/Assembly.cpp
	libsolidity/Compiler.cpp
2015-03-10 12:02:48 +01:00
Marek Kotewicz
223a102aff eth_call on block with number 2015-03-10 11:40:30 +01:00
chriseth
3fa4c64aef Fixed dockerfile. 2015-03-09 22:17:49 +01:00
chriseth
0fcd2212d4 Global variable "now" (alias for block.timestamp). 2015-03-09 19:22:43 +01:00
chriseth
9c82cbeddf Global variable "now" (alias for block.timestamp). 2015-03-09 19:22:43 +01:00
subtly
ac6431e088 replace go counter logic. remove dead test code. 2015-03-09 19:06:01 +01:00
subtly
f4ac58583b Merge branch 'develop' into p2p 2015-03-09 19:03:58 +01:00
subtly
1c53a9107c bugfix and doc clarification. fix test. 2015-03-09 18:14:49 +01:00
CJentzsch
a013420397 add input limit tests 2015-03-09 16:44:23 +01:00
Marek Kotewicz
c260cb235b fixed natspec evaluation 2015-03-09 15:22:07 +01:00
Paweł Bylica
5ae0a975b3 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-09 15:05:22 +01:00
Paweł Bylica
5cc0812d35 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-09 15:05:22 +01:00
Marek Kotewicz
76309bfc0b Merge commit 'dc97c3d3ad736d79aeeb82baae6aa45015620846' as 'libnatspec/natspecjs' 2015-03-09 14:22:29 +01:00
Marek Kotewicz
8088d19373 Squashed 'libnatspec/natspecjs/' content from commit 4f31ed9
git-subtree-dir: libnatspec/natspecjs
git-subtree-split: 4f31ed9698be96c347ea769b8b7e77a9507fb615
2015-03-09 14:22:29 +01:00
Marek Kotewicz
ac96c5bf59 Merge branch 'develop' into new_jsonrpc 2015-03-09 13:33:10 +01:00
chriseth
cd8a0ab65d Style fixes. 2015-03-09 13:28:29 +01:00
chriseth
94c51caf89 Fixed: Some instructions did not have source locations. 2015-03-09 13:28:29 +01:00
Lefteris Karapetsas
d586a88f3c style fixes in TestHelper.h 2015-03-09 13:06:16 +01:00
Lefteris Karapetsas
3efbe46a49 Improving ETH_TEST() exceptions
- Properly printing fail check/require message same way as BOOST
  implementation does

- Also add a Test Pass Checkpoint call to be sure the last checkpoint is
  reported properly

- Catch any sort of exception in the no throw
2015-03-09 12:27:30 +01:00
CJentzsch
b5c78387c0 Merge remote-tracking branch 'upstream/develop' into suicideRefundTests
Conflicts:
	test/stTransactionTestFiller.json
	test/vmArithmeticTestFiller.json
2015-03-09 10:43:08 +01:00
Lu Guanqun
ff4d2cc7dc fix rebase errors 2015-03-08 17:26:36 -05:00
subtly
f93734535f Merge branch 'develop' into p2p 2015-03-08 19:13:02 +01:00
Lu Guanqun
f5b1fec699 add another var x = f; overloaded function test case 2015-03-08 09:50:54 -05:00
Lu Guanqun
5dcee599f1 add the location of a duplicated function 2015-03-08 09:50:54 -05:00
Lu Guanqun
4033615464 make it work for var x = f; 2015-03-08 09:50:54 -05:00
Lu Guanqun
ddcfd441f3 remove debug stuff 2015-03-08 09:50:53 -05:00
Lu Guanqun
3b9b71e0ae implement overload resolution 2015-03-08 09:50:06 -05:00
Lu Guanqun
1da211920e add two overloaded function test cases 2015-03-08 09:48:53 -05:00
Lu Guanqun
e008f3f808 the contract interfaces should take overloaded function into consideration TODO: 2015-03-08 09:48:53 -05:00
Lu Guanqun
b87c5547a5 add test cases for functions in derived overload functions in base 2015-03-08 09:48:53 -05:00
Lu Guanqun
068bb5d731 enhance DeclarationContainer to use std::set so that it can handle overloaded function names 2015-03-08 09:48:53 -05:00
Lu Guanqun
7d7f9ec67f fix test code due to API changes in DeclarationContainer 2015-03-08 09:48:53 -05:00
Lu Guanqun
1efef53cb3 mark an identifier as callable if its next token is '(' 2015-03-08 09:48:53 -05:00
Lu Guanqun
114776dfba add end to end test cases related to overloaded functions 2015-03-08 09:48:53 -05:00
Lu Guanqun
a1eed07432 add two parsing test cases related to overloaded functions 2015-03-08 09:48:53 -05:00
Gav Wood
52e9a85d62 Merge pull request #1235 from winsvega/poc9trie
vmTests
2015-03-08 14:51:03 +01:00
subtly
ee02d25453 coding standards 2015-03-08 13:48:49 +01:00
subtly
587e544063 fix kdf test 2015-03-08 13:45:23 +01:00
Gav Wood
67ffc3db71 Solidity fixes. 2015-03-08 11:43:17 +01:00
CJentzsch
2dfb5eb3f2 adjust gas prices for arithmetic tests 2015-03-07 23:52:26 +01:00
subtly
845053da19 Merge branch 'develop' into p2p 2015-03-07 22:47:53 +01:00
CJentzsch
8172e11f1a Merge remote-tracking branch 'upstream/develop' into suicideRefundTests 2015-03-07 22:33:03 +01:00
subtly
c46b429993 Merge branch 'develop' into p2p 2015-03-07 18:35:59 +01:00
Gav Wood
a2ca8cefb7 Gas pricing infrastructure and a couple of pricing mechanisms. 2015-03-07 16:43:05 +01:00
CJentzsch
db9e0e7b31 add suiciderefund tests 2015-03-07 14:18:22 +01:00
Marek Kotewicz
dab392876a Merge branch 'develop' into new_jsonrpc
Conflicts:
	libweb3jsonrpc/WebThreeStubServerBase.cpp
2015-03-07 11:10:21 +01:00
Gav Wood
986fdb9d5f Avoid checking for difficulty when doing PoW test. 2015-03-06 22:53:49 +01:00