From d929c634749c3c2db9f3290e635a763eba211656 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 9 Jun 2014 22:23:33 +0200 Subject: bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c32b51037..104e4725c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ethereum Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 5.0 RC11. +Current state: Proof of Concept 5.0 RC12. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). -- cgit https://phantom.tfcis.org/~lantw44/git/go-tangerine' title='go-tangerine Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* core/types: make blocks immutableFelix Lange2015-06-301-6/+5
* core/types: make transactions immutableFelix Lange2015-06-301-23/+22
* 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-19