aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test
Commit message (Expand)AuthorAgeFilesLines
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-042-4/+4
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-262-9/+9
* core: switch round by block height (#450)Mission Liao2019-02-202-23/+24
* big-bang: single chain (#446)Mission Liao2019-02-197-994/+26
* integration_test: Add a byzantine test (#447)Jimmy Hu2019-02-151-0/+183
* core: remove Governance.NotifyRoundHeight (#431)Mission Liao2019-01-242-4/+4
* core: fix issue (#427)Mission Liao2019-01-211-3/+0
* core: Fix BA3.0 (#420)Jimmy Hu2019-01-151-1/+1
* syncer: fix issues when switching to core.Consensus (#418)Mission Liao2019-01-111-3/+5
* core: fix issues in consensus core (#415)Jimmy Hu2019-01-101-2/+9
* simulation: add latency for gossip (#389)Mission Liao2019-01-031-5/+6
* sync: filter duplicated randomness (#387)Mission Liao2018-12-281-1/+1
* Fix: consensusTimestamp panic when numChains increased at round 1(#382)Mission Liao2018-12-271-3/+8
* test: add witness preparation/verification (#386)Mission Liao2018-12-271-0/+4
* core: fix stuffs (#383)Mission Liao2018-12-261-51/+19
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-1/+1
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-11/+15
* syncer: fix stuffs (#373)Mission Liao2018-12-181-2/+7
* db: cache compaction chain tip in db (#369)Mission Liao2018-12-131-0/+1
* db: rename blockdb to db (#367)Mission Liao2018-12-133-21/+21
* syncer: fix stuffs (#366)Mission Liao2018-12-121-1/+7
* ci: Add TravisCI setting. (#363)Jimmy Hu2018-12-081-6/+25
* test: allow to log in test.State (#359)Mission Liao2018-12-063-6/+20
* core: construct consensus from syncer (#352)Mission Liao2018-12-041-20/+47
* core: syncer: add syncer (#346)haoping-ku2018-11-294-9/+257
* core: remove StronglyAcked (#347)Mission Liao2018-11-292-15/+14
* core: support NumChains change for BA modules (#339)Mission Liao2018-11-202-15/+103
* test: fix network (#328)Mission Liao2018-11-151-1/+3
* utils: add utils package (#327)Mission Liao2018-11-141-1/+2
* core: expose implicit round shift (#321)Mission Liao2018-11-133-4/+11
* test: add integration test (#315)Mission Liao2018-11-112-5/+144
* core: lattice-data: fix details and add test (#299)haoping-ku2018-11-061-0/+1
* core: block deliver with position (#289)Mission Liao2018-11-021-1/+1
* Rename repo to dexon-consensusWei-Ning Huang2018-11-026-30/+30
* core: core.Lattice supports config change (#276)Mission Liao2018-11-015-117/+428
* test: Handle blocks that should retry sanity check later. (#267)Mission Liao2018-10-272-14/+36
* core: Leader selector will retry sanityCheck (#261)Jimmy Hu2018-10-261-1/+1
* core: lattice sync (#257)Jimmy Hu2018-10-251-21/+15
* test: add test.State (#239)Mission Liao2018-10-241-5/+7
* core: reduce calls to Application.VerifyBlock (#247)Mission Liao2018-10-241-1/+1
* core: initial commit for logger (#228)Mission Liao2018-10-191-1/+2
* core: Some sync functions (#220)Jimmy Hu2018-10-171-1/+1
* core: genesis consensus timestamp (#217)Mission Liao2018-10-172-1/+3
* core: latticeData supports config change (#190)Mission Liao2018-10-121-2/+2
* core: change interface (#193)Mission Liao2018-10-111-1/+1
* 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