/benchmarks/scimark2c/

le='dexon' href='/~lantw44/cgit/dexon/'>dexon
DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-27