aboutsummaryrefslogtreecommitdiffstats
path: root/core/governance.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: consider reset round when getting config state"Wei-Ning Huang2019-09-171-1/+1
* core: consider reset round when getting config stateWei-Ning Huang2019-09-171-1/+1
* core: add GovUtil to unify governance state related accessWei-Ning Huang2019-09-171-82/+56
* import: switch consensus core to gitlab.com/tangerine-network/tangerine-conse...Wei-Ning Huang2019-09-171-7/+7
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-12/+12
* core: implement DKG success (#362)Jimmy Hu2019-06-151-0/+9
* core: add cache for DKG MPK and complaint (#334)Wei-Ning Huang2019-06-151-16/+69
* dexcon: correctly fine DKGSet for not producing blocks (#325)Wei-Ning Huang2019-06-151-19/+27
* dex: rebuild connection if dkg reset, core/vm: fix gov (#308)Jimmy Hu2019-06-151-0/+4
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-06-151-18/+2
* consensus: dexcon: disqualify dead node (#280)Wei-Ning Huang2019-06-131-9/+102
* core: vm: automatically calculate notary set size (#276)Wei-Ning Huang2019-06-131-1/+1
* core: vm: add extra checks to prevent DKG spamming (#272)Wei-Ning Huang2019-06-121-4/+4
* core: vm: flatten governanceWei-Ning Huang2019-06-121-17/+51
* core: sync to latest core (#214)Jimmy Hu2019-06-121-6/+9
* core: Fixed gas price (#205)Jimmy Hu2019-06-121-0/+4
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-06-121-8/+6
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-06-121-2/+2
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-06-121-0/+8
* core: governance interface should return correct DKG master public keys (#85)Wei-Ning Huang2019-06-121-9/+1
* Fix lintWei-Ning Huang2019-06-121-2/+2
* core, dex, downloader: refactor governanceSonic2019-06-121-24/+60
* core: implement insert chain, headerchain logicSonic2019-06-121-0/+102