Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dex: replace total difficulty with block number (#73) | Sonic | 2019-06-12 | 1 | -54/+51 |
| | | | | | | | 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 tests | Sonic | 2019-06-12 | 1 | -224/+45 |
| | |||||
* | dex: copy fetcher and downloader from eth | Sonic | 2019-06-12 | 1 | -0/+1481 |