Commit Graph

12717 Commits

Author SHA1 Message Date
CJentzsch
612ee398b7 Merge remote-tracking branch 'upstream/develop' into walletTests 2015-05-07 11:44:23 +02:00
chriseth
5d2c36603f Added assertions. 2015-05-07 11:14:07 +02:00
CJentzsch
d4cf0a5438 gasPrice 0 test 2015-05-07 11:01:56 +02:00
CJentzsch
6c75c0bee0 xMerge remote-tracking branch 'upstream/develop' into addTests 2015-05-07 10:45:18 +02:00
subtly
01ec303388 Fix macos builds following changes from #1809. 2015-05-07 02:23:28 +02:00
subtly
bded6fa26d Merge branch 'develop' into discovery
Conflicts:
	libp2p/Host.cpp
	libp2p/NodeTable.cpp
	libp2p/NodeTable.h
2015-05-06 23:33:44 +02:00
subtly
242547d2e9 Merge branch 'develop' into discovery 2015-05-06 22:42:25 +02:00
Marek Kotewicz
f6d58a2d25 Merge branch 'develop' into v8console 2015-05-06 22:27:24 +02:00
Gav Wood
e66e225827 Merge pull request #1806 from winsvega/newtests
Specifing concrete test when filling testsuite
2015-05-06 18:25:08 +02:00
Gav Wood
ef50b08910 Initial stab at KeyManager. 2015-05-06 15:54:47 +02:00
chriseth
d8ddbeed2b Style. 2015-05-06 13:56:55 +02:00
chriseth
c731ae92ca Use std::array. 2015-05-06 13:56:40 +02:00
Paweł Bylica
b9a722223a SmartVM: initial implementation 2015-05-06 13:18:52 +02:00
chriseth
a0cc8abb2a CFG returns vector of blocks instead of assembly items. 2015-05-06 12:55:18 +02:00
chriseth
bebe76828a CFG returns vector of blocks instead of assembly items. 2015-05-06 12:55:18 +02:00
chriseth
85673ff00c Remove unused old optimizer rule. 2015-05-06 12:53:33 +02:00
chriseth
9d7eb49f35 Gather knowledge about the state during control flow analysis. 2015-05-06 12:53:17 +02:00
unknown
ed0193d9e4 package solc, eth, ethminer, rlp && abi in cpack nsis installer 2015-05-06 12:09:35 +02:00
chriseth
a2e3bcbd0c Make KnownState work with all instructions. 2015-05-06 11:11:16 +02:00
chriseth
3649c1fc60 Common subexpression elimination ready for using pre-known state. 2015-05-06 11:10:42 +02:00
chriseth
867101e409 Common subexpression elimination ready for using pre-known state. 2015-05-06 11:10:42 +02:00
chriseth
3ebb7d99c4 More flexible way to approach unknown stack elements. 2015-05-06 11:10:03 +02:00
chriseth
8416a6260f Split known state from common subexpression eliminator. 2015-05-06 11:09:55 +02:00
chriseth
9106d72a02 Split known state from common subexpression eliminator. 2015-05-06 11:09:55 +02:00
chriseth
4d62c463d1 Structural gas estimator. 2015-05-06 10:43:59 +02:00
chriseth
16e468460f Structural gas estimator. 2015-05-06 10:43:59 +02:00
chriseth
60f335b400 Structural gas estimator. 2015-05-06 10:43:59 +02:00
chriseth
c3e5fe6a12 Structural gas estimator. 2015-05-06 10:43:59 +02:00
winsvega
b5127a90de singletest when refill
Solidity Contract Inheritance Test
2015-05-05 21:43:26 +03:00
winsvega
ce40f285f3 Solidity: cryptographic ecrecover test 2015-05-05 18:15:26 +03:00
chriseth
b5491873bc Fix for exception if function hashes not requested. 2015-05-05 17:08:30 +02:00
Gav Wood
fce1a7f82e Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
2015-05-05 16:06:17 +02:00
Gav Wood
22eaf8ecd8 Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
2015-05-05 16:06:17 +02:00
winsvega
d2457abb98 Specifing concrete test when filling testsuite 2015-05-05 16:46:01 +03:00
CJentzsch
75982d444f add bc wallet test 2015-05-05 15:31:43 +02:00
winsvega
76e1df6c9b Solidity: Cryptographic funcs fix 2015-05-05 14:47:36 +03:00
Vlad Gluhovsky
dfd10d7dcc libp2p test
test for requirePeer function
2015-05-05 13:11:32 +02:00
Marek Kotewicz
7881b69f62 Merge branch 'develop' into v8console 2015-05-05 12:33:33 +02:00
CJentzsch
dc0c5b74f9 finish wallet state tests 2015-05-05 11:01:06 +02:00
Marek Kotewicz
f59d81d33f wrap const char* in jsstring 2015-05-05 10:37:14 +02:00
CJentzsch
6bd430baa1 add day limit tests 2015-05-05 10:13:41 +02:00
CJentzsch
b7432b8140 tests for contract multiowned 2015-05-05 08:00:33 +02:00
Liana Husikyan
730dc3e21b Update NameAndTypeResolver.cpp 2015-05-04 17:30:28 +02:00
Liana Husikyan
e2d9ef6945 Update AST.cpp 2015-05-04 17:28:28 +02:00
Liana Husikyan
745f569443 Update AST.cpp 2015-05-04 17:21:59 +02:00
Liana Husikyan
0a15157155 some more style fixes 2015-05-04 17:19:16 +02:00
Liana Husikyan
ebaf3c48a6 small fix 2015-05-04 17:18:44 +02:00
chriseth
a9d5cba6b2 Removed layouting space. 2015-05-04 16:50:30 +02:00
chriseth
e78be5f4be Feature for commandline compiler to output the function signature hashes. 2015-05-04 16:21:44 +02:00
Liana Husikyan
10c3d76555 fixed warrning 2015-05-04 15:03:15 +02:00