aboutsummaryrefslogtreecommitdiffstats
path: root/core/agreement_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core: reset CRS in leader selector by round (#286)Mission Liao2018-11-021-3/+2
|
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-8/+8
|
* core: Add PullVotes to Network. (#281)Jimmy Hu2018-10-311-9/+4
|
* core: Add a repeat vote state. (#280)Jimmy Hu2018-10-311-0/+43
|
* core: Pull block (#263)Jimmy Hu2018-10-261-9/+26
|
* core: Leader selector will retry sanityCheck (#261)Jimmy Hu2018-10-261-1/+3
|
* core: New dexon ba (#210)Jimmy Hu2018-10-161-9/+170
|
* core: Fix corner cases (#211)Jimmy Hu2018-10-161-0/+1
| | | | | | * leader selector will choose smaller hash if distance to crs is the same * Set initial value of aID in BA before start
* core: Block randomness generation. (#178)Jimmy Hu2018-10-081-1/+2
|
* core: run DKG and CRS at background. (#155)Jimmy Hu2018-10-021-1/+1
|
* core: integrate authenticator (#150)Mission Liao2018-09-301-19/+10
|
* core: remove legacy mode (#149)Mission Liao2018-09-281-9/+9
|
* core: hide types.NodeID from full node. (#147)Mission Liao2018-09-281-5/+6
| | | | | | | | | * Refine core.Governance interface - Remove types.NodeID from interface declaration. - All parameter should be round based. * Add core.NodeSetCache * Agreement accepts map of nodeID directly. * test.Transport.Peers method return public keys.
* core: rename crypto/eth to crypto/ecdsa (#144)Wei-Ning Huang2018-09-261-3/+3
|
* crypto: sigtopub to crypto package. remove SigToPubFn (#141)Jimmy Hu2018-09-261-2/+1
|
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-2/+2
| | | | | | | | | - Move key-holder to authenticator Make core.keyHolder public as core.Authenticator, it is not required to make this part an interface. - Make private when there is no need to go public. - Fix data race
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-1/+1
|
* Rename validator* to node* (#120)Mission Liao2018-09-201-16/+16
|
* misc: Polish BA. (#94)Jimmy Hu2018-09-051-3/+3
|
* core: BA-based consensus core. (#93)Jimmy Hu2018-09-041-0/+162