aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1382 from CJentzsch/addTestsGav Wood2015-03-247-36/+917
|\
| * styleCJentzsch2015-03-242-13/+12
| * refine bcJS_API_TestFiller.jsonCJentzsch2015-03-231-36/+9
| * test for in-chain-uncles and uncles with gen 0CJentzsch2015-03-232-11/+200
| * check overflow for v value in transacition testCJentzsch2015-03-231-0/+60
| * add possibility to have in-chain uncles as testsCJentzsch2015-03-231-0/+10
| * gas overflowCJentzsch2015-03-231-0/+28
| * bug fixCJentzsch2015-03-231-5/+5
| * memory stress test for memory opdcodes - dejavu issue 28CJentzsch2015-03-231-0/+374
| * stack limit testsCJentzsch2015-03-231-0/+204
| * Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-236-9/+180
| |\
| * | max stack limit testCJentzsch2015-03-211-0/+44
* | | fix test typosubtly2015-03-231-1/+1
* | | gracefully handle old pingnode packetsubtly2015-03-231-0/+11
| |/ |/|
* | Fix signed/unsigned mismatch.Gav Wood2015-03-231-1/+1
* | Merge host and nodetable network protocol version.subtly2015-03-231-1/+1
* | fix net/ unit tests for nodetable updatessubtly2015-03-231-0/+9
* | NodeTable constructor requires and listens to explicit IP address instead of ...subtly2015-03-232-6/+6
* | codingstandardssubtly2015-03-231-1/+1
* | constant for discovery protocol versionsubtly2015-03-231-1/+1
* | Minor rename.Gav Wood2015-03-201-1/+1
* | Merge pull request #1359 from winsvega/developGav Wood2015-03-202-3/+143
|\|
| * Arithmetic Testswinsvega2015-03-201-0/+84
| * SDIVwinsvega2015-03-202-3/+59
* | Merge pull request #1341 from chriseth/sol_packedStoragechriseth2015-03-203-1/+163
|\ \ | |/ |/|
| * Disallowed special case of bytes0 arrays.chriseth2015-03-182-0/+34
| * Packing for arrays.chriseth2015-03-182-1/+129
* | Merge pull request #1344 from LefterisJP/sol_BytesToIntConvchriseth2015-03-191-26/+74
|\ \
| * | Reorganizing conversion EndToEndTestsLefteris Karapetsas2015-03-191-27/+50
| * | Explicit conversion between bytes and int of any sizeLefteris Karapetsas2015-03-181-0/+25
| |/
* | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-03-196-8/+42
|\ \
| * \ Merge pull request #1350 from winsvega/developGav Wood2015-03-191-0/+5
| |\ \
| | * | BlokTestswinsvega2015-03-181-0/+5
| | |/
| * | Merge pull request #1346 from CJentzsch/FuzzTestingGav Wood2015-03-192-8/+34
| |\ \
| | * | less magicCJentzsch2015-03-181-1/+2
| | * | update gasLimitsCJentzsch2015-03-181-4/+4
| | * | improve sampling in fuzz testingCJentzsch2015-03-181-4/+29
| | |/
| * | Merge pull request #1178 from imapp-pl/pr/evmjit-v0.3Gav Wood2015-03-190-0/+0
| |\ \
| | * \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-1626-517/+1432
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-1314-313/+1234
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-1221-216/+1713
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-0913-303/+557
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-0646-2788/+3890
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-0517-192/+249
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-042-9/+361
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-029-96/+895
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-2717-561/+3358
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into pr/evmjit-v0.2Paweł Bylica2015-02-255-31/+803
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-241-1/+102
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjitPaweł Bylica2015-02-240-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Add EVMJIT.Gav Wood2015-02-2175-40518/+0
| * | | | | | | | | | | | | | | Exception-throwing assert.chriseth2015-03-183-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Diagnostics to try to track down the mining issues.Gav Wood2015-03-191-1/+1
* | | | | | | | | | | | | | | Extensive pathway for reporting transaction execution results.Gav Wood2015-03-183-3/+3
* | | | | | | | | | | | | | | Rename transact -> submitTransaction (reflecting aynch nature).Gav Wood2015-03-181-3/+3
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | added test to check anonymous events with user specified topicsLiana Husikyan2015-03-171-0/+22
* | | | | | | | | | | | | | added anonymous to ABILiana Husikyan2015-03-171-0/+21
* | | | | | | | | | | | | | changed the position of 'anonymous' keyword: event <name>() anonymous.Liana Husikyan2015-03-171-1/+1
* | | | | | | | | | | | | | Added anonymous flag to event.Liana Husikyan2015-03-171-1/+1
* | | | | | | | | | | | | | added test for anonymous eventLiana Husikyan2015-03-171-0/+15
* | | | | | | | | | | | | | Merge pull request #1333 from arkpar/eth_buildcGav Wood2015-03-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | supported building with clang and GNU gold linker on linuxarkpar2015-03-171-1/+1
* | | | | | | | | | | | | | | Merge pull request #1326 from chriseth/sol_packedStoragechriseth2015-03-173-14/+243
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fetch and store packed values.chriseth2015-03-172-13/+139
| * | | | | | | | | | | | | | Compute packing offsets.chriseth2015-03-171-0/+82
| * | | | | | | | | | | | | | Enlarge storage references to two stack slots.chriseth2015-03-172-2/+23
* | | | | | | | | | | | | | | Merge pull request #1329 from winsvega/developGav Wood2015-03-171-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ExpXY Testwinsvega2015-03-171-0/+28
* | | | | | | | | | | | | | | | Merge pull request #1318 from CJentzsch/addTestsGav Wood2015-03-176-125/+1199
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update blockchain testsCJentzsch2015-03-176-180/+378
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-161-13/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | add test for uncle generationCJentzsch2015-03-142-2/+878
* | | | | | | | | | | | | | | | | Merge pull request #1328 from debris/remove_origchriseth2015-03-171-3229/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | removed diff fileMarek Kotewicz2015-03-171-3229/+0
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1325 from LefterisJP/sol_MsgSigchriseth2015-03-171-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Additional test for msg.sigLefteris Karapetsas2015-03-161-0/+16
| * | | | | | | | | | | | | | | | Adding msg.sig Solidity Magic typeLefteris Karapetsas2015-03-161-0/+13
* | | | | | | | | | | | | | | | | - added more tests to check constant specifier implementationLiana Husikyan2015-03-164-1430/+50
* | | | | | | | | | | | | | | | | - added isPartOfExternalInterface to DeclarationLiana Husikyan2015-03-163-28/+8
* | | | | | | | | | | | | | | | | added parsing for constant variablesLiana Husikyan2015-03-164-0/+4703
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1299 from winsvega/developGav Wood2015-03-164-236/+501
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | State Testswinsvega2015-03-141-40/+40
| * | | | | | | | | | | | | | | | State Testswinsvega2015-03-143-196/+461
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1312 from imapp-pl/feature/testeth_statsGav Wood2015-03-165-59/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Prettify VM and State test outputsPaweł Bylica2015-03-143-7/+7
| * | | | | | | | | | | | | | | | Stats for testethPaweł Bylica2015-03-145-52/+74
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #1319 from CJentzsch/fixCallCodeGav Wood2015-03-161-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | test for callcode to 0CJentzsch2015-03-141-0/+34
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-03-1515-73/+547
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #1316 from debris/developGav Wood2015-03-140-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit '5bbd7b5c15de77c194ce72f72901da672faf64a0' into developMarek Kotewicz2015-03-130-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from d509360..eceeda7Marek Kotewicz2015-03-133-125/+17
| * | | | | | | | | | | | | | | Merge pull request #1309 from CJentzsch/fixCalldataloadGav Wood2015-03-141-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | fix calldataloadCJentzsch2015-03-131-0/+28
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #1310 from CJentzsch/addmodMulmodFixGav Wood2015-03-141-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | add addmod test in order toc check that nothing get downcasted inbetweenCJentzsch2015-03-131-0/+28
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #1314 from CJentzsch/blockTestsGav Wood2015-03-145-39/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | clean upCJentzsch2015-03-131-2/+2
| | * | | | | | | | | | | | | | | remove seedhash from block header testsCJentzsch2015-03-135-37/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #1295 from CJentzsch/randomStateTestsGav Wood2015-03-148-34/+488
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | styleCJentzsch2015-03-131-2/+2
| | * | | | | | | | | | | | | | | styleCJentzsch2015-03-131-4/+2
| | * | | | | | | | | | | | | | | bugfixCJentzsch2015-03-132-3/+6
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into randomStateTestsCJentzsch2015-03-126-290/+246
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | styleCJentzsch2015-03-121-3/+0
| | * | | | | | | | | | | | | | | | random state test optmizationCJentzsch2015-03-123-6/+14
| | * | | | | | | | | | | | | | | | style fixCJentzsch2015-03-123-11/+13
| | * | | | | | | | | | | | | | | | remove unneccessary dependenciesCJentzsch2015-03-121-2/+2
| | * | | | | | | | | | | | | | | | remove boost test lib macros from check random state testCJentzsch2015-03-121-18/+24
| | * | | | | | | | | | | | | | | | add check random state test for jitCJentzsch2015-03-126-93/+342
| | * | | | | | | | | | | | | | | | create random state testsCJentzsch2015-03-123-16/+207
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPCGav Wood2015-03-151-11/+0
* | | | | | | | | | | | | | | | | getData -> getCode.Gav Wood2015-03-151-2/+2
|/ / / / / / / / / / / / / / / /
* | | | | / / / / / / / / / / / Fix gas for builtin.chriseth2015-03-141-0/+15
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #1284 from LefterisJP/sol_SBHCleanupLefteris Karapetsas2015-03-135-140/+256
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Small FixedBytes type fixesLefteris Karapetsas2015-03-132-9/+8
| * | | | | | | | | | | | | | Some fixes on Types.cpp for FixedBytesTypeLefteris Karapetsas2015-03-121-17/+17
| * | | | | | | | | | | | | | Style fixes and some additional hash to bytes32 renamingLefteris Karapetsas2015-03-122-17/+17
| * | | | | | | | | | | | | | Removing uncecessary intermediate int conversion in log testsLefteris Karapetsas2015-03-121-6/+6
| * | | | | | | | | | | | | | byte is now an alias for byte1Lefteris Karapetsas2015-03-121-0/+10
| * | | | | | | | | | | | | | Fixing byte array index access code generationLefteris Karapetsas2015-03-121-1/+0
| * | | | | | | | | | | | | | Changes in Solidity Tests to use the new bytesXX typeLefteris Karapetsas2015-03-122-10/+10
| * | | | | | | | | | | | | | Conversion changes after renaming Hash/String to Bytes.Lefteris Karapetsas2015-03-121-33/+33
| * | | | | | | | | | | | | | Most EndToEndTests are now compliant with the Bytes renamingLefteris Karapetsas2015-03-123-71/+178
| * | | | | | | | | | | | | | Bytes Tokens properly named and NameAndTypeResolution tests workLefteris Karapetsas2015-03-121-15/+16
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #1283 from CJentzsch/addTestsGav Wood2015-03-139-23/+976
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | dejavu issue 19 - stack underflowsCJentzsch2015-03-133-2/+120
| * | | | | | | | | | | | | | readd --filltest option and add dejavu issue 42 testCJentzsch2015-03-122-0/+31
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-1214-373/+483
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | OOG or 1024 depth level fail for CALLCODECJentzsch2015-03-111-32/+176
| * | | | | | | | | | | | | | OOG or 1024 depth level failCJentzsch2015-03-111-4/+233
| * | | | | | | | | | | | | | add callCreateCallCode test fileCJentzsch2015-03-113-42/+166
| * | | | | | | | | | | | | | check value when doing callcodeCJentzsch2015-03-111-3/+45
| * | | | | | | | | | | | | | suicide refund with and without storageCJentzsch2015-03-111-1/+43
| * | | | | | | | | | | | | | suicide and storage refund testsCJentzsch2015-03-111-19/+140
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-116-53/+1031
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-1110-80/+434
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | add 32 bit overflow testsCJentzsch2015-03-111-0/+102
* | | | | | | | | | | | | | | | | Remove seedHash from header.Gav Wood2015-03-131-8/+0
* | | | | | | | | | | | | | | | | net_versionGav Wood2015-03-121-0/+20
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1294 from imapp-pl/pr/testeth_optionsGav Wood2015-03-125-121/+132
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | testeth: optional VM tracing (--vmtrace), command line options refactoring.Paweł Bylica2015-03-125-121/+132
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-128-83/+237
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #1282 from winsvega/developGav Wood2015-03-126-52/+213
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | State Testswinsvega2015-03-116-52/+213
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #1276 from ethereum/p2pGav Wood2015-03-121-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for co...subtly2015-03-111-0/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fixed indentation.chriseth2015-03-111-5/+5
| * | | | | | | | | | | | | | | Fixed assembly tests.chriseth2015-03-111-31/+23
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-116-53/+1031
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #1264 from winsvega/poc9trieGav Wood2015-03-113-37/+257
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | State Transaction Testswinsvega2015-03-111-1/+96
| | * | | | | | | | | | | | | | State Init And Transaction Testswinsvega2015-03-113-37/+162
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #1086 from ethereum/p2pGav Wood2015-03-113-16/+774
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-03-101-0/+11
| | |\| | | | | | | | | | | |
| | * | | | | | | | | | | | | replace go counter logic. remove dead test code.subtly2015-03-101-1/+0
| | * | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-03-101-12/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | bugfix and doc clarification. fix test.subtly2015-03-101-1/+1
| | * | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-03-092-104/+268
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | coding standardssubtly2015-03-081-6/+6
| | * | | | | | | | | | | | | | fix kdf testsubtly2015-03-081-2/+2
| | * | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-03-081-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into p2psubtly2015-03-0852-2980/+4156
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | separate packet type. add coding.subtly2015-03-061-4/+11
| | * | | | | | | | | | | | | | | | test header macssubtly2015-03-061-3/+42
| | * | | | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-03-0535-766/+5543
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | authenticated capability (hello) and handshake authenticationsubtly2015-03-051-1/+1
| | * | | | | | | | | | | | | | | | test initial secrets and ciphers, interop with gosubtly2015-03-052-91/+419
| | * | | | | | | | | | | | | | | | update host for ecies interop. test sha3 output of interim digest.subtly2015-03-041-0/+36
| | * | | | | | | | | | | | | | | | ECIES interop with go is a go.subtly2015-03-031-0/+47
| | * | | | | | | | | | | | | | | | ecies interop fix and tests. 128-bit keys.subtly2015-03-031-10/+38
| | * | | | | | | | | | | | | | | | start of ecies interop with gosubtly2015-03-021-14/+64
| | * | | | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-2413-74/+986
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-1816-57/+3392
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into p2psubtly2015-02-175-41/+175
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | initial handshake on the wiresubtly2015-02-171-10/+56
| | * | | | | | | | | | | | | | | | | | finished test of new-node handshakesubtly2015-02-141-12/+54
| | * | | | | | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-1411-30/+657
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | end-to-end handshake for uknown nodesubtly2015-02-141-19/+66
| | * | | | | | | | | | | | | | | | | | | key agreementsubtly2015-02-141-4/+41
| | * | | | | | | | | | | | | | | | | | | ack handshake for new node and encrypt both sidessubtly2015-02-131-4/+19
| | * | | | | | | | | | | | | | | | | | | initiator handshake crypto-testsubtly2015-02-131-0/+37
* | | | | | | | | | | | | | | | | | | | | eth_queuedTransactions renamed to eth_fetchQueuedTransactionsMarek Kotewicz2015-03-111-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-116-75/+89
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #1247 from CJentzsch/addInputLimitTestsGav Wood2015-03-111-27/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | add input limit testsCJentzsch2015-03-091-27/+37
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #1246 from debris/natspec_subtreeGav Wood2015-03-111-4/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | fixed natspec evaluationMarek Kotewicz2015-03-091-4/+15
| | * | | | | | | | | | | | | | | | | | | | Merge commit 'dc97c3d3ad736d79aeeb82baae6aa45015620846' as 'libnatspec/natspe...Marek Kotewicz2015-03-090-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Squashed 'libnatspec/natspecjs/' content from commit 4f31ed9Marek Kotewicz2015-03-091-0/+149
| | | / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | styleCJentzsch2015-03-112-2/+2
| * | | | | | | | | | | | | | | | | | | | blockchain tests fixesCJentzsch2015-03-114-44/+37
* | | | | | | | | | | | | | | | | | | | | Merge commit '3cf8dcb19983b41a387065746e6d3ce08ef7ef4c' into new_jsonrpcMarek Kotewicz2015-03-110-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from 7d6b35a..9926e27Marek Kotewicz2015-03-1132-84/+620
* | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-115-5/+356
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #1236 from CJentzsch/suicideRefundTestsGav Wood2015-03-114-5/+345
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into suicideRefundTestsCJentzsch2015-03-092-289/+453
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | adjust gas prices for arithmetic testsCJentzsch2015-03-082-189/+440
| | * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into suicideRefundTestsCJentzsch2015-03-081-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | add suiciderefund testsCJentzsch2015-03-072-2/+91
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Global variable "now" (alias for block.timestamp).chriseth2015-03-101-0/+11
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | eth_call on block with numberMarek Kotewicz2015-03-101-1/+2
* | | | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-094-117/+297
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | style fixes in TestHelper.hLefteris Karapetsas2015-03-091-6/+6
| * | | | | | | | | | | | | | | | | | Improving ETH_TEST() exceptionsLefteris Karapetsas2015-03-091-12/+28
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1235 from winsvega/poc9trieGav Wood2015-03-082-104/+268
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | vmTestswinsvega2015-03-072-104/+268
| * | | | | | | | | | | | | | | | | Gas pricing infrastructure and a couple of pricing mechanisms.Gav Wood2015-03-071-1/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-072-7/+8
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Avoid checking for difficulty when doing PoW test.Gav Wood2015-03-072-7/+8
* | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-079-192/+283
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfochriseth2015-03-068-191/+165
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Style fixes and better exception message formatLefteris Karapetsas2015-03-061-6/+8
| | * | | | | | | | | | | | | | | | Adding ETH_TEST macros to ABI and EndToEndTestsLefteris Karapetsas2015-03-062-21/+5
| | * | | | | | | | | | | | | | | | NameAndtypeResolution tests use ETH_TEST macrosLefteris Karapetsas2015-03-062-81/+50
| | * | | | | | | | | | | | | | | | Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-064-102/+104
| | * | | | | | | | | | | | | | | | Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PRLefteris Karapetsas2015-03-061-4/+21
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1222 from chriseth/sol_copyFromCalldatachriseth2015-03-062-1/+100
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Typochriseth2015-03-061-1/+1
| | * | | | | | | | | | | | | | | Fix for arrays containing mappings.chriseth2015-03-061-0/+37
| | * | | | | | | | | | | | | | | Copying between calldata and storage.chriseth2015-03-062-1/+63
| * | | | | | | | | | | | | | | | Fix type checks for storage variable initializer.chriseth2015-03-061-0/+18
* | | | | | | | | | | | | | | | | Merge branch 'mac_fixes' into new_jsonrpcMarek Kotewicz2015-03-0645-2788/+3872
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1223 from CJentzsch/POC9testsGav Wood2015-03-066-229/+738
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | fixCJentzsch2015-03-061-1/+1
| | | | * | | | | | | | | | | | | | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/poc9trie' into POC9testsCJentzsch2015-03-061-22/+54
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | | * | | | | | | | | | | | | | | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | | * | | | | | | | | | | | | | | | | styleCJentzsch2015-03-061-2/+0
| | | | * | | | | | | | | | | | | | | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | | * | | | | | | | | | | | | | | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | | * | | | | | | | | | | | | | | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | | * | | | | | | | | | | | | | | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | | * | | | | | | | | | | | | | | | | | mergeCJentzsch2015-03-061-105/+0
| | | * | | | | | | | | | | | | | | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | | |/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | For Marek :)Gav Wood2015-03-051-22/+54
| | | |/ / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | Merge pull request #1210 from winsvega/poc9trieGav Wood2015-03-0511-892/+892
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | VMTest Fillerswinsvega2015-03-0511-892/+892
| | | * | | | | | | | | | | | | | | | Bunch of repotting/curating.Gav Wood2015-03-053-3/+3
| | | * | | | | | | | | | | | | | | | Merge pull request #1203 from winsvega/poc9trieGav Wood2015-03-0511-197/+197
| | | |\| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Gas Fee Test Changes (1)winsvega2015-03-059-122/+122
| | | | * | | | | | | | | | | | | | | Transaction Test Fillers POC9winsvega2015-03-042-75/+75
| | | * | | | | | | | | | | | | | | | mergeCJentzsch2015-03-055-200/+331
| | | * | | | | | | | | | | | | | | | Add date/time language to solidity.Gav Wood2015-03-052-7/+24
| | | * | | | | | | | | | | | | | | | update block tests to latest changes PoW changesCJentzsch2015-03-044-37/+111
| | | * | | | | | | | | | | | | | | | more block tests + bugfix for longer chainsCJentzsch2015-03-044-376/+431
| | | * | | | | | | | | | | | | | | | blockchain testsCJentzsch2015-03-044-554/+609