aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils
Commit message (Collapse)AuthorAgeFilesLines
* core/utils: Add Penalty checker and VerifyDKGComplaint (#393)Jimmy Hu2019-01-044-0/+513
| | | | | | | | | | * Add Util for checking penalty * Add VerifyDKGComplaints * Fixup and rename * Happy New Year!
* utils: move authenticator to utils package (#378)Mission Liao2018-12-224-0/+815
|
* misc: panic not ready (#374)Mission Liao2018-12-181-0/+61
| | | | | | | | | | | | | | | | * Panic when config/crs not ready For those calls to Governace.Configuration and Governance.CRS without checking returns, replace those calls with these newly added helpers: - utils.GetConfigurationWithPanic - utils.GetCRSWithPanic They would check returns, and panic directly if not ready yet. * Fix a bug that config is not ready when syncing
* core: fix bugs found when node-set is not equal to notary-set (#362)Mission Liao2018-12-071-6/+13
|
* utils: add utils package (#327)Mission Liao2018-11-142-0/+351