aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state.go
Commit message (Expand)AuthorAgeFilesLines
* core: Add DKGSuccess (#569)Jimmy Hu2019-04-151-2/+63
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-271-11/+0
* core: reset DKG (#502)Mission Liao2019-03-201-7/+4
* dkg: add reset field (#492)Mission Liao2019-03-171-3/+27
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-041-1/+7
* core: resetDKG interface (#461)Jimmy Hu2019-03-041-0/+44
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-261-3/+3
* core: switch round by block height (#450)Mission Liao2019-02-201-43/+4
* core: Fix BA3.0 (#420)Jimmy Hu2019-01-151-1/+1
* test: allow empty change request (#398)Jimmy Hu2019-01-041-0/+3
* simulation: support config change (#381)Mission Liao2018-12-261-2/+5
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-6/+6
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-0/+73
* core: fix bugs found when node-set is not equal to notary-set (#362)Mission Liao2018-12-071-0/+5
* test: allow to log in test.State (#359)Mission Liao2018-12-061-14/+11
* test: Fix for state (#349)Jimmy Hu2018-11-291-3/+23
* simulation: use test.Governacne in simulation (#311)Mission Liao2018-11-081-3/+5
* test: make StateChangeRequest broadcast-able (#305)Mission Liao2018-11-071-253/+142
* core: Remove max block interval (#287)Jimmy Hu2018-11-021-1/+0
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-10/+10
* test: integrate state to gov (#275)Mission Liao2018-10-301-0/+15
* test: clone types.Config, test.Governance, test.State (#262)Mission Liao2018-10-261-19/+308
* core: Move dkg in types to types/dkg. (#253)Jimmy Hu2018-10-251-28/+29
* test: add test.State (#239)Mission Liao2018-10-241-0/+575