aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test
Commit message (Expand)AuthorAgeFilesLines
* core: find block in db (#174)Mission Liao2018-10-051-1/+4
* test: Short test applied to some long running tests (#168)Jimmy Hu2018-10-041-1/+5
* core: publish round based config (#165)Mission Liao2018-10-031-0/+2
* core: remove shard (#161)Mission Liao2018-10-021-7/+7
* core: replace reliable-broadcast with shard (#159)Mission Liao2018-10-022-5/+3
* core: integrate authenticator (#150)Mission Liao2018-09-301-1/+1
* core: hide types.NodeID from full node. (#147)Mission Liao2018-09-282-18/+12
* core: update governance interface and config (#145)Wei-Ning Huang2018-09-272-3/+3
* crypto: sigtopub to crypto package. remove SigToPubFn (#141)Jimmy Hu2018-09-261-2/+0
* core: move crypto to core/crypto (#140)Mission Liao2018-09-262-3/+3
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-252-3/+3
* Fix naming of methods (#134)Mission Liao2018-09-251-1/+1
* core: add debug (#133)Mission Liao2018-09-251-1/+2
* core: add shard (#127)Mission Liao2018-09-213-78/+81
* Rename validator* to node* (#120)Mission Liao2018-09-206-82/+82
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-2/+2
* core: refine governance interface to reduce Get* methods (#114)Wei-Ning Huang2018-09-182-4/+4
* core: remove ticker parameter from NewConsensusMission Liao2018-09-182-3/+4
* core: move blockdb into core package and minor change on governance interface...Wei-Ning Huang2018-09-173-3/+3
* core: DKG interface (#108)Jimmy Hu2018-09-171-0/+5
* test: add transport layer (#97)Mission Liao2018-09-105-63/+9
* 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-312-1/+43
* 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-216-46/+348
* test: add test.Scheduler (#58)Mission Liao2018-08-153-0/+265