Commit Graph

2964 Commits

Author SHA1 Message Date
Dimitry
234f52affc BLock2: state test filling issue 2015-08-15 12:12:20 +03:00
Gav Wood
95974f1a92 Merge pull request #2604 from winsvega/verbosity
Nice Error Report
2015-08-13 15:02:02 +02:00
Gav Wood
7f1d288f62 Merge pull request #2812 from ethereum/nameregnamer
NameReg namer.
2015-08-13 15:01:29 +02:00
Gav Wood
1e137c41f9 NameReg integration.
Minor other alterations.
2015-08-13 13:13:59 +02:00
Dimitry
30f3781529 error report: style 2015-08-13 13:27:47 +03:00
Gav Wood
d65e8ecfe0 Merge pull request #2602 from chfast/evmjit_stack
EVM JIT: stack refactor
2015-08-13 12:23:32 +02:00
Dimitry
5cfacc2e7a Error report: style issues 2015-08-13 12:18:29 +03:00
Dimitry
4de035e5ba boost issue 2015-08-12 18:53:46 +03:00
Dimitry
cbbf99da64 nice error report merge 2015-08-12 18:11:32 +03:00
Dimitry
c0aa9f6726 error report: merge with latesd develop 2015-08-12 18:11:32 +03:00
Dimitry
d6d8951baf Error logs 2015-08-12 18:11:32 +03:00
Dimitry
b12507c55e Nice Error Report 2015-08-12 18:11:32 +03:00
Gav Wood
80750d746c Merge pull request #2740 from ethereum/hashrate
Submit and utilise external hashrate
2015-08-12 13:20:00 +02:00
Gav Wood
be1a5db120 Merge pull request #2777 from CJentzsch/fixStateTestsFilling
compile code in accounts when importing state
2015-08-12 11:58:05 +02:00
Gav Wood
e572aa4f63 Merge pull request #2714 from winsvega/coverage_whezz2
Coverage whezz2
2015-08-11 16:57:51 +02:00
chriseth
267ac4235d Reduce usage of "new". 2015-08-11 13:39:16 +02:00
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
0d66d8cf7c Merge pull request #2734 from chriseth/sol_fixOperators
Disallow some binary operators.
2015-08-10 20:25:03 +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
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
4288543847 Disallow comparison for reference types.
Fixes #2690
2015-08-07 17:50:54 +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