aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/governance.go
Commit message (Expand)AuthorAgeFilesLines
* core: Add DKGSuccess (#569)Jimmy Hu2019-04-151-2/+30
* core: clean TODOs (#539)Mission Liao2019-04-011-4/+5
* core: workaround for GetRoundHeight (#526)Jimmy Hu2019-03-281-0/+3
* core: workaround for GetRoundHeight (#523)Jimmy Hu2019-03-271-1/+2
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-271-3/+3
* core: remove initRoundBeginHeight paramenterMission Liao2019-03-221-2/+27
* core: reset DKG (#502)Mission Liao2019-03-201-5/+24
* core: remove round from addDKG fuction (#501)Jimmy Hu2019-03-191-18/+4
* core: add GetRoundHeight interface (#493)Wei-Ning Huang2019-03-171-0/+5
* test: prohibit dkg (#489)Mission Liao2019-03-141-0/+41
* core: resetDKG interface (#461)Jimmy Hu2019-03-041-0/+21
* core: switch round by block height (#450)Mission Liao2019-02-201-1/+1
* core: remove Governance.NotifyRoundHeight (#431)Mission Liao2019-01-241-2/+3
* misc: Add gosec to check security issues (#424)Jimmy Hu2019-01-181-1/+3
* core: add fork reporting interface to governance (#402)Wei-Ning Huang2019-01-051-0/+8
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-0/+29
* test: allow to log in test.State (#359)Mission Liao2018-12-061-7/+2
* core: support NumChains change for BA modules (#339)Mission Liao2018-11-201-1/+11
* test: fix network (#328)Mission Liao2018-11-151-10/+0
* core: expose implicit round shift (#321)Mission Liao2018-11-131-5/+15
* test: implement pulling in network layer (#314)Mission Liao2018-11-091-0/+10
* simulation: use test.Governacne in simulation (#311)Mission Liao2018-11-081-17/+58
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-10/+10
* test: integrate state to gov (#275)Mission Liao2018-10-301-9/+68
* test: clone types.Config, test.Governance, test.State (#262)Mission Liao2018-10-261-12/+79
* core: Move dkg in types to types/dkg. (#253)Jimmy Hu2018-10-251-5/+6
* test: add test.State (#239)Mission Liao2018-10-241-115/+84
* core: add round parameter to ProposeCRS method (#244)Wei-Ning Huang2018-10-231-1/+1
* core: modify interface (#194)Mission Liao2018-10-121-0/+4
* core: Add round to DKG methods in gov. Change network interface name (#185)Jimmy Hu2018-10-091-3/+13
* core: Add DKG final message. (#181)Jimmy Hu2018-10-091-0/+25
* core: update config variable name grammar and remove configuration (#184)Wei-Ning Huang2018-10-081-2/+2
* core: Remove round from gov.ProposeCRS (#183)Jimmy Hu2018-10-081-4/+11
* core: remove NumWitnessSet in governance config (#167)Wei-Ning Huang2018-10-031-1/+0
* core: publish round based config (#165)Mission Liao2018-10-031-1/+0
* core: Add unit test for DKG CRS in consensus (#163)Jimmy Hu2018-10-031-1/+13
* core: Prevent duplicated nack complaint (#162)Jimmy Hu2018-10-031-0/+5
* core: replace reliable-broadcast with shard (#159)Mission Liao2018-10-021-9/+9
* core: remove ProposeThresholdSignature/GetThresholdSignature (#158)Wei-Ning Huang2018-10-021-19/+2
* core: run DKG and CRS at background. (#155)Jimmy Hu2018-10-021-4/+6
* core: use notarySet for BA module. (#153)Jimmy Hu2018-10-011-1/+8
* core: Add sizes of various nodeSets (#148)Jimmy Hu2018-09-281-6/+18
* core: hide types.NodeID from full node. (#147)Mission Liao2018-09-281-19/+10
* core: update governance interface and config (#145)Wei-Ning Huang2018-09-271-9/+13
* core: rename crypto/eth to crypto/ecdsa (#144)Wei-Ning Huang2018-09-261-2/+2
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-2/+2
* Fix race (#138)Jimmy Hu2018-09-261-1/+16
* core: run TSIG for first configuration block at startup (#135)Jimmy Hu2018-09-261-0/+15
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-8/+9
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-3/+6
* core: add shard (#127)Mission Liao2018-09-211-2/+7
* Rename validator* to node* (#120)Mission Liao2018-09-201-14/+14
* core: refine governance interface to reduce Get* methods (#114)Wei-Ning Huang2018-09-181-49/+23
* core: remove ticker parameter from NewConsensusMission Liao2018-09-181-18/+18
* core: move blockdb into core package and minor change on governance interface...Wei-Ning Huang2018-09-171-2/+7
* core: DKG interface (#108)Jimmy Hu2018-09-171-0/+35
* Add GetChainNumber to Goverance (#92)Jimmy Hu2018-09-031-0/+5
* core: minor change to governance interface (#90)Wei-Ning Huang2018-09-031-5/+0
* core: Leader Selector. (#80)Jimmy Hu2018-08-301-0/+10
* test: add test.Scheduler (#58)Mission Liao2018-08-151-0/+21
* core: Prepare Genesis block. (#54)Jimmy Hu2018-08-141-5/+13
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-0/+73