aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-041-20/+11
* core: resetDKG interface (#461)Jimmy Hu2019-03-041-18/+57
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-261-3/+3
* core: switch round by block height (#450)Mission Liao2019-02-201-13/+4
* core: Fix rlp encode/decode for DKGComplaint. (#441)Jimmy Hu2019-02-091-1/+4
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-20/+12
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-5/+34
* test: allow to log in test.State (#359)Mission Liao2018-12-061-8/+7
* simulation: use test.Governacne in simulation (#311)Mission Liao2018-11-081-0/+3
* test: make StateChangeRequest broadcast-able (#305)Mission Liao2018-11-071-25/+73
* core: Remove max block interval (#287)Jimmy Hu2018-11-021-2/+0
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-11/+11
* test: clone types.Config, test.Governance, test.State (#262)Mission Liao2018-10-261-11/+93
* core: Move dkg in types to types/dkg. (#253)Jimmy Hu2018-10-251-10/+11
* test: add test.State (#239)Mission Liao2018-10-241-0/+277