aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/validator.go
Commit message (Expand)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-201-161/+0
* core: refine governance interface to reduce Get* methods (#114)Wei-Ning Huang2018-09-181-2/+2
* core: remove ticker parameter from NewConsensusMission Liao2018-09-181-2/+1
* core: move blockdb into core package and minor change on governance interface...Wei-Ning Huang2018-09-171-1/+1
* test: add transport layer (#97)Mission Liao2018-09-101-4/+4
* core: BA-based consensus core. (#93)Jimmy Hu2018-09-041-1/+2
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-4/+6
* Use Network in Consensus core (#85)Jimmy Hu2018-08-311-1/+1
* core: Change the lattice key from validatorID to chainID. (#83)Jimmy Hu2018-08-301-1/+21
* core: tune performance (#73)Mission Liao2018-08-281-0/+1
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-11/+18
* test: add test.Scheduler (#58)Mission Liao2018-08-151-0/+131