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
/
consensus.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Add block randomness in compaction-chain module (#179)
Jimmy Hu
2018-10-08
1
-3
/
+13
*
core: Block randomness generation. (#178)
Jimmy Hu
2018-10-08
1
-3
/
+66
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-2
/
+61
*
core: find block in db (#174)
Mission Liao
2018-10-05
1
-1
/
+4
*
core: Use event to run DKG and CRS in Consensus. (#171)
Jimmy Hu
2018-10-04
1
-40
/
+44
*
core: publish round based config (#165)
Mission Liao
2018-10-03
1
-1
/
+1
*
core: Add unit test for DKG CRS in consensus (#163)
Jimmy Hu
2018-10-03
1
-0
/
+5
*
core: remove shard (#161)
Mission Liao
2018-10-02
1
-11
/
+11
*
core: replace reliable-broadcast with shard (#159)
Mission Liao
2018-10-02
1
-171
/
+50
*
core: run DKG and CRS at background. (#155)
Jimmy Hu
2018-10-02
1
-16
/
+71
*
core: update data model to reflect new model (#157)
Wei-Ning Huang
2018-10-01
1
-64
/
+2
*
core: check block timestamp (#156)
Jimmy Hu
2018-10-01
1
-0
/
+10
*
core: use notarySet for BA module. (#153)
Jimmy Hu
2018-10-01
1
-32
/
+36
*
core: integrate authenticator (#150)
Mission Liao
2018-09-30
1
-45
/
+31
*
core: remove legacy mode (#149)
Mission Liao
2018-09-28
1
-25
/
+9
*
core: hide types.NodeID from full node. (#147)
Mission Liao
2018-09-28
1
-89
/
+50
*
core: update governance interface and config (#145)
Wei-Ning Huang
2018-09-27
1
-6
/
+11
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-14
/
+5
*
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
-1
/
+1
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-42
/
+35
*
core: update governance interface to consider genesis state (#136)
Wei-Ning Huang
2018-09-25
1
-52
/
+70
*
Fix naming of methods (#134)
Mission Liao
2018-09-25
1
-3
/
+3
*
core: add debug (#133)
Mission Liao
2018-09-25
1
-15
/
+13
*
core: run first DKG at startup. (#129)
Jimmy Hu
2018-09-23
1
-21
/
+163
*
core: add shard (#127)
Mission Liao
2018-09-21
1
-9
/
+9
*
core: refactor witness data processing flow (#124)
Wei-Ning Huang
2018-09-20
1
-10
/
+42
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-24
/
+24
*
core: rename Notary (Acks) to Witness (#118)
Wei-Ning Huang
2018-09-19
1
-15
/
+15
*
core: refine governance interface to reduce Get* methods (#114)
Wei-Ning Huang
2018-09-18
1
-15
/
+19
*
core: remove ticker parameter from NewConsensus
Mission Liao
2018-09-18
1
-8
/
+6
*
core: move blockdb into core package and minor change on governance interface...
Wei-Ning Huang
2018-09-17
1
-8
/
+8
*
cleanup (#109)
Mission Liao
2018-09-17
1
-27
/
+24
*
core: Fix BA Fork issues (#104)
Jimmy Hu
2018-09-13
1
-16
/
+16
*
core: replace acks with slice (#102)
Mission Liao
2018-09-12
1
-1
/
+0
*
core: types: use []byte for block Payload type (#101)
Wei-Ning Huang
2018-09-12
1
-2
/
+2
*
core: total ordering with chain ID (#100)
Mission Liao
2018-09-12
1
-1
/
+1
*
simulation: integrate test.Transport (#99)
Mission Liao
2018-09-11
1
-1
/
+0
*
core: timestamp (#98)
Jimmy Hu
2018-09-11
1
-8
/
+3
*
misc: Polish BA. (#94)
Jimmy Hu
2018-09-05
1
-5
/
+6
*
core: BA-based consensus core. (#93)
Jimmy Hu
2018-09-04
1
-27
/
+220
*
core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...
Jimmy Hu
2018-09-03
1
-6
/
+10
*
Add methods to Application interface. (#86)
Jimmy Hu
2018-08-31
1
-0
/
+1
*
Use Network in Consensus core (#85)
Jimmy Hu
2018-08-31
1
-0
/
+94
*
core: Add PreparePayloads to Application and Remove blockConverter interface....
Jimmy Hu
2018-08-30
1
-13
/
+8
*
core: Change the lattice key from validatorID to chainID. (#83)
Jimmy Hu
2018-08-30
1
-0
/
+1
*
core: tune total ordering performance (#81)
Mission Liao
2018-08-30
1
-1
/
+5
*
core: tune performance (#73)
Mission Liao
2018-08-28
1
-0
/
+4
*
core: Add vote type and add field to block. (#76)
Jimmy Hu
2018-08-28
1
-0
/
+5
*
core: Notary ack application. (#70)
Jimmy Hu
2018-08-22
1
-0
/
+4
*
core: Notary ack (#69)
Jimmy Hu
2018-08-21
1
-35
/
+13
*
core: NotaryAck interfaces. (#67)
Jimmy Hu
2018-08-20
1
-6
/
+22
*
core: Remove notary ack. (#64)
Jimmy Hu
2018-08-16
1
-22
/
+25
*
Verify consensus info and the acking's signature (#63)
Jimmy Hu
2018-08-16
1
-3
/
+29
*
core: Add compaction chain module. (#60)
Jimmy Hu
2018-08-16
1
-0
/
+9
*
core: Add a nonBlockingApplication. (#62)
Jimmy Hu
2018-08-15
1
-1
/
+1
*
core: Prepare Genesis block. (#54)
Jimmy Hu
2018-08-14
1
-8
/
+45
*
core: Sign block in Consensus.PrepareBlock. (#50)
Jimmy Hu
2018-08-13
1
-2
/
+33
*
core: Hash block in Consensus.PrepareBlock. (#46)
Jimmy Hu
2018-08-12
1
-0
/
+22
*
core: Modify Consensus interface (#45)
Jimmy Hu
2018-08-10
1
-3
/
+21
*
core: update governance interface and move K into config (#40)
Wei-Ning Huang
2018-08-10
1
-5
/
+2
*
core: Deliver only Hash to Application. (#43)
Jimmy Hu
2018-08-10
1
-2
/
+6
*
core: Add Consensus to replace core.Blocklattice (#35)
Mission Liao
2018-08-08
1
-0
/
+130