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
/
dkg-tsig-protocol.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: optimize dkg protocol (#582)
HEAD
master
Jimmy Hu
2019-05-06
1
-2
/
+17
*
core: fix dkg complaint handling (#578)
v1.0.0
Jimmy Hu
2019-04-25
1
-0
/
+3
*
core: Add DKGSuccess (#569)
Jimmy Hu
2019-04-15
1
-0
/
+11
*
core: fix rebroadcast anti nack complaint (#570)
Jimmy Hu
2019-04-15
1
-2
/
+5
*
core/crypto/dkg: concurrent access for gpk (#548)
Jimmy Hu
2019-04-04
1
-1
/
+1
*
core: optimize message handle (#542)
Jimmy Hu
2019-04-02
1
-1
/
+1
*
core: abort hang DKG (#508)
Mission Liao
2019-03-22
1
-0
/
+7
*
core: snapshot DKG protocol struct when finish any phase (#496)
bojie
2019-03-18
1
-21
/
+70
*
dkg: add reset field (#492)
Mission Liao
2019-03-17
1
-4
/
+69
*
core: recover DKG master private shares (#487)
bojie
2019-03-13
1
-0
/
+30
*
core: split GroupPublicKey and NodePublicKeys (#484)
Jimmy Hu
2019-03-12
1
-9
/
+9
*
core: move some dkg utils (#476)
Mission Liao
2019-03-11
1
-116
/
+12
*
core: check if self's privateShare match MPK registered (#474)
Jimmy Hu
2019-03-10
1
-0
/
+32
*
big-bang: single chain (#446)
Mission Liao
2019-02-19
1
-0
/
+2
*
core: polish dkg for recovery (#443)
Jimmy Hu
2019-02-13
1
-0
/
+10
*
core: fix DKG bug (#435)
Jimmy Hu
2019-01-27
1
-0
/
+1
*
misc: Add gosec to check security issues (#424)
Jimmy Hu
2019-01-18
1
-3
/
+4
*
core/utils: Add Penalty checker and VerifyDKGComplaint (#393)
Jimmy Hu
2019-01-04
1
-5
/
+1
*
utils: move authenticator to utils package (#378)
Mission Liao
2018-12-22
1
-10
/
+4
*
core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)
Jimmy Hu
2018-12-19
1
-0
/
+10
*
misc: panic not ready (#374)
Mission Liao
2018-12-18
1
-1
/
+2
*
core: Fix a bug of DKGNackComplaints (#370)
Jimmy Hu
2018-12-14
1
-4
/
+9
*
Rename repo to dexon-consensus
Wei-Ning Huang
2018-11-02
1
-10
/
+10
*
core: Create an interface for TSigVerifierCache (#273)
Jimmy Hu
2018-10-30
1
-7
/
+24
*
core: Move dkg in types to types/dkg. (#253)
Jimmy Hu
2018-10-25
1
-23
/
+24
*
core: add round parameter to ProposeCRS method (#244)
Wei-Ning Huang
2018-10-23
1
-0
/
+7
*
core: sync compaction chain (#222)
Jimmy Hu
2018-10-18
1
-0
/
+85
*
core: Change DKG threshold (#204)
Jimmy Hu
2018-10-15
1
-2
/
+2
*
core: Add DKG final message. (#181)
Jimmy Hu
2018-10-09
1
-0
/
+10
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-8
/
+5
*
core: Prevent duplicated nack complaint (#162)
Jimmy Hu
2018-10-03
1
-1
/
+9
*
core: Export DKGGroupPublicKey and its verify function (#160)
Jimmy Hu
2018-10-02
1
-7
/
+10
*
test: Non-qualified node are accepted in test. (#154)
Jimmy Hu
2018-10-01
1
-3
/
+3
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-11
/
+5
*
core: move crypto to core/crypto (#140)
Mission Liao
2018-09-26
1
-2
/
+2
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-3
/
+16
*
core: run first DKG at startup. (#129)
Jimmy Hu
2018-09-23
1
-0
/
+5
*
core: add anti-complaint and nack-complaint to dkg protocol (#123)
Jimmy Hu
2018-09-21
1
-21
/
+98
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-28
/
+28
*
core: Nack Complaint (#116)
Jimmy Hu
2018-09-19
1
-0
/
+20
*
core:DKG and TSIG protocol (#115)
Jimmy Hu
2018-09-19
1
-0
/
+341