aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/dexcon/fake_dexcon.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: sync to latest core (#320)Jimmy Hu2019-04-091-9/+1
| | | | | | | | * vendor: sync to latest core * dex, core: fix conflict x
* core: vm: flatten governanceWei-Ning Huang2019-04-091-1/+7
|
* core, dex/downloader: polish headers verification and blocks insertion logic ↵Sonic2019-04-091-0/+300
(#168) Refactor GenerateDexonChain function, move governance tx logic to the user of GenerateDexonChain (testchain_test.go) and move fake node set code to FakeDexcon.