Commit Graph
4543 Commits
Author SHA1 Message Date
CJentzsch 0862040b47 clean up 2015-08-11 11:33:09 +02:00
Dimitry 48852e5593 Cover: remove unit.cpp 2015-08-11 12:16:38 +03:00
Dimitry 641fce2b86 Coverage: tests 2015-08-11 12:16:38 +03:00
Dimitry Khokhlov d4db96a7ba CodeCoverage: libethereum 2015-08-11 12:15:09 +03:00
Dimitry Khokhlov b0a245c3d7 Coverage: libethereum::AccountDiff 2015-08-11 12:15:09 +03:00
Paweł Bylica 035a93a356 Merge remote-tracking branch 'upstream/develop' into evmjit_stack
Conflicts:
	evmjit/libevmjit/BasicBlock.cpp
	evmjit/libevmjit/BasicBlock.h
2015-08-11 10:01:31 +02:00
CJentzsch 211721a542 Merge remote-tracking branch 'upstream/develop' into fixStateTestsFilling 2015-08-11 09:08:45 +02:00
Lefteris Karapetsas a6ee2096b3 Add a JS console command for exiting the client
The function is web3.admin.eth.exit()
2015-08-11 00:07:39 +02:00
Lefteris Karapetsas 4907bda371 Fix an error in a type resolution SOL test
This will also fix the build.
2015-08-10 23:49:46 +02:00
Gav Wood 068d8d0f45 Merge pull request #2734 from chriseth/sol_fixOperators
Disallow some binary operators.
2015-08-10 20:25:03 +02:00
Gav Wood 0d66d8cf7c Merge pull request #2734 from chriseth/sol_fixOperators
Disallow some binary operators.
2015-08-10 20:25:03 +02:00
Liana Husikyan 2a9c650c9e added checks to prevent the self assignment 2015-08-10 17:55:31 +02:00
CJentzsch df39c99629 compile code in accounts when importing state 2015-08-10 16:47:42 +02:00
Gav Wood ec57873f58 Merge pull request #2768 from debris/icap_tests
icap encoding and decoding tests
2015-08-10 15:11:12 +02:00
debris cdd9cf3c53 fixed header files 2015-08-10 14:59:34 +02:00
debris 5931867fc2 fixed boost % bug 2015-08-10 14:57:53 +02:00
Liana Husikyan c4dee49b96 changed file path to be multiplatform 2015-08-10 14:17:32 +02:00
Liana Husikyan f61107c1c9 removed close for ofstream 2015-08-10 13:09:10 +02:00
Liana Husikyan e946840b19 fixed wrong resolving 2015-08-10 13:01:28 +02:00
Liana Husikyan 9853871b1a cosmetic changes
Conflicts:
	solc/CommandLineInterface.cpp
2015-08-10 12:51:23 +02:00
Liana Husikyan 0d163aaff1 clean up 2015-08-10 12:49:41 +02:00
Liana Husikyan 5cb639d3e0 renamed extensions for output files
Conflicts:
	solc/CommandLineInterface.cpp
2015-08-10 12:49:28 +02:00
Liana Husikyan 96fb0f4534 changed output method for all components 2015-08-10 12:45:12 +02:00
Liana Husikyan 6f97fb2576 changed output method for all components
Conflicts:
	solc/CommandLineInterface.cpp
2015-08-10 12:44:59 +02:00
Liana Husikyan 1c7354ed0f added -o option to cmd compiler 2015-08-10 12:40:17 +02:00
Liana Husikyan 286473247e added -o option to cmd compiler
Conflicts:
	solc/CommandLineInterface.cpp
2015-08-10 12:40:02 +02:00
Liana Husikyan d6b28af7e2 added -o flag. todo: options should be removed from the components 2015-08-10 12:16:40 +02:00
subtly 15fca6ea50 remove MoveNonceToTempDir 2015-08-10 11:18:32 +02:00
debris 6d644c64b6 icap encoding and decoding tests 2015-08-10 10:07:43 +02:00
Gav Wood 99f829f907 Merge pull request #2717 from gluk256/_shhrpc
tests for whisper api
2015-08-07 20:54:40 +02:00
Gav Wood 53c09b2a19 Merge pull request #2750 from gluk256/_nonetwork
nonetwork
2015-08-07 18:55:00 +02:00
chriseth b1563878b6 Disallow comparison for reference types.
Fixes #2690
2015-08-07 17:50:54 +02:00
chriseth 4288543847 Disallow comparison for reference types.
Fixes #2690
2015-08-07 17:50:54 +02:00
chriseth ab33328d1f Do not allow boolean operators for integers.
Fixes #2496
2015-08-07 17:50:07 +02:00
chriseth e0fbdd57e6 Do not allow boolean operators for integers.
Fixes #2496
2015-08-07 17:50:07 +02:00
Vlad Gluhovsky 19874090a2 bugfix 2015-08-07 17:07:56 +02:00
Vlad Gluhovsky e3c7bc100b a small update 2015-08-07 17:03:58 +02:00
Vlad Gluhovsky a0fa194d6a nonetwork check added 2015-08-07 16:54:01 +02:00
CJentzsch 46381f9e91 compile fix, missing include 2015-08-07 16:24:28 +02:00
Vlad Gluhovsky 3e6deb92d4 nonetwork check added 2015-08-07 16:11:06 +02:00
CJentzsch ff1f5fba50 disable whisper tests which need networking 2015-08-07 15:40:59 +02:00
Vlad Gluhovsky 71986b983a style update 2015-08-07 13:33:56 +02:00
Gav Wood 126a46d82e Merge pull request #2736 from chriseth/sol_auctionRegistrarTests
Actual auction tests.
2015-08-07 12:04:25 +02:00
Gav Wood 9c1f484e3a Merge pull request #2731 from subtly/cryptoFix
Simplify/remove unused methods in Nonce
2015-08-06 19:54:32 +02:00
Gav Wood 3e14424ee0 Merge branch 'hashrate' of github.com:ethereum/cpp-ethereum into hashrate
Conflicts:
	libweb3jsonrpc/WebThreeStubServerBase.cpp
	libweb3jsonrpc/abstractwebthreestubserver.h
	test/libweb3jsonrpc/webthreestubclient.h
2015-08-06 18:59:45 +02:00
chriseth 5aec9fba47 Actual auction tests. 2015-08-06 17:48:27 +02:00
chriseth e24d24b34b Fix key manager test. 2015-08-06 16:49:18 +02:00
Gav Wood 9809ca57fa More on hashrate API. 2015-08-06 15:59:14 +02:00
Gav Wood a8c37af89e Introduce basic API for hashrate. 2015-08-06 15:59:14 +02:00
Gav Wood 72895675ac Introduce basic API for hashrate. 2015-08-06 15:28:15 +02:00