index
:
dexon-consensus
dexon-classic
jimmy-check-deliver
jimmy-intf
jimmy-verify-timeout
master
mission-agreement-cache
mission-tmp
mission-vote-x
testnet
wip/lantw/license-makefile-shell-scripts
DEXON consensus algorithm (https://github.com/dexon-foundation/dexon-consensus)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
configuration-chain.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: fix dkg complaint handling (#578)
v1.0.0
Jimmy Hu
2019-04-25
1
-6
/
+6
*
core: Add DKGSuccess (#569)
Jimmy Hu
2019-04-15
1
-0
/
+1
*
core: add reset to db.PutDKGPrivateKey (#560)
Jimmy Hu
2019-04-10
1
-3
/
+6
*
core: try to recover dkg private key from db (#558)
Jimmy Hu
2019-04-10
1
-20
/
+42
*
core: run TSig forever when ForceSync (#554)
Jimmy Hu
2019-04-08
1
-4
/
+3
*
core: optimize message handle (#542)
Jimmy Hu
2019-04-02
1
-0
/
+11
*
core: run dkg by height (#527)
Jimmy Hu
2019-03-29
1
-48
/
+67
*
core: merge notarySet and DKGSet (#488)
Jimmy Hu
2019-03-27
1
-15
/
+17
*
core: refine DKG aborting (#512)
Mission Liao
2019-03-23
1
-6
/
+7
*
core: abort hang DKG (#508)
Mission Liao
2019-03-22
1
-91
/
+104
*
core: abort hang dkg (#500)
Mission Liao
2019-03-19
1
-52
/
+181
*
core: snapshot DKG protocol struct when finish any phase (#496)
bojie
2019-03-18
1
-50
/
+140
*
dkg: add reset field (#492)
Mission Liao
2019-03-17
1
-11
/
+30
*
core: recover DKG master private shares (#487)
bojie
2019-03-13
1
-0
/
+6
*
core: recoverDKGInfo return partial result (#485)
Jimmy Hu
2019-03-12
1
-21
/
+46
*
core: split GroupPublicKey and NodePublicKeys (#484)
Jimmy Hu
2019-03-12
1
-24
/
+24
*
core: move some dkg utils (#476)
Mission Liao
2019-03-11
1
-14
/
+12
*
core: polish dkg for recovery (#443)
Jimmy Hu
2019-02-13
1
-5
/
+0
*
misc: Add gosec to check security issues (#424)
Jimmy Hu
2019-01-18
1
-2
/
+8
*
core: fix ci fail (#404)
Mission Liao
2019-01-05
1
-2
/
+1
*
core: fix stuffs (#401)
Mission Liao
2019-01-05
1
-0
/
+2
*
core: stop leaking timer (#394)
wmin0
2019-01-03
1
-0
/
+2
*
core: fix stuffs (#383)
Mission Liao
2018-12-26
1
-2
/
+2
*
utils: move authenticator to utils package (#378)
Mission Liao
2018-12-22
1
-2
/
+2
*
core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)
Jimmy Hu
2018-12-19
1
-3
/
+31
*
misc: panic not ready (#374)
Mission Liao
2018-12-18
1
-1
/
+2
*
core: cache dkg's private key in db (#371)
Mission Liao
2018-12-16
1
-27
/
+76
*
core: Fix a bug of DKGNackComplaints (#370)
Jimmy Hu
2018-12-14
1
-3
/
+3
*
core: fix bugs found when node-set is not equal to notary-set (#362)
Mission Liao
2018-12-07
1
-13
/
+12
*
core: Handle issues if DKG/CRS is already finished (#334)
Jimmy Hu
2018-11-18
1
-4
/
+17
*
core: Add timeout to TSig (#330)
Jimmy Hu
2018-11-15
1
-1
/
+12
*
utils: add utils package (#327)
Mission Liao
2018-11-14
1
-2
/
+3
*
core: Fix dkg and CRS signature (#294)
Jimmy Hu
2018-11-05
1
-12
/
+51
*
Rename repo to dexon-consensus
Wei-Ning Huang
2018-11-02
1
-9
/
+9
*
core: Fix goroutine leaks (#270)
Jimmy Hu
2018-10-29
1
-1
/
+7
*
core: Move dkg in types to types/dkg. (#253)
Jimmy Hu
2018-10-25
1
-6
/
+7
*
core: fix uninitialized variable in configuration chain (#238)
Wei-Ning Huang
2018-10-22
1
-0
/
+1
*
core: initial commit for logger (#228)
Mission Liao
2018-10-19
1
-8
/
+28
*
core: Rebroadcast agreement and randomness result. (#218)
Jimmy Hu
2018-10-17
1
-10
/
+20
*
core: Add DKG final message. (#181)
Jimmy Hu
2018-10-09
1
-1
/
+13
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-25
/
+27
*
core: Export DKGGroupPublicKey and its verify function (#160)
Jimmy Hu
2018-10-02
1
-4
/
+4
*
core: run DKG and CRS at background. (#155)
Jimmy Hu
2018-10-02
1
-9
/
+34
*
test: Non-qualified node are accepted in test. (#154)
Jimmy Hu
2018-10-01
1
-1
/
+1
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-10
/
+6
*
core: move crypto to core/crypto (#140)
Mission Liao
2018-09-26
1
-1
/
+1
*
core: configuration chain test (#137)
Jimmy Hu
2018-09-26
1
-4
/
+4
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-0
/
+239