aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: SetGasLimitobscuren2015-06-211-1/+1
* Add --skip option to CLITaylor Gerring2015-06-198-75/+82
* recover test logicTaylor Gerring2015-06-191-1/+1
* Build error fixesTaylor Gerring2015-06-192-6/+5
* Rebase cleanupTaylor Gerring2015-06-192-30/+1
* Add stdin optionTaylor Gerring2015-06-195-182/+345
* Add lost rebase changesTaylor Gerring2015-06-191-1/+9
* Cleanup loggingTaylor Gerring2015-06-195-11/+13
* Fix geth blocktest commandTaylor Gerring2015-06-191-2/+2
* DRY file loadingTaylor Gerring2015-06-195-58/+42
* More consistent test interfaces + test skippingTaylor Gerring2015-06-197-78/+108
* Cleanup/reorgTaylor Gerring2015-06-198-273/+265
* Return error up stack instead of passing testing var downTaylor Gerring2015-06-197-84/+159
* DRY log checkTaylor Gerring2015-06-192-61/+46
* Separate and identify tests runnersTaylor Gerring2015-06-196-283/+387
* Flatten helper directoryTaylor Gerring2015-06-196-70/+22
* Fix pathsTaylor Gerring2015-06-194-45/+61
* Split tests from helper codeTaylor Gerring2015-06-195-555/+170
* Flatten vm directoryTaylor Gerring2015-06-194-3/+387
* Merge pull request #1282 from obscuren/state-cleanupJeffrey Wilcke2015-06-182-6/+6
|\
| * xeth, tests: fixed apiobscuren2015-06-171-1/+1
| * core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-5/+5
* | Update Ethereum JSON test filesGustav Simonsson2015-06-1616-802/+2539
|/
* Merge pull request #1228 from obscuren/vm-optimisationsJeffrey Wilcke2015-06-111-2/+9
|\
| * core, core/vm: added structure loggingobscuren2015-06-101-2/+9
* | tests: check gas limit errorobscuren2015-06-101-1/+1
|/
* Skip BlockTests/bcValidBlockTests SimpleTx3Gustav Simonsson2015-06-091-1/+3
* Skip VMTests RandomTests temporarily until they are fixedGustav Simonsson2015-06-091-0/+1
* Update Ethereum JSON test filesGustav Simonsson2015-06-0935-348/+20667
* tests: use state logs instead own kept logsobscuren2015-06-051-3/+3
* Merge pull request #1150 from fjl/fix-jumpdestJeffrey Wilcke2015-06-041-0/+124
|\
| * tests/files: update tests to d309b4679a58d2Felix Lange2015-06-033-912/+1386
| * Update Ethereum JSON test filesGustav Simonsson2015-05-297-3664/+4028
* | Add new 0th gen uncle testGustav Simonsson2015-06-021-0/+1
* | Use older version of stSpecialTest until JUMPDEST fix is mergedGustav Simonsson2015-06-021-124/+0
* | Update Ethereum JSON test filesGustav Simonsson2015-06-022-985/+1250
* | Update Ethereum JSON test filesGustav Simonsson2015-06-029-4574/+5412
|/
* tests: removed missing block testobscuren2015-05-261-4/+0
* tests: updatedobscuren2015-05-266-4471/+6475
* Add StateTests/RandomTests and VMTests/RandomTestsGustav Simonsson2015-05-221-16/+10
* Add wrapper for BlockTests/bcWalletTest.jsonGustav Simonsson2015-05-181-0/+4
* Update Ethereum JSON test filesGustav Simonsson2015-05-185-31/+9199
* tests: added conditional skip on long running VM testsobscuren2015-05-201-0/+7
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-201-4/+4
* tests/vm: updated tests and skipped output for specific testsobscuren2015-05-201-8/+11
* Add StateTests/RandomTests but skip for nowGustav Simonsson2015-05-161-0/+21
* Update StateTests and nil create return on failed code depositGustav Simonsson2015-05-161-2/+12
* Update Ethereum JSON testsGustav Simonsson2015-05-1517-2734/+420801
* unskip StateTests/stTransactionTest and use test tx nonceGustav Simonsson2015-05-152-5/+6
* Change default keystore dirGustav Simonsson2015-05-131-1/+1
* Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-1/+1
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2
* miner, tests: fixed block testobscuren2015-05-091-1/+1
* Add bcTotalDifficultyTest and unskip now working tx testsGustav Simonsson2015-05-073-6/+6
* Update JSON test filesGustav Simonsson2015-05-0749-4914/+9977
* Unskip now working tests, remove debug printGustav Simonsson2015-05-071-3/+0
* Unskip working blocktests following ethash cache reusageGustav Simonsson2015-05-051-10/+4
* core: return the index of the block that failed when inserting a chainobscuren2015-04-291-1/+1
* Add loading of block test privkey if presentGustav Simonsson2015-04-282-8/+21
* Update JSON testsGustav Simonsson2015-04-2820-347/+2744
* Add block header validations for block testsGustav Simonsson2015-04-231-0/+82
* Include ZeroByteAtTheEnd and RandomByteAtTheEnd testsGustav Simonsson2015-04-231-8/+1
* Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHashGustav Simonsson2015-04-231-4/+1
* Finally, glorious HEXGustav Simonsson2015-04-231-4/+4
* Add StateTests/stMemoryStressTest.json but skip for nowGustav Simonsson2015-04-231-0/+6
* Exclude TransactionWithSvalue0 as it expects invalid s value to be validGustav Simonsson2015-04-231-0/+1
* Update github.com/ethereum/tests filesGustav Simonsson2015-04-2326-6304/+5619
* Explicitly skip TransactionTests/tt10mbDataField.jsonGustav Simonsson2015-04-232-6/+3
* Add test wrapper for VMTests/vmInputLimits1.jsonGustav Simonsson2015-04-231-0/+5
* Further fixes to block test wrapperGustav Simonsson2015-04-212-47/+182
* Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-202-65/+90
* tests: hopefully improve test conversion helpersFelix Lange2015-04-192-30/+35
* cmd/geth, tests: enable running multiple tests from a single fileFelix Lange2015-04-191-9/+40
* Fixes for TransactionTestsGustav Simonsson2015-04-163-41/+53
* Update JSON testsGustav Simonsson2015-04-1638-207/+4177
* Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-102-15/+8
* Remove unneeded map assignments for working tx RLP testsGustav Simonsson2015-04-101-7/+0
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-103-3/+211
* Update JSON test filesGustav Simonsson2015-04-1071-1165836/+18331
* Fixed tests to reflect log changesobscuren2015-04-092-17/+17
* Block header changed & console miner controlobscuren2015-04-061-1/+1
* basic glogobscuren2015-04-041-7/+8
* Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into developobscuren2015-04-031-651/+781
* fixed stack levelobscuren2015-04-031-0/+28
* Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into developobscuren2015-04-0328-23/+1939
* Removed old (unused) argumentobscuren2015-04-022-2/+2
* Merge commit '4e3ffbcf9bae7e44e45fd1b6e504b3645040d73c' into developobscuren2015-04-011-0/+71
* Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into developobscuren2015-04-015-6/+231
* Blocktest fixed, Execution fixedobscuren2015-04-011-7/+6
* Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into developobscuren2015-03-3110-91/+701
* Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into developobscuren2015-03-261-0/+11
* Cleaned up changesobscuren2015-03-241-2/+2
* Modified according to poc 9 changesobscuren2015-03-242-3/+8
* Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into developobscuren2015-03-2471-6350/+3223
* Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into developobscuren2015-03-2439-3403/+5526
* removed legacy codeobscuren2015-03-241-2/+1
* fix ethtest loggingzelig2015-03-241-1/+1
* moved state and vm to coreobscuren2015-03-233-4/+4
* Fix new types for blocktests and comment out non-working log level setterGustav Simonsson2015-03-231-4/+4
* gofmtGustav Simonsson2015-03-231-4/+2
* Add validation of post state accounts to block testsGustav Simonsson2015-03-231-4/+31
* Merge branch 'develop' into conversionobscuren2015-03-203-1253/+4053
|\
| * Merge commit 'f144a95940a5df0809bb028eef7b337125423602' into developobscuren2015-03-203-1253/+4053
* | Merge branch 'develop' into conversionobscuren2015-03-19399-1150/+32143
|\|
| * Merge commit '85fa3790ac9f67232f0e31e7f861c66ef0e0047e' into developobscuren2015-03-19399-1150/+32143
* | conversionsobscuren2015-03-181-5/+4
* | Fixed tests and bloomobscuren2015-03-181-8/+18
* | bloomobscuren2015-03-171-10/+15
* | Fixed VM & Tests w/ conversionobscuren2015-03-172-8/+2
* | Merge branch 'develop' into conversionobscuren2015-03-17121-960/+12698
|\|
| * Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into developobscuren2015-03-17121-960/+12698
* | fixed toobscuren2015-03-172-50/+65
* | updated blockpoolobscuren2015-03-171-14/+41
|/
* Moved ethutil => commonobscuren2015-03-164-39/+39
* mergeobscuren2015-03-151-0/+240
|\
| * tests: add helper functions for block testsFelix Lange2015-03-141-0/+240
* | Changed context and ADDMOD, MULMODobscuren2015-03-131-1/+1
* | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into developobscuren2015-03-1314-0/+1003
* | Removed some of that gas pre pay magicobscuren2015-03-131-2/+1
* | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into developobscuren2015-03-131-0/+71
* | run all testobscuren2015-03-131-6/+0
* | fixed ethtestobscuren2015-03-131-0/+6
* | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into developobscuren2015-03-1316-3/+932
|/
* Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into developobscuren2015-03-1223-421/+2568256
* Merge branch origin/develop into accounts-integrationFelix Lange2015-03-111-7/+0
|\
| * reworked stackobscuren2015-03-101-6/+0
| * wipobscuren2015-03-101-7/+6
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-3/+0
|/
* Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9obscuren2015-03-096-1080/+1890
* Updated tests and fixed suicideobscuren2015-03-091-0/+8
* Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9obscuren2015-03-0911-1893/+1150
* Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9obscuren2015-03-083-4/+723
* Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9obscuren2015-03-0635-3914/+18363
* mergeobscuren2015-03-061-4/+0
|\
| * Fix VM tests not checkedPaweł Bylica2015-03-051-4/+0
* | GasLimit check updatedobscuren2015-03-041-0/+5
* | Fixed error for invalid transactionobscuren2015-03-032-5/+5
* | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9obscuren2015-03-0313-135/+378
* | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457
* | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291
* | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9obscuren2015-03-0314-330/+312
* | Updated gast costsobscuren2015-03-031-3/+11
* | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9obscuren2015-03-0311-8233/+168
* | wupobscuren2015-03-031-7/+10
* | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9obscuren2015-03-037-89/+273
* | Delet => Deleteobscuren2015-03-031-8/+15
* | Fixed test helperobscuren2015-03-032-4/+4
* | Redone rlpobscuren2015-03-031-1/+1
* | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9obscuren2015-03-0320-552/+5276
* | quad memobscuren2015-03-032-7/+26
* | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9obscuren2015-03-039-150/+150
* | updated testsobscuren2015-03-031-13/+25
* | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739
* | removed testsobscuren2015-03-02194-2239402/+0
* | updated testsobscuren2015-03-0256-223/+18518
|/
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-2/+2
* tests/vm: add non-test Go fileFelix Lange2015-02-201-0/+3
* disabled testobscuren2015-02-141-0/+1
* Updated testsobscuren2015-02-047-3/+133
* Updated testsobscuren2015-02-0338-157/+6367
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-0/+1
* JitVM: the EVM JIT bridgePaweł Bylica2015-01-231-9/+9
* updated testsobscuren2015-01-2218-35/+502
* updated testsobscuren2015-01-1513-0/+2167175
* Updated testsobscuren2015-01-1416-0/+565
* Fixed consensus issueobscuren2015-01-131-1/+0
* updated testsobscuren2015-01-137-108/+248
* remove pre compiled for testsobscuren2015-01-132-6/+10
* updated testsobscuren2015-01-132-7/+10
* updated testsobscuren2015-01-126-0/+295
* updated testsobscuren2015-01-127-1/+240
* updated testsobscuren2015-01-126-15/+177
* Moved the TD method from block processor.obscuren2015-01-101-1/+1
* updated testsobscuren2015-01-1049-73/+5575
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-3/+3
* Refactored ethutil.Config.Db outobscuren2015-01-072-5/+6
* Updated testsobscuren2015-01-073-34/+416
* Updated testsobscuren2015-01-06234-10477/+11
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-3/+4
* Changed JUMP(I) behaviour.obscuren2015-01-031-1/+7
* Squashed commit of the following:obscuren2015-01-036-395/+4295
* Closure => Contextobscuren2015-01-021-3/+3
* Additional comments and added name to error outputobscuren2014-12-311-5/+3
* Merge branch 'develop' into poc8obscuren2014-12-311-5/+11
|\
| * Fixed gas check for vm testobscuren2014-12-311-5/+11
* | Merge branch 'develop' into poc8obscuren2014-12-311-46/+0
|\|
| * Additional checking on gasobscuren2014-12-311-46/+0
* | Merge branch 'develop' into poc8obscuren2014-12-30237-14/+10825
|\|
| * updated testsobscuren2014-12-30237-14/+10825
* | fixed trieobscuren2014-12-301-3/+3
|/
* Cleaned up objectsobscuren2014-12-191-2/+1
* Fixed testsobscuren2014-12-191-4/+0
* updated testsobscuren2014-12-191-4/+4
* Fixed refund modelobscuren2014-12-191-4/+4
* updated testsobscuren2014-12-192-1/+277
* Gas corrections and vm fixesobscuren2014-12-192-6/+57
* updated testsobscuren2014-12-185-148/+1547
* updated testsobscuren2014-12-134-6255/+7294
* Squashed commit of the following:obscuren2014-12-124-31/+75
* changed to unsigned integersobscuren2014-12-101-7/+19
* updated testsobscuren2014-12-1014-783/+8344
* Log is now interfaceobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-6/+6
* Renames for chain, updated VM, moved methodsobscuren2014-12-042-4/+4
* Moved execution from vm to chain.obscuren2014-12-042-152/+58
* mergeobscuren2014-12-032-14/+43
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-032-14/+43
* | merge errors fixedobscuren2014-12-0219-335/+9560
|\|
| * Check for known block err and ignoreobscuren2014-12-021-2/+0
| * updated testsobscuren2014-12-024-0/+120
| * Added state testsobscuren2014-12-022-5/+79
| * Fixed EXP gasobscuren2014-12-021-13/+1
| * Make an attempt to pay for the gas prior to expanding the mem.obscuren2014-12-021-1/+4
| * Updated testsobscuren2014-12-0216-335/+9242
* | try to get full coverage report on travisTaylor Gerring2014-11-151-132/+133
|/
* Fixes for the log methodobscuren2014-11-121-1/+1
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-1212-204/+3848
* Moved ethtest to cmdobscuren2014-11-103-3344/+0
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-051-1/+5
* Squashed commit of the following:obscuren2014-11-0520-2954/+2155
* added dbobscuren2014-11-041-0/+1
* chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
* all: fix rename breakageFelix Lange2014-11-015-31/+31
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-236-13/+13
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-231-1/+2
* Update to HEAD testsobscuren2014-10-2311-314/+5
* Updated the VM & VM testsobscuren2014-10-233-4/+4
* Updated tests-subtreeobscuren2014-10-2214-2/+446
* added a transfer method to vm envobscuren2014-10-222-6/+5
* Renamed block_chain to chain_managerobscuren2014-10-201-5/+4
* movedobscuren2014-10-1922-9/+9
* Added tests as subtreeobscuren2014-10-1922-20/+13365
* Readersobscuren2014-10-193-27/+44
* Reflect changed to eth/vmobscuren2014-10-182-4/+4
* tests/vm: fix syntaxFelix Lange2014-10-171-5/+0
* ethvm, tests/*: use log level constantsFelix Lange2014-10-172-1/+5
* arith testobscuren2014-10-171-0/+3239
* Quick dirty peer updateobscuren2014-10-171-1/+1
* added eth testerobscuren2014-10-172-0/+104
* Fixed most of the testsobscuren2014-10-173-23/+49
* Updated testsobscuren2014-10-162-15/+34
* Fixed remote Arithmetic testsobscuren2014-10-154-19/+32
* Working on test suiteobscuren2014-10-157-0/+228