aboutsummaryrefslogtreecommitdiffstats
path: root/dex/recovery_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
|
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-06-121-0/+43
* dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix