From 400b1a86d4b13b46e8f13ca65dd206bc46120495 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 3 Aug 2017 12:48:53 +0300 Subject: split metropolis --- GeneralStateTests/stRandom/randomStatetest252.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'GeneralStateTests/stRandom/randomStatetest252.json') diff --git a/GeneralStateTests/stRandom/randomStatetest252.json b/GeneralStateTests/stRandom/randomStatetest252.json index da57c2095..3aa15b37b 100644 --- a/GeneralStateTests/stRandom/randomStatetest252.json +++ b/GeneralStateTests/stRandom/randomStatetest252.json @@ -2,7 +2,7 @@ "randomStatetest252" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.7389d5e0.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stRandom/randomStatetest252Filler.json" }, "env" : { @@ -17,7 +17,7 @@ ], "out" : "0x", "post" : { - "EIP150" : [ + "Byzantium" : [ { "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", "indexes" : { @@ -27,7 +27,7 @@ } } ], - "EIP158" : [ + "Constantinople" : [ { "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", "indexes" : { @@ -37,7 +37,7 @@ } } ], - "Frontier" : [ + "EIP150" : [ { "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", "indexes" : { @@ -47,7 +47,7 @@ } } ], - "Homestead" : [ + "EIP158" : [ { "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", "indexes" : { @@ -57,7 +57,17 @@ } } ], - "Metropolis" : [ + "Frontier" : [ + { + "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Homestead" : [ { "hash" : "0x1dab5ba92043d9382e5987e2efa9a15ae8e4bee0ee5b5b730edcd5d7d5d9c1ba", "indexes" : { -- cgit stats
path: root/BlockchainTests
Commit message (Expand)AuthorAgeFilesLines
* update stInitCode test fillersDimitry2018-02-011-45/+45
* refill stEIP150Specific testsDimitry2018-02-0113-5002/+243
* refill blockchain stEIP150singleCodeGasPricesDimitry2018-02-0130-7939/+819
* refill blockchain stDelegatecallTestHomesteadDimitry2018-02-0140-14227/+750
* refill blockchain stCreateTestDimitry2018-02-0147-15961/+1740
* refill blockchain stChangedEIP150 testsDimitry2018-02-0131-9175/+865
* refill blockchain stCallDelegateCodesHomesteadDimitry2018-01-3158-24251/+1188
* refill blockchain stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-24657/+1161
* refill blockchain stCallCreateCallCodeDimitry2018-01-3140-14530/+718
* refill blockchain stCallCodesDimitry2018-01-3180-34780/+1508
* fix travis tests for PR 4809Dimitry2018-01-301-82/+82
* Add a new input for modlen = 999188.Yoichi Hirai2018-01-305-274/+928
* stArgsZeroOneBalance testsDimitry2018-01-16109-0/+70863
* add filler for codeCopyOffset, change locationJared Wasinger2018-01-041-0/+734
* refill callDataCopyOffset testDimitry2017-12-301-42/+42
* Merge pull request #384 from ethereum/revert_in_delegate_call_moreYoichi Hirai2017-12-211-102/+227
|\
| * Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFillerYoichi Hirai2017-12-141-102/+227
* | Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-202-0/+1316
|\ \
| * | add more modexp returndatasize test casesJared Wasinger2017-11-252-0/+1316
* | | add test for CALLDATACOPY where calldata offset > calldata length and copy le...Jared Wasinger2017-12-151-0/+734
| |/ |/|
* | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-0/+656
|\ \
| * | Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-061-0/+656
| |/
* | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-081-0/+740
|\ \
| * | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+740
| |/
* / Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-082-166/+410
|/
* fix StaticCallTestsDimitry2017-11-232-191/+414
* Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-252-36/+694
* create failing inside staticcallDimitry2017-10-252-0/+1644
* returndatacopy bugDimitry2017-10-244-0/+3584
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-244-0/+2624
|\
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-234-0/+2624
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+644
|\ \
| * | add casey's testDimitry2017-10-191-0/+644
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+658
|\ \ \ | |_|/ |/| |
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+658
* | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ...Yoichi Hirai2017-10-181-0/+842
* | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu...Dimitry2017-10-171-0/+738
|/ /
* | fix random state testDimitry2017-10-171-36/+36
* | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-136-0/+3486
|\ \
| * | modexp input testDimitry2017-10-136-266/+1428
| * | fuzzed test modexp inputDimitry2017-10-134-0/+2324
* | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13122-7620/+18973
|\ \ \
| * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13122-7620/+18973
* | | | fuzztests bytecodeDimitry2017-10-131-0/+644
| |/ / |/| |
* | | split random testsDimitry2017-10-13227-130322/+25
* | | split large test suitesDimitry2017-10-132500-83148/+213017
|/ /
* | add _info commentDimitry2017-10-111-30/+30
* | python testDimitry2017-10-111-0/+854
* | Add a test case where modexp gets inputYoichi Hirai2017-10-114-0/+2584
* | regenerate Copier TestsDimitry2017-10-073-3255/+4142
* | refill all the testsDimitry2017-10-074815-1066257/+247931
|/
* remove old testsDimitry2017-09-306-3925/+0
* refill transaction testsDimitry2017-09-30344-124085/+6960
* refill stMemoryStressTestsDimitry2017-09-2982-13561/+5666
* refill stAttackTestDimitry2017-09-292-147/+537
* refill revert testsDimitry2017-09-29124-23844/+5522
* refill stPreCompiled testsDimitry2017-09-29619-20965/+34680
* Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-298-0/+9898
|\
| * Update with more commentsYoichi Hirai2017-09-278-240/+528
| * Add tests that set up a nonempty returndata buffer and then call a contract t...Yoichi Hirai2017-09-278-0/+9610
* | remove tests without fillersDimitry2017-09-291-651/+0
* | Merge pull request #313 from ethereum/typo-in-validitywinsvega2017-09-2928-0/+0
|\ \
| * | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidityYoichi Hirai2017-09-2728-0/+0
| |/
* / Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with i...Yoichi Hirai2017-09-271-0/+734
|/
* Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-224-0/+2106
|\
| * Add a test case with a REVERT with returndata >24576 in an init codeYoichi Hirai2017-09-194-0/+2106
* | Merge pull request #333 from ethereum/REVERT_in_staticcallYoichi Hirai2017-09-211-0/+722
|\ \
| * | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-201-0/+722
* | | Merge pull request #328 from ethereum/g1-test-after-zeroYoichi Hirai2017-09-204-0/+8312
|\ \ \ | |/ / |/| |
| * | Refill with the new commentYoichi Hirai2017-09-194-144/+144
| * | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482Yoichi Hirai2017-09-194-0/+8312
* | | Merge pull request #329 from ethereum/morecollisionwinsvega2017-09-201-0/+902
|\ \ \ | |_|/ |/| |
| * | more extcodecopy testsDimitry2017-09-191-0/+902
* | | Merge pull request #327 from ethereum/morecollisionwinsvega2017-09-1924-0/+21398
|\| |
| * | more collision testsDimitry2017-09-1824-0/+21398
* | | Add a test executing REVERT during a DELEGATECALLYoichi Hirai2017-09-181-0/+722
| |/ |/|
* | Merge pull request #289 from ethereum/all-opcodesYoichi Hirai2017-09-18134-0/+90844
|\ \ | |/ |/|
| * add tests for all good opcodes in contract initJared Wasinger2017-09-16134-0/+90844
* | Merge pull request #324 from ethereum/liscensewinsvega2017-09-141-600/+606
|\ \ | |/ |/|
| * fix lotsOfLeafs testDimitry2017-09-141-600/+606
* | refill pairing tests withDimitry2017-09-1392-30071/+3395
|/
* update precompiled in static testDimitry2017-09-129-1338/+320
* refill precompiled testsDimitry2017-09-121919-61169/+2165298
* regenerate homestead to dao testsDimitry2017-09-114-539/+536
* Merge pull request #312 from ethereum/remove-empty-hash2winsvega2017-09-08238-54510/+53149
|\
| * Fill more testsYoichi Hirai2017-09-0824-3576/+3571
| * Fill BlockchainTests on https://github.com/ethereum/cpp-ethereum/pull/4458Yoichi Hirai2017-09-06217-51223/+49867
* | Merge pull request #304 from ethereum/splitvmtestswinsvega2017-09-084-0/+3038
|\ \
| * | add a case with 0 gasDimitry2017-09-082-30/+788
| * | refill the tests with latest cppDimitry2017-09-083-146/+125
| * | add more issue tests from the fuzz serverDimitry2017-09-053-0/+2301
* | | Merge pull request #303 from ethereum/create-transaction-revertswinsvega2017-09-071-0/+493
|\ \ \
| * | | Remove the empty accountYoichi Hirai2017-09-051-50/+43
| * | | Add a Blockchaintest where create transaction fails for a REVERT instruction ...Yoichi Hirai2017-09-051-0/+500
| | |/ | |/|
* / | replace BLOCKHASH test case in stBadOpcodeJared Wasinger2017-09-06122-5178/+5178
|/ /
* | Merge pull request #302 from ethereum/call-transaction-revertsYoichi Hirai2017-09-051-0/+639
|\ \
| * | Add a test containing a call transaction that revertsYoichi Hirai2017-09-051-0/+639
* | | add converted blockchain test for 'returndatasize_after_successful_callcode'Jared Wasinger2017-09-051-48/+48
* | | add more returndatasize/returndatacopy testsJared Wasinger2017-09-0512-0/+8384
|/ /
* | Merge pull request #301 from ethereum/splitvmtestsYoichi Hirai2017-09-041-0/+688
|\|
| * randomTest643Dimitry2017-09-041-0/+688
* | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOXwinsvega2017-09-02122-2496/+48603
|\ \
| * | add more blockchain test cases.Jared Wasinger2017-09-02122-2496/+48603
* | | Merge pull request #297 from ethereum/sstore-in-contract-initYoichi Hirai2017-09-021-0/+603
|\ \ \
| * | | add state test for sstore in contract init codeJared Wasinger2017-09-011-0/+603
| | |/ | |/|
* / | Refill suicideCoinbase test after fixing a typo Homstead -> HomesteadYoichi Hirai2017-08-311-42/+42
|/ /
* / --fillchain refund50percentCap testYoichi Hirai2017-08-311-82/+82
|/
* Fill wallet tests that were failing in the daily runYoichi Hirai2017-08-314-1355/+1355
* Merge pull request #281 from ethereum/refill-refund50PercentCapYoichi Hirai2017-08-311-56/+56
|\
| * Fill BlockchainTests/GeneralStateTests/stRefundTest/refund50percentCapYoichi Hirai2017-08-281-56/+56
* | Merge pull request #276 from ethereum/walletReorgwinsvega2017-08-301-13478/+13465
|\ \
| * | Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-261-13478/+13465
* | | Merge pull request #280 from ethereum/refill-refund600Yoichi Hirai2017-08-301-102/+102
|\ \ \
| * | | Refull refund600 testYoichi Hirai2017-08-281-102/+102
| | |/ | |/|
* | | Merge pull request #286 from ethereum/refill-stQuadraticComplexityYoichi Hirai2017-08-3030-1410/+1200
|\ \ \
| * | | --fillchain on GeneralStateTests/stQuadraticComplexityTestYoichi Hirai2017-08-2930-1410/+1200
* | | | --fillchain BlockchainTests/GeneralStateTests/stRandom/randomStatetest642_d0g...Yoichi Hirai2017-08-301-54/+40
|/ / /
* / / add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-281-0/+723
|/ /
* | Translate GeneralStateTests into BlockahtinTests/GeneralStateTestsYoichi Hirai2017-08-283036-141382/+244798
* | fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-262-1546/+1531
|/
* Merge pull request #269 from ethereum/eip649Yoichi Hirai2017-08-23214-36432/+36823
|\
| * Fix uncleHeaderAt2ByzantiumFiller with a correct state root hashYoichi Hirai2017-08-231-0/+703
| * Fix uncleBloomNot0_2 with the expected state root hashYoichi Hirai2017-08-231-94/+146
| * Fix futureUncleTimestampDifficultyDrop2Yoichi Hirai2017-08-231-95/+147
| * Fill more testsYoichi Hirai2017-08-2236-1332/+1333
| * Fill more testsYoichi Hirai2017-08-2236-1477/+1476
| * Fill more tests on eip649 branchYoichi Hirai2017-08-2219-760/+760
| * Fill in more testsYoichi Hirai2017-08-228-1313/+897
| * Refill more straightforward BlockchainTestsYoichi Hirai2017-08-2278-6787/+6787
| * Refill straightforward casesYoichi Hirai2017-08-2272-26077/+26077
* | Refilled tests again so that 0x is in front of byte sequencesYoichi Hirai2017-08-224-1563/+1563
* | Refill bcWalletTestYoichi Hirai2017-08-224-1727/+1727
|/
* Refill wallet testsYoichi Hirai2017-08-224-1984/+1963
* Refill the test wallet2outOf3txsRevoke.jsonYoichi Hirai2017-08-221-595/+588
* Fix more BlockchainTestsYoichi Hirai2017-08-1711-2888/+2806
* fill BlockchainTests after delaying EIP96 to ConstantinopleYoichi Hirai2017-08-16206-34380/+32987
* update comments in dao transition testsDimitry2017-08-154-460/+460
* Fix the modexpFiller about large base length and large exp lengthYoichi Hirai2017-08-142-126/+126
* Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-081-0/+742
* Hive tests with ByzantineDimitry2017-08-062851-164758/+619483
* Merge pull request #245 from ethereum/blockhashtestYoichi Hirai2017-08-041-98/+136
|\
| * blockhash test on Byzantine transitionDimitry2017-08-041-98/+136
* | Change tests so that the storage is cleared before, not after contract initia...Yoichi Hirai2017-08-041-73/+215
|/
* Transition tests with ByzantiumDimitry2017-08-0314-3448/+865
* split metropolisDimitry2017-08-03