Commit Graph

11558 Commits

Author SHA1 Message Date
arkpar
1a673bfb6d Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into core_perf 2015-05-08 23:05:31 +02:00
chriseth
6cc71a188f Merge pull request #1813 from chriseth/sol_knowledgeEngine
Static Analysis Engine.
2015-05-08 18:58:42 +02:00
chriseth
202ea5c3a1 Merge pull request #1813 from chriseth/sol_knowledgeEngine
Static Analysis Engine.
2015-05-08 18:58:42 +02:00
chriseth
2f85a0aeb2 Merge pull request #1802 from LianaHus/sol_Deny_overwriting_attribute_by_function_via_inheritance
Proper overwriting of attribute and functions.
2015-05-08 18:29:26 +02:00
subtly
235cad6f19 update whisper test to use fixture for new network code, to allow private addresses and encapsulate host/port information in NodeIPEndpoint. 2015-05-08 18:19:31 +02:00
chriseth
1dfcb47350 Use range-based erase. 2015-05-08 18:07:56 +02:00
subtly
b23873c2ba Merge branch 'develop' into whisper 2015-05-08 18:00:22 +02:00
Liana Husikyan
37fbf06c98 added one more test 2015-05-08 17:52:09 +02:00
Liana Husikyan
5c1c690e28 style changes 2015-05-08 17:51:53 +02:00
Liana Husikyan
960033de6b fixed the test 2015-05-08 17:51:53 +02:00
Liana Husikyan
e7568b5f4d fixed the test 2015-05-08 17:51:53 +02:00
Liana Husikyan
757972b4e3 added test 2015-05-08 17:51:52 +02:00
Liana Husikyan
495d827ece implemented cleanup of duplication in resolver 2015-05-08 17:51:52 +02:00
Liana Husikyan
115c22c0e0 changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP) 2015-05-08 17:51:52 +02:00
Lefteris Karapetsas
34dde6118c Merge branch 'develop' into ethash_reloaded 2015-05-08 17:34:55 +02:00
chriseth
135a67ad52 New ABI encoding for dynamic types. 2015-05-08 16:54:39 +02:00
chriseth
69693f17f6 New ABI encoding for dynamic types. 2015-05-08 16:54:39 +02:00
Lefteris Karapetsas
b11fa5996a Further fixes in Ethash integration and testing 2015-05-08 15:55:27 +02:00
arkpar
c35bc33cc4 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
core_perf

Conflicts:
	libp2p/NodeTable.cpp
	libp2p/NodeTable.h
2015-05-08 15:13:16 +02:00
Gav Wood
ccf48882c9 Basic key manager. 2015-05-08 11:13:36 +02:00
Paweł Bylica
f7109717ed testeth: fix --singletest option 2015-05-08 11:00:53 +02:00
Paweł Bylica
e608be8299 testeth: fix --singletest option 2015-05-08 11:00:17 +02:00
winsvega
917ce1ad55 Total Difficulty: last block hash fix 2015-05-07 20:00:07 +03:00
winsvega
81c1e3b4fe Total Difficulty: bug fix 2015-05-07 20:00:07 +03:00
winsvega
eaf95687fe Total Difficulty: lastblockhash check 2015-05-07 20:00:07 +03:00
winsvega
c8092b4da3 Total Difficulty: style + rebase 2015-05-07 20:00:07 +03:00
winsvega
cd3a388f13 Total Difficulty: new tests 2015-05-07 20:00:07 +03:00
winsvega
2233d4e315 Total Difficulty: test filler 2015-05-07 20:00:07 +03:00
winsvega
715643c3f2 Total Difficulty: blockweight test filler 2015-05-07 20:00:07 +03:00
winsvega
cfff783c28 Total Difficulty: merge revert 2015-05-07 20:00:07 +03:00
winsvega
21f2af4793 Total Difficulty
test
2015-05-07 20:00:06 +03:00
Liana Husikyan
4fdfbaa367 adde the positions for the end of SourceLocation 2015-05-07 17:22:24 +02:00
Lefteris Karapetsas
1e2bd8afe4 New ethash API integration part 1
- cpp-ethereum now compiles with the new API

- Proper integration with testing will come with the next commits
2015-05-07 17:10:44 +02:00
Gav Wood
6cce9710e5 Merge pull request #1706 from subtly/discovery
Discovery protocol updates
2015-05-07 16:43:45 +02:00
arkpar
de01400fb4 set and map to hash tables 2015-05-07 16:22:47 +02:00
Paweł Bylica
2fdea4d563 Merge remote-tracking branch 'upstream/develop' into evmjit-develop 2015-05-07 14:18:35 +02:00
Liana Husikyan
83c504ec89 added interface function for SourceLocation/ position convertation to compilerstack 2015-05-07 13:33:27 +02:00
Gav Wood
f81b304555 Merge pull request #1822 from CJentzsch/addTests
Add tests
2015-05-07 13:11:32 +02:00
Gav Wood
09bf843fd1 Merge pull request #1805 from CJentzsch/walletTests
Wallet tests
2015-05-07 13:11:20 +02:00
chriseth
3b6bd194b0 Merge pull request #1810 from chriseth/sol_gasEstimator
Structural gas estimator.
2015-05-07 12:39:35 +02:00
chriseth
b12bba7be2 Merge pull request #1810 from chriseth/sol_gasEstimator
Structural gas estimator.
2015-05-07 12:39:35 +02:00
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