aboutsummaryrefslogtreecommitdiffstats
path: root/BlockchainTests
Commit message (Expand)AuthorAgeFilesLines
* 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-03237-51070/+242387
* regenerate hive testsDimitry2017-08-014740-1749768/+2320992
* Fill tests after changing the receipt formatYoichi Hirai2017-07-19323-40766/+154018
* Modify createJS_ExampleContract filler so that in Metropolis, contract overwr...Yoichi Hirai2017-07-181-124/+266
* remove old blockchain transition test filesDimitry2017-07-184-16512/+0
* remove unneeded Metropolis testDimitry2017-07-111-1712/+0
* refill blockchaintests on metropolisDimitry2017-07-1111-15159/+15314
* Merge pull request #217 from ethereum/bcTransitionTestswinsvega2017-07-1019-6/+15017
|\
| * Blockchain transition testsDimitry2017-07-0719-6/+15017
* | Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231Yoichi Hirai2017-07-071-1371/+1369
|/
* move gasPricer testDimitry2017-07-031-1085/+1085
* bcUncleHeaderValidityDimitry2017-07-0328-1993/+3291
* convert to new testsDimitry2017-07-03115-0/+715197
* remove old testsDimitry2017-07-03131-360792/+0
* convert more bctestsDimitry2017-07-0339-26300/+167166
* update bctests to gbctestsDimitry2017-07-0391-16068/+61442
* translate bcStateTests into general blockchain testsDimitry2017-07-036-0/+5090
* fill Blockhash boundsDimitry2017-06-221-0/+1538
* update stQuadraticComplexity with 250M gasLimitDimitry2017-06-2230-34562/+51403
* update stMemoryStress with 250M gas limitDimitry2017-06-2242-3970/+42012
* remove stBoundsTestDimitry2017-06-2244-20216/+0
* Fill tests according to previous commitYoichi Hirai2017-06-161-1112/+2094
* Merge branch 'snark_test_filled' into new_expmod_costYoichi Hirai2017-06-14262-0/+483780
|\
| * fill zeroKnowledge as BlockchainDimitry2017-06-13262-2165/+447395
| * Add BlockchainTests about the elliptic curveYoichi Hirai2017-06-135-0/+38550
* | Update tests after changing the gas cost of modexp precompiled contractYoichi Hirai2017-06-131-0/+13782
|/
* Merge pull request #181 from ethereum/returndatacopy_throwwinsvega2017-06-135-150/+181
|\
| * Fill tests after making returndatacopy throwYoichi Hirai2017-06-085-150/+181
* | remove old bcWallet tests with incorrect namesDimitry2017-06-0941-18369/+0
|/
* Merge pull request #174 from ethereum/returndatacopy_initialwinsvega2017-06-055-0/+2773
|\
| * Fill in blockchain testsYoichi Hirai2017-05-245-0/+2773
* | update blockchain tests (stRandom stSpecial)Dimitry2017-06-02657-67385/+13975
* | refill tests with blockhash as blockchainDimitry2017-06-0299-126/+53008
* | make blockhash state test only as blockchain testsDimitry2017-06-02656-84557/+160285
* | Update Blockchain Transition tests after EIP96 changes (BLOCKHASH refactoring)Andrei Maiboroda2017-06-024-1044/+1077
|/
* reclculate stateRoot for Metropolis rulesDimitry2017-04-274-1044/+1044
* refill dao tests with metropolis rulesDimitry2017-04-261-488/+488
* metropolis timestamp diff 1000Dimitry2017-04-251-150/+187
* metropolis transition test (block 0x10)Dimitry2017-04-251-0/+2237
* manual blockchain tests prefixed with 0xDimitry2017-04-215-5477/+5477
* refill blockchain testsDimitry2017-04-2143-81669/+82149
* replace SUICIDE with SELFDESTRUCTDimitry2017-04-1912-48/+48
* REVERT test case:Dimitry2017-04-041-440/+5240
* fill blockchain tests with Revert OpCodeDimitry2017-04-0310-0/+54536
* tx with OOG at block 2675119Dimitry2017-02-281-0/+502
* new uncle header testsDimitry2017-02-221-293/+1003
* deployment error testDimitry2017-02-161-0/+477
* new blockchain tests from general state testsDimitry2017-02-168-0/+101061
* Memorystress and quadratic tests as blockchain testsDimitry2017-02-1033-0/+42356
* refill state tests as blockchainDimitry2017-02-101068-46946/+190234
* fill stRandom tests as blockchainDimitry2017-02-10643-108/+277920
* update statetets as bcDimitry2017-02-10385-12332/+14404
* GeneralStateTests as Blockchain testsDimitry2017-02-10946-0/+476576
* refill EIP150 issue with latest develop (stjournalv2)Dimitry2017-01-241-15/+8
* refill bcSuicideIssue on EIP150Dimitry2017-01-101-0/+128131
* transaction from empty accountDimitry2016-12-061-53/+178
* create tests for EIP158Dimitry2016-10-292-0/+2
* Create README.mdwinsvega2016-10-191-0/+3
* Create README.mdwinsvega2016-10-191-0/+3
* Update README.mdwinsvega2016-10-191-4/+4
* Create README.mdwinsvega2016-10-191-0/+6
* Create README.mdwinsvega2016-10-191-0/+1
* additional gaslimit tests that crash cpp ethDimitry2016-10-191-18/+238
* update BlockchainEIP TestsDimitry2016-10-1912-6901/+7332
* Blockchain EIP150 refill (incomplete and unfixed)Dimitry2016-10-1912-0/+51340
* EIP150 Test (4)Dimitry2016-10-191-90/+110
* EIP150 Test (3)Dimitry2016-10-191-106/+219
* EIP150 Test (2)Dimitry2016-10-191-93/+461
* EIP150 test (1)Dimitry2016-10-191-90/+90
* EIP150 proposal 1 gas prices testDimitry2016-10-191-0/+2076
* Update suicide issue testsPaweł Bylica2016-10-141-112111/+72129
* remove duplicate keyskeorn2016-10-111-128209/+112112
* fix suicide issue test (2)Dimitry2016-10-071-18/+41
* delegatecall spamDimitry2016-10-051-6/+141
* strange contract creationDimitry2016-10-051-0/+97
* Suicide issue testDimitry2016-10-041-0/+128187
* shanghailove testDimitry2016-10-041-0/+1515
* Merge pull request #117 from ethereum/hardforkwinsvega2016-07-221-0/+9237
|\
| * DAO more uncle cases, add comentsDimitry2016-07-191-329/+967
| * update dao testDimitry2016-07-151-351/+6256
| * DaoTest: extraData in UnclesDimitry2016-07-121-157/+1033
| * update DaoTestDimitry2016-07-111-1204/+593
| * update daoTest: check extraData up to X+9 blockDimitry2016-07-091-52/+432
| * dao test updateDimitry2016-07-061-103/+146
| * theDao hardfork testDimitry2016-07-011-0/+2006
* | Merge pull request #113 from NikVolf/patch-1winsvega2016-07-211-1/+0
|\ \ | |/ |/|
| * Update bcInvalidRLPTest.jsonNikolay Volf2016-05-211-1/+0
* | refill tests for 64blockgaslimitDimitry2016-06-0524-13688/+14165
|/
* multiple BALANCE instruction callDimitry2016-05-121-24/+182
* new uncleHeader testsDimitry2016-03-311-209/+864
* bcTransition tests updateDimitry2016-01-251-274/+595
* Blockchain Transition Test (Frontier -> Homestead at block 5)Dimitry2016-01-231-0/+1879
* difficulty formula tests updateDimitry2016-01-182-1685/+7762
* update Homestead testsDimitry2016-01-1212-6854/+6869
* refill without umbigous testsDimitry2016-01-084-2550/+2692
* refill tests Frontier + Homestead with latest developDimitry2015-12-3124-9494/+53266
* Add secret Key for FabianChristoph Jentzsch2015-11-231-2/+3
* new bcStateTestsDimitry2015-11-011-39/+666
* parentHash of genesis block should be zeroCJentzsch2015-10-221-308/+308
* blockhash in fork testCJentzsch2015-10-211-686/+996
* Blockchain, State, VM Tests update from latests fillersDimitry2015-10-1311-3923/+20994
* remove notbest optionDimitry2015-09-181-2/+0
* bcForkUncle update with "notbest" optionDimitry2015-09-171-0/+2
* Add SuicideCoinbase and OOGStateCopyContainingDeletedContractGustav Simonsson2015-09-141-1/+247
* Post State updateDimitry2015-09-021-4/+4
* add reusePreviousBlockAsUncleIgnoringLeadingZerosInMixHash testCJentzsch2015-08-271-0/+97
* add reusePreviousBlockAsUncleIgnoringLeadingZerosInNonce testCJentzsch2015-08-261-0/+97
* Rename bcSideChainUncle.json to bcForkUncle.jsonChristoph Jentzsch2015-08-251-0/+0
* Update bcSideChainUncle.jsonChristoph Jentzsch2015-08-251-1/+1
* add test for uncle from a sidechainCJentzsch2015-08-251-0/+251
* Add tests for uncle header timestampGustav Simonsson2015-08-241-1/+314
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-08-202-1423/+1236
|\
| * eslint, fix post state when last block == genesiswanderer2015-08-172-1416/+1236
| * Update bcForkBlockTest.jsonwanderer2015-08-171-7/+0
* | 2 suicide tx in one blockCJentzsch2015-08-201-202/+348
|/
* update invalidHeaderTest to FrontierCJentzsch2015-07-301-114/+114
* adjust blockGasLimit in order to get same result for gasPricer test in olympi...CJentzsch2015-07-301-203/+203
* add timestamp testsCJentzsch2015-07-291-152/+626
* fix tests for invalid uncle difficultyCJentzsch2015-07-291-373/+257
* Frontier compatible testsCJentzsch2015-07-299-7196/+7007
* undo extra data size changeCJentzsch2015-07-282-75/+108
* update wallet testsCJentzsch2015-07-271-4241/+4793
* Remove BlockExtraData1024Dimitry2015-07-252-100/+67
* Random BlockChain Test for GODimitry2015-07-151-0/+65
* mark blocks in RPC_API_TestFiller as revertedMarek Kotewicz2015-07-141-0/+2
* rpc tests with fork simulationMarek Kotewicz2015-07-141-345/+450
* Merge branch 'develop' of github.com:ethereum/tests into developVitalik Buterin2015-07-104-5041/+4948
|\
| * update bcWalletTestCJentzsch2015-07-101-4842/+4290
| * Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry Khokhlov2015-07-082-250/+330
| |\
| | * return to old ruleCJentzsch2015-07-082-252/+252
| | * new BlockGasLimit ruleCJentzsch2015-07-082-262/+342
| * | Random BLock Chain TestDimitry Khokhlov2015-07-081-0/+61
| |/
| * add BlockGasLimitTestCJentzsch2015-07-071-0/+318
* | Updated to include full genesis block header dataVitalik Buterin2015-07-101-1/+1
|/
* BlockChainTests: data field hex format correctionDimitry2015-06-262-1288/+1280
* moved blockTests to BlockchainTestsCJentzsch2015-06-2011-0/+31810
* Delete basicBlockChain.jsonmartin becze2015-06-201-894/+0
* Delete badBlockChain.jsonmartin becze2015-06-201-2199/+0
* updated basic blochain testwanderer2015-03-041-1636/+331
* spelling errorwanderer2015-02-241-1/+1
* spelling errorwanderer2015-02-241-1/+1
* added genesis infowanderer2015-02-242-0/+20
* moved blockchain testswanderer2015-02-042-0/+4378