aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/dexcon/fake_dexcon.go
Commit message (Collapse)AuthorAgeFilesLines
* import: switch consensus core to ↵Wei-Ning Huang2019-09-171-8/+8
| | | | gitlab.com/tangerine-network/tangerine-consensus
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-15/+15
|
* vendor: sync to latest core (#320)Jimmy Hu2019-06-151-9/+1
| | | | | | | | * vendor: sync to latest core * dex, core: fix conflict x
* core: vm: flatten governanceWei-Ning Huang2019-06-121-1/+7
|
* core, dex/downloader: polish headers verification and blocks insertion logic ↵Sonic2019-06-121-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.