Commit Graph

2635 Commits

Author SHA1 Message Date
gluk256
231edfa4cd Update peer.cpp 2015-06-05 11:35:24 +02:00
Vlad Gluhovsky
d8973155e3 warnings fixed 2015-06-05 11:28:19 +02:00
chriseth
8ba801ec0e Merge pull request #2074 from LianaHus/sol_PosIntegerLiteralsConversation
Solidity Positive integer literals conversion to signed if in value range.
2015-06-05 11:15:09 +02:00
CJentzsch
ae454a9a04 style 2015-06-05 08:38:58 +02:00
Gav Wood
df293b9f18 Merge pull request #1581 from ethereum/whisper
update whisper tests
2015-06-05 11:11:14 +09:00
Vlad Gluhovsky
b905fd8084 fixed peer test 2015-06-04 19:36:37 +02:00
subtly
39ac8e3aa1 Fix network tests: delete host pointers after use. 2015-06-04 17:59:41 +02:00
subtly
8c17234dbb update whisper tests 2015-06-04 17:27:35 +02:00
Dimitry
84ccd5fa0f Issues: VMTest filler fix 2015-06-04 18:14:41 +03:00
subtly
2afad75469 Merge branch 'develop' into whisper 2015-06-04 16:55:59 +02:00
Liana Husikyan
1f3e93785e fixed assigning negative number to unsigned 2015-06-04 14:09:19 +02:00
Liana Husikyan
0e664b05aa - style fixes
- added test for uint8 = -1 which doesn't fail; todo: fix that
2015-06-04 12:42:55 +02:00
Liana Husikyan
c7e6bbb82c - conversion of positive literals to signed int
- tests
2015-06-04 11:48:09 +02:00
Liana Husikyan
5ef445f64f test
Conflicts:
	test/libsolidity/SolidityEndToEndTest.cpp
2015-06-04 11:48:09 +02:00
CJentzsch
5c69bbfdc8 Merge remote-tracking branch 'upstream/develop' into addTests 2015-06-04 10:44:06 +02:00
CJentzsch
241c045345 some data copy tests 2015-06-04 10:43:49 +02:00
CJentzsch
b4a4d84956 add tests for returning from call and then hitting 1024 stack limit depth 2015-06-04 10:43:09 +02:00
CJentzsch
330fc229cf add blockhash DOS attack test 2015-06-04 10:42:22 +02:00
CJentzsch
aabcccbbe6 add gasLimit is zero blockchain test 2015-06-04 10:41:36 +02:00
CJentzsch
7bbb8de506 add ability to test unsigned transaction 2015-06-04 10:41:02 +02:00
Gav Wood
2f88fd6f58 Merge pull request #2082 from gluk256/v_refactor
refactored the topic naming conventions
2015-06-04 10:32:09 +09:00
Vlad Gluhovsky
1f61e06181 refactored the topic naming conventions 2015-06-03 19:22:34 +02:00
Dimitry
d300815282 TransactionTest: V = unit64+28 2015-06-03 20:00:38 +03:00
Paweł Bylica
3bacb6f377 Merge remote-tracking branch 'upstream/develop' into refactor_executive
Conflicts:
	test/libsolidity/solidityExecutionFramework.h
2015-06-03 17:16:33 +02:00
Gav Wood
0e8ce9d069 Merge pull request #2058 from CJentzsch/uncleisbrother
Uncle tests and some debug output
2015-06-03 18:07:46 +08:00
Paweł Bylica
6a64d18780 Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
Conflicts:
	libethereum/Executive.h
2015-06-02 11:57:13 +02:00
CJentzsch
5614c5906f style 2015-06-02 09:34:38 +02:00
CJentzsch
c4dad409a9 fix bruncle test 2015-06-02 09:34:37 +02:00
CJentzsch
d32f1e4edc add EqualUncleInTwoDifferentBlocks test
Conflicts:
	test/libethereum/blockchain.cpp
2015-06-02 09:34:27 +02:00
CJentzsch
f47148bfdd fix block chain tests creation 2015-06-02 09:33:50 +02:00
CJentzsch
863799916a add ambiguous push test 2015-06-02 09:33:50 +02:00
Gav Wood
8f3e1cd127 Merge pull request #2003 from winsvega/fuzz
Random Code
2015-06-02 15:30:37 +08:00
Gav Wood
83de079e96 Merge pull request #2055 from winsvega/blockweight
BlockWeight: uncle POW issue
2015-06-02 15:17:21 +08:00
chriseth
82b3a6b1f4 Merge pull request #1975 from LianaHus/sol_EVMExceptions
"error jump" instead of STOP instraction in case of exception
2015-06-01 17:45:55 +02:00
Dimitry
289760ccd9 Random Code: build issues 2015-06-01 18:11:26 +03:00
Dimitry
f415d712e6 Random code: style 2015-06-01 18:11:26 +03:00
Dimitry
5452c8f7e3 Random Code: cath fill exceptions 2015-06-01 18:11:26 +03:00
Dimitry
8e25eb5842 Random Code: smart opcode fuzz 2015-06-01 18:11:26 +03:00
Dimitry
b1f91d1891 Random Code: exceptions when filling rnd StateTest 2015-06-01 18:11:26 +03:00
Dimitry
3bbef4fb32 Random Code: fulloutput option + test 2015-06-01 18:11:26 +03:00
Dimitry
efe141aaba Random Code: Style 2015-06-01 18:11:26 +03:00
Dimitry
5cfec260f7 Random test code 2015-06-01 18:11:25 +03:00
winsvega
dd4cda62bc Random Codes With Probability 2015-06-01 18:11:25 +03:00
winsvega
ddcdf450f0 undo vmTest 2015-06-01 18:11:25 +03:00
winsvega
17841792d9 Random Code 2015-06-01 18:11:25 +03:00
Liana Husikyan
b810df04f0 renamed the test framwork function. 2015-06-01 16:48:13 +02:00
Liana Husikyan
c6a8938ed7 fixed CALL case. added exception 2015-06-01 16:39:09 +02:00
Dimitry
4c9e1170b9 BlockWeight: uncle POW issue 2015-06-01 17:34:11 +03:00
chriseth
604a2d89d2 Merge pull request #2027 from chriseth/sol_dupRemForLoops
Allow duplicate code removal for loops.
2015-06-01 15:09:16 +02:00
chriseth
80904d59e9 Merge pull request #2029 from chriseth/sol_strings
Re-introduce string type.
2015-06-01 15:09:05 +02:00