/net-mgmt/cowpatty/

header'> cgit logo index : dexon
DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* core, miner: added difficulty bombJeffrey Wilcke2015-08-051-0/+100
* tests: updatedJeffrey Wilcke2015-07-29751-8227/+8337
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-2812-12/+12
|\
| * all: fix license headers one more timeFelix Lange2015-07-2412-12/+12
* | core: 5 ether block rewardJeffrey Wilcke2015-07-251-0/+8
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-2312-40/+72
* tests: document RLP testsFelix Lange2015-07-171-4/+20
* cmd/ethtest, tests: add support for RLP JSON testsFelix Lange2015-07-173-0/+177
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-3/+2
* Unskip SimpleTx3, check err in pre/post state validationsGustav Simonsson2015-07-082-14/+33
* Update Ethereum JSON test files and wrappersGustav Simonsson2015-07-0812-1729/+1069
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-0710-0/+160
* cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-072-10/+12
* Add TestBcGasPricer, comments and unskip testsGustav Simonsson2015-07-062-8/+19
* Merge pull request #1400 from obscuren/badblock-reportingJeffrey Wilcke2015-07-061-0/+3
|\
| * core, miner, tests: added test, implemented bad block reportingJeffrey Wilcke2015-07-051-0/+3
* | Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-5/+0
|/
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-042-2/+2
* Update Ethereum JSON tests, skip failingGustav Simonsson2015-07-0320-4520/+1935
* Use uint64 for block header timestampGustav Simonsson2015-06-301-3/+3
* 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-28