index
:
tangerine-consensus
master
Tangerine consensus algorithm (https://github.com/tangerine-network/tangerine-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
*
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