aboutsummaryrefslogtreecommitdiffstats
path: root/common/logger.go
Commit message (Collapse)AuthorAgeFilesLines
* core: fix stuffs (#401)Mission Liao2019-01-051-0/+15
| | | | | | | * Remove block recycling mechanism * Return directly when previous DKG is not finished. * Adjust some logging level * Skip pulling when hashes to pull is empty
* core: Fix stuffs (#354)Jimmy Hu2018-12-041-0/+32
| | | | | | - Add common.CustomLogger - CRS will wait for DKG to finish - Fix core.agreementMgr.processAgreementResult
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-5/+5
|
* core: initial commit for logger (#228)Mission Liao2018-10-191-0/+87
* Replace "log.*" with logger. * Add simple logger to log with log package. * Add debug logs to all calls to these interfaces: - core.Application - core.Governance - core.Network * Add Stringer to these types: - types.DKGComplaint - types.AgreementResult - types.DKGMasterPublicKey - types.DKGFinalize