aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: updates testadataWei-Ning Huang2019-04-093-7/+7
* tests: fix testsWei-Ning Huang2019-04-091-2/+2
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2019-04-091-0/+0
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-0918-68/+68
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2019-04-091-0/+0
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-084-21/+25
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-304-9/+39
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-292-0/+9
* tests: Add flag to use EVMC for state tests (#18084)Paweł Bylica2018-11-261-1/+12
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-151-1/+1
* tests: update tests, implement no-pow blocks (#17902)Martin Holst Swende2018-10-165-29/+26
* tests: use non-constantinople ropsten for difficulty tests (#17850)Martin Holst Swende2018-10-061-3/+16
* tests: do not exit early on log hash mismatch (#17844)Martin Holst Swende2018-10-051-3/+3
* tests: update slow test lists, skip on windows/386 (#17758)Felix Lange2018-09-294-15/+28
* Merge pull request #17383 from holiman/eip1283Péter Szilágyi2018-09-211-0/+4
|\
| * tests: disable constantinople statetestsMartin Holst Swende2018-09-191-0/+4
* | all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
|/
* core/vm, tests: update tests, enable constantinople statetests, fix SAR opcod...Martin Holst Swende2018-09-045-7/+25
* tests: enable the Constantinople fork definitionPéter Szilágyi2018-08-011-0/+10
* params: fix golint warnings (#16853)kiel barry2018-06-054-11/+12
* all: get rid of error when creating memory database (#16716)gary rong2018-05-093-5/+3
* tests: golint fixes for tests directory (#16640)Eli2018-05-024-10/+8
* core: remove stray account creations in state transition (#16470)Felix Lange2018-04-101-1/+0
* core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-281-6/+0
* all: update license information (#16089)Felix Lange2018-02-146-6/+4
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-062-4/+4
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-1/+1
* all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-084-10/+10
* all: update generated code (#15808)Felix Lange2018-01-083-5/+5
* tests: update to upstream commit 2bb0c3da3b (#15806)Felix Lange2018-01-042-8/+5
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-036-34/+34
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-212-3/+3
* all: gofmt -w -s (#15419)ferhat elmas2017-11-082-10/+10
* tests: add ethash difficulty tests (#15191)Martin Holst Swende2017-09-276-8/+234
* params: Updated finalized gascosts for ECMUL/MODEXP (#15135)Martin Holst Swende2017-09-143-3/+9
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-142-19/+19
* cmd/evm: adds ability to run individual state test file (#14998)Martin Holst Swende2017-09-052-7/+8
* core/vm: Make MaxCodesize non-retroactive (#15072)Martin Holst Swende2017-09-041-2/+0
* core, tests: implement Metropolis EIP 684Péter Szilágyi2017-08-253-3/+0
* Merge pull request #15028 from karalabe/metropolis-iceagePéter Szilágyi2017-08-255-116/+26
|\
| * consensus, core, tests: implement Metropolis EIP 649Péter Szilágyi2017-08-245-116/+26
* | core/state: revert metro suicide map addition (#15024)Péter Szilágyi2017-08-241-1/+0
|/
* Merge pull request #15014 from rjl493456442/metropolis-eip658Péter Szilágyi2017-08-233-4/+5
|\
| * tests: pull in new test suite, enable most block testsPéter Szilágyi2017-08-222-3/+4
| * core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+1
* | tests: enable Byzantium state tests for CIPéter Szilágyi2017-08-221-2/+2
|/
* Merge pull request #14983 from karalabe/metropolis-revertPéter Szilágyi2017-08-211-0/+3
|\
| * tests: skip the bad tests from colliding account touchesPéter Szilágyi2017-08-171-0/+3
* | core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
|/
* tests: pull in latest tests from upstreamPéter Szilágyi2017-08-161-0/+0
* tests: update tests, use blockchain test "network" fieldFelix Lange2017-08-116-84/+110
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-11895-2505399/+1466
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-042-25/+25
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-273-41/+18
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-3/+2
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-1/+1
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-2/+2
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-274-18/+22
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-235-16/+16
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-233-18/+19
* tests: cleanup tester blockchain after test run (#3692)Péter Szilágyi2017-02-201-0/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-143-5/+5
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-134-6/+6
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-023-5/+5
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+2
* tests: unskip testJeffrey Wilcke2017-01-121-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-074-6/+6
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-074-10/+4
* core/vm: move Log to core/typesFelix Lange2017-01-063-7/+8
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-055-20/+19
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-063-164/+63
* tests: update from github.com/ethereum/tests @ f21c49dc816eFelix Lange2016-11-2531-1065/+1799
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-253-29/+119
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-1/+1
* tests: updatedJeffrey Wilcke2016-11-14155-56656/+55466
* core/types, params: EIP#155Jeffrey Wilcke2016-11-134-34/+12
* tests: added new EIP158 testsJeffrey Wilcke2016-11-13731-1158/+84508
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-136-204/+215
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-1527-42/+76970
* Merge pull request #3094 from fjl/tests-updateFelix Lange2016-10-06745-65640/+188442
|\
| * tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-06745-65640/+188442
* | core/state: implement reverts by journaling all changesFelix Lange2016-10-063-48/+26
|/
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-012-3/+5
* core/state: track all accounts in canon stateFelix Lange2016-09-263-15/+14
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-10/+0
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-152-238/+7012
* core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-155-35/+1870
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-0/+1
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-1/+0
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+1
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-2/+2
* eth: enable bad block reportsFelix Lange2016-05-251-7/+0
* all: fix go vet warningsFelix Lange2016-04-152-2/+2
* all: update license informationFelix Lange2016-04-154-4/+4
* tests: remove eth, node, accounts dependenciesFelix Lange2016-04-121-42/+17
* core: added basic chain configurationJeffrey Wilcke2016-04-017-189/+221
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-242-4/+8
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* Merge pull request #2260 from karalabe/ethash-cache-fixesPéter Szilágyi2016-02-241-0/+1
|\
| * Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-241-0/+1
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
|/
* core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-181-0/+3
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+9
* tests: updated homestead testsJeffrey Wilcke2016-02-18800-11178/+181716
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1827-9136/+23458
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-15/+8
* Update common test filesGustav Simonsson2015-11-203-39/+865
* tests: fix data race in bad-block-report disabling during testsPéter Szilágyi2015-11-051-2/+5
* cmd/utils, crypto: add --lightkdf flag for lighter KDFDrake Burroughs2015-10-291-1/+1
* tests: update JSON files, add new wrappersGustav Simonsson2015-10-2326-4809/+21810
* core, tests: get_hash fixJeffrey Wilcke2015-10-211-7/+5
* core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-5/+3
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-163-28/+31
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-3/+3
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-4/+4
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-044-32/+27
* Merge pull request #1405 from fjl/lean-trieJeffrey Wilcke2015-10-012-10/+10
|\
| * core, core/state: batch-based state syncFelix Lange2015-09-232-10/+10
* | tests: add test for StateTests/stCallCodes.jsonGustav Simonsson2015-09-213-1/+6807
|/
* tests: use lastblockhash field to validate reorgs and block headersGustav Simonsson2015-09-181-41/+49
* tests: update common test wrappers and test filesGustav Simonsson2015-09-187-424/+13102
* all: move common.Database to package ethdbFelix Lange2015-09-152-2/+3
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-3/+2
* Add TestBcForkUncleTests and update JSON filesGustav Simonsson2015-08-31750-1865/+2305
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-254-7/+327
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-212-152/+772
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-124-12/+12
* Merge pull request #1604 from obscuren/db-mergeJeffrey Wilcke2015-08-091-1/+1
|\
| * core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-1/+1
* | core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-1/+1
* | core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-7/+7
* | core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-074-1/+160
|/
* 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-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