Commit Graph

13616 Commits

Author SHA1 Message Date
CJentzsch
08cfe5b462 add secure trie tests 2015-03-06 01:14:02 +01:00
CJentzsch
9f56044aaa Merge remote-tracking branch 'upstream/poc9trie' into POC9tests 2015-03-06 00:53:12 +01:00
CJentzsch
51daff8f9c add uncle tests 2015-03-06 00:52:49 +01:00
CJentzsch
827b5cbc67 style + add test cases 2015-03-06 00:52:32 +01:00
CJentzsch
96d6748999 style 2015-03-06 00:19:48 +01:00
CJentzsch
fa1be59d49 add first uncle test 2015-03-06 00:16:17 +01:00
CJentzsch
7208cd909b update blockchain test filler to new min diff and min gasLimit 2015-03-06 00:14:42 +01:00
CJentzsch
2557ab24fb add uncle header feature for fillers 2015-03-06 00:12:51 +01:00
CJentzsch
c48082cebd add quadratic complexity tests 2015-03-06 00:11:24 +01:00
chriseth
34e8de749a Merge pull request #1212 from chriseth/sol_arrayIndexOnCalldata
Index access for calldata and byte arrays.
2015-03-05 23:44:08 +01:00
subtly
517a77f9b4 test header macs 2015-03-05 23:27:31 +01:00
Marek Kotewicz
dcbd78735b shh_changed -> shh_getFilterChanges 2015-03-05 20:32:18 +01:00
Paweł Bylica
97266671c3 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-05 16:49:21 +01:00
Paweł Bylica
c82b085d93 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-05 16:49:21 +01:00
Paweł Bylica
51e376efb8 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-05 16:49:21 +01:00
Gav Wood
74aad12529 For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
2015-03-05 15:58:20 +01:00
chriseth
280df42463 Styling 2015-03-05 15:41:39 +01:00
Christian
2f91e1f9b5 Index access for calldata arrays. 2015-03-05 13:19:59 +01:00
Christian
b84cf62d6b Index access for calldata arrays. 2015-03-05 13:19:59 +01:00
Marek Kotewicz
4e115bc671 eth_getBlock returns also transactions 2015-03-05 12:19:16 +01:00
Liana Husikyan
665edd3f86 added source code printing for each output line.
some changes after pr review
2015-03-05 12:08:43 +01:00
Liana Husikyan
e32bf97e87 to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument. 2015-03-05 12:08:43 +01:00
Gav Wood
7e11889b31 Merge pull request #1210 from winsvega/poc9trie
VMTest Fillers
2015-03-05 11:26:01 +01:00
Marek Kotewicz
4aaa414a83 jsonrpc api changes in progress6, almost finished 2015-03-05 11:16:54 +01:00
Gav Wood
66e6fb6d2a Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
2015-03-05 11:09:34 +01:00
winsvega
fb0fac191b VMTest Fillers
execution gas amount changed
2015-03-05 12:48:30 +03:00
Marek Kotewicz
46d40d399d jsonrpc api changes in progress5 2015-03-05 10:12:01 +01:00
subtly
c49a2e6fd9 Merge branch 'develop' into p2p
Conflicts:
	libp2p/Host.cpp
	libp2p/Host.h
2015-03-05 04:06:51 +01:00
subtly
5d8e800324 authenticated capability (hello) and handshake authentication 2015-03-05 03:07:14 +01:00
Marek Kotewicz
bbe0e15208 jsonrpc api changes in progress4 2015-03-05 02:02:42 +01:00
Marek Kotewicz
d3e65ba8a4 jsonrpc api changes in progress3 2015-03-05 01:34:02 +01:00
Marek Kotewicz
13d14289d8 jsonrpc api changes in progress2 2015-03-05 01:14:31 +01:00
Marek Kotewicz
5d20782dea jsonrpc api changes in progress 2015-03-05 00:33:44 +01:00
subtly
7ce91422ff test initial secrets and ciphers, interop with go 2015-03-05 00:22:35 +01:00
Gav Wood
0c2a7fbe7d Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
2015-03-04 22:49:47 +01:00
Gav Wood
713e5e5d1e Merge pull request #1200 from debris/ethereumjs
ethereum.js 0.0.16
2015-03-04 22:46:47 +01:00
Gav Wood
6a64f2564b Merge pull request #1203 from winsvega/poc9trie
Transaction Test Fillers POC9
2015-03-04 22:46:08 +01:00
CJentzsch
93fd580b94 merge 2015-03-04 21:32:26 +01:00
Gav Wood
de2ed72e6b Params & JSON file. 2015-03-04 19:55:52 +01:00
Gav Wood
ec3384a23f Add date/time language to solidity. 2015-03-04 17:35:23 +01:00
Gav Wood
5aff9fbde2 Add date/time language to solidity. 2015-03-04 17:35:23 +01:00
jhuntley
e229b5d291 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 2015-03-04 11:18:32 -05:00
jhuntley
a4d772315d Consolidating macro resolution to one header file as per project owner request. Added inline comments covering reasons for undef of macros. Resolves issues with problem #832:
Adding UndefWindowsMacros.h to handle V8 CPP conflicts in Windows #832
2015-03-04 11:17:46 -05:00
jhuntley
5ae585f7cf asio.h and windows.h build comments as per request. 2015-03-04 11:17:46 -05:00
jhuntley
055f45f11b Update to resolve "#error : The macro "DELETE" from windows.h conflicts with this file." on windows vs build. 2015-03-04 11:17:46 -05:00
jhuntley
b6b80b0200 Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859

Make sure boost/asio.hpp is included before windows.h.
2015-03-04 11:17:46 -05:00
jhuntley
d2a5153722 Adding comments for #undef per project owner request. 2015-03-04 11:17:46 -05:00
jhuntley
62ec556a9d Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 2015-03-04 11:17:45 -05:00
jhuntley
26ba1086b8 Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859

Make sure boost/asio.hpp is included before windows.h.
2015-03-04 11:17:45 -05:00
jhuntley
f046be3cc1 Updates for mingw support. #undef conflicting defines on windows. 2015-03-04 11:17:45 -05:00