aboutsummaryrefslogtreecommitdiffstats
path: root/dex/downloader/testchain_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dex: replace total difficulty with block number (#73)Sonic2019-04-091-12/+0
| | | | | | | In dexon, we don't "mine" and the blockchain won't and shouldn't fork, so there is no difficulty concept, just replace it with block number. Note: this commit only replace total difficulty related logic and code in dex, dex/downloader package.
* dex/downloader: fix testsSonic2019-04-091-18/+69
|
* dex: copy fetcher and downloader from ethSonic2019-04-091-0/+221