aboutsummaryrefslogtreecommitdiffstats
path: root/tests/difficulty_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
|
* tests: update tests, implement no-pow blocks (#17902)Martin Holst Swende2018-10-161-15/+4
| | | | This commit updates our tests with the latest and greatest from ethereum/tests. It also contains implementation of NoProof for blockchain tests.
* tests: use non-constantinople ropsten for difficulty tests (#17850)Martin Holst Swende2018-10-061-3/+16
| | | This is a stopgap until new tests have been generated and imported.
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
| | | params: fix golint warnings
* all: update license information (#16089)Felix Lange2018-02-141-1/+0
|
* tests: add ethash difficulty tests (#15191)Martin Holst Swende2017-09-271-0/+87