aboutsummaryrefslogtreecommitdiffstats
path: root/BlockchainTests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | difficulty of a block with uncle/without uncle
* 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
| | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0.
* 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
| | | | Include contract creation and gas usage
* EIP150 Test (3)Dimitry2016-10-191-106/+219
|
* EIP150 Test (2)Dimitry2016-10-191-93/+461
| | | | version1b
* 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
|\ | | | | Hardfork
| * 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.json
| * 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
| | | | | bcWallet test update bcIncalidRLP in homestead
* 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 ↵CJentzsch2015-07-301-203/+203
| | | | olympic/frontier moder
* 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
| | | | new valid ExtraDataSize - 32
* 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