| Commit message (Expand) | Author | Age | Files | Lines |
* | core: expose HashVote function for test (#400) | Wei-Ning Huang | 2019-01-04 | 4 | -8/+9 |
* | core: syncer: safe spawn go routine (#399) | wmin0 | 2019-01-04 | 2 | -10/+6 |
* | core: Change target of each nodeset (#397) | Jimmy Hu | 2019-01-04 | 1 | -13/+17 |
* | core: check if deliverable for each added block in total ordering (#395) | Mission Liao | 2019-01-04 | 4 | -74/+110 |
* | core: agreement mgr safe spawn go routine (#396) | wmin0 | 2019-01-04 | 1 | -4/+10 |
* | core/utils: Add Penalty checker and VerifyDKGComplaint (#393) | Jimmy Hu | 2019-01-04 | 6 | -5/+519 |
* | core: stop leaking timer (#394) | wmin0 | 2019-01-03 | 1 | -0/+2 |
* | simulation: add latency for gossip (#389) | Mission Liao | 2019-01-03 | 14 | -212/+244 |
* | core: Refine message of lattice (#391) | Jimmy Hu | 2019-01-03 | 1 | -1/+2 |
* | Fix TODO (#390) | Mission Liao | 2019-01-02 | 1 | -6/+9 |
* | sync: fix panic (#388) | Mission Liao | 2018-12-28 | 1 | -32/+47 |
* | sync: filter duplicated randomness (#387) | Mission Liao | 2018-12-28 | 2 | -13/+35 |
* | Fix: consensusTimestamp panic when numChains increased at round 1(#382) | Mission Liao | 2018-12-27 | 3 | -3/+29 |
* | test: add witness preparation/verification (#386) | Mission Liao | 2018-12-27 | 4 | -31/+199 |
* | core: Polish randomness (#385) | Jimmy Hu | 2018-12-26 | 2 | -4/+10 |
* | core: fix stuffs (#383) | Mission Liao | 2018-12-26 | 8 | -181/+128 |
* | core: pull block random (#384) | Jimmy Hu | 2018-12-26 | 6 | -55/+206 |
* | simulation: support config change (#381) | Mission Liao | 2018-12-26 | 12 | -114/+365 |
* | core: fix issues found when testing syncing. (#379) | Mission Liao | 2018-12-24 | 4 | -28/+78 |
* | core: simulation: add throughput and block event monitoring (#380) | haoping-ku | 2018-12-22 | 6 | -57/+267 |
* | utils: move authenticator to utils package (#378) | Mission Liao | 2018-12-22 | 33 | -598/+487 |
* | core: Add TODO | Jimmy Hu | 2018-12-20 | 1 | -0/+1 |
* | core: Add VerifyDKGMPKReadySignature (#377) | Jimmy Hu | 2018-12-20 | 3 | -1/+30 |
* | core: deliver finalized blocks upon receiving randomness results. (#376) | Mission Liao | 2018-12-20 | 6 | -21/+47 |
* | core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375) | Jimmy Hu | 2018-12-19 | 17 | -21/+421 |
* | circleci: Fix circleci | Jimmy Hu | 2018-12-18 | 1 | -5/+6 |
* | misc: panic not ready (#374) | Mission Liao | 2018-12-18 | 8 | -50/+103 |
* | syncer: fix stuffs (#373) | Mission Liao | 2018-12-18 | 3 | -49/+84 |
* | test: check causality (#372) | Mission Liao | 2018-12-17 | 4 | -7/+101 |
* | core: cache dkg's private key in db (#371) | Mission Liao | 2018-12-16 | 12 | -45/+307 |
* | core: Fix a bug of DKGNackComplaints (#370) | Jimmy Hu | 2018-12-14 | 4 | -7/+133 |
* | db: cache compaction chain tip in db (#369) | Mission Liao | 2018-12-13 | 11 | -75/+282 |
* | core: check if CRS is proposed before running CRS (#368) | Jimmy Hu | 2018-12-13 | 1 | -9/+12 |
* | db: rename blockdb to db (#367) | Mission Liao | 2018-12-13 | 26 | -405/+410 |
* | syncer: fix stuffs (#366) | Mission Liao | 2018-12-12 | 7 | -73/+160 |
* | circleci: Add workflow (#364) | Jimmy Hu | 2018-12-10 | 1 | -16/+78 |
* | core: Longer lambda for TravisCI (#365) | Jimmy Hu | 2018-12-10 | 3 | -2/+17 |
* | ci: Add TravisCI setting. (#363) | Jimmy Hu | 2018-12-08 | 6 | -57/+230 |
* | core: fix bugs found when node-set is not equal to notary-set (#362) | Mission Liao | 2018-12-07 | 7 | -62/+106 |
* | simulation: fix concurrency issue, add lock (#361) | haoping-ku | 2018-12-06 | 1 | -3/+7 |
* | ci: some change to circleci (#360) | Jimmy Hu | 2018-12-06 | 3 | -4/+4 |
* | test: allow to log in test.State (#359) | Mission Liao | 2018-12-06 | 16 | -62/+153 |
* | Haoping fix simulation (#356) | haoping-ku | 2018-12-05 | 8 | -15/+168 |
* | core: fix agreement sync issue. (#358) | Jimmy Hu | 2018-12-05 | 1 | -2/+3 |
* | core: syncer: fix round finding process (#357) | haoping-ku | 2018-12-05 | 1 | -3/+3 |
* | core: log the last pending block in compaction chain (#355) | Mission Liao | 2018-12-04 | 3 | -20/+25 |
* | core: Fix stuffs (#354) | Jimmy Hu | 2018-12-04 | 3 | -2/+43 |
* | core: construct consensus from syncer (#352) | Mission Liao | 2018-12-04 | 7 | -84/+273 |
* | simulation: fix confirm latency (#353) | haoping-ku | 2018-12-03 | 2 | -6/+10 |
* | core: Fix stuffs (#351) | Jimmy Hu | 2018-11-30 | 3 | -2/+10 |
* | core: remove finalized from compaction-chain module (#350) | Mission Liao | 2018-11-30 | 3 | -345/+57 |
* | test: Fix for state (#349) | Jimmy Hu | 2018-11-29 | 1 | -3/+23 |
* | simulation: -log to dump log to file as well (#348) | Jimmy Hu | 2018-11-29 | 3 | -22/+32 |
* | core: syncer: add syncer (#346) | haoping-ku | 2018-11-29 | 19 | -127/+1291 |
* | core: remove StronglyAcked (#347) | Mission Liao | 2018-11-29 | 11 | -110/+53 |
* | core: fix license in common/types.go (#345) | haoping-ku | 2018-11-28 | 1 | -17/+0 |
* | misc: Update README.md (#344) | Jimmy Hu | 2018-11-27 | 1 | -8/+9 |
* | core: Fix stuffs (#342) | Jimmy Hu | 2018-11-27 | 6 | -160/+124 |
* | core: support NumChains change for BA modules (#339) | Mission Liao | 2018-11-20 | 15 | -333/+763 |
* | core: Add function alias (#341) | Jimmy Hu | 2018-11-20 | 1 | -0/+4 |
* | core: Block randomness will be processed again in finalized block (#338) | Jimmy Hu | 2018-11-20 | 3 | -78/+165 |
* | core, test: Fix various issues (#337) | Jimmy Hu | 2018-11-19 | 2 | -2/+4 |
* | core: Fix data race (#335) | Jimmy Hu | 2018-11-19 | 1 | -0/+2 |
* | core: Handle issues if DKG/CRS is already finished (#334) | Jimmy Hu | 2018-11-18 | 3 | -38/+28 |
* | core: Fix various syncing issue. (#331) | Jimmy Hu | 2018-11-16 | 4 | -19/+32 |
* | core: Add timeout to TSig (#330) | Jimmy Hu | 2018-11-15 | 2 | -1/+49 |
* | test: fix network (#328) | Mission Liao | 2018-11-15 | 5 | -82/+184 |
* | core: Fix issues in syncing mode (#329) | Jimmy Hu | 2018-11-15 | 3 | -0/+32 |
* | core: Fix syncing issues (#326) | Jimmy Hu | 2018-11-14 | 1 | -2/+9 |
* | utils: add utils package (#327) | Mission Liao | 2018-11-14 | 8 | -26/+20 |
* | core: sync logger with dex (#325) | Mission Liao | 2018-11-14 | 6 | -10/+16 |
* | simulation: Fix simulation failure (#324) | Mission Liao | 2018-11-14 | 1 | -0/+2 |
* | core: Integrate totalOrdering syncer (#322) | Jimmy Hu | 2018-11-13 | 2 | -21/+29 |
* | core: expose implicit round shift (#321) | Mission Liao | 2018-11-13 | 18 | -61/+71 |
* | core: Fix data race. (#320) | Jimmy Hu | 2018-11-13 | 1 | -6/+8 |
* | core: Fix data race (#319) | Jimmy Hu | 2018-11-13 | 1 | -0/+4 |
* | Add LICENSE declaration file (#318) | Wei-Ning Huang | 2018-11-13 | 1 | -0/+165 |
* | core: Reduce call to Application.VerifyBlock (#317) | Jimmy Hu | 2018-11-13 | 4 | -12/+61 |
* | core: lattice: fix test (#316) | haoping-ku | 2018-11-12 | 1 | -1/+1 |
* | test: add integration test (#315) | Mission Liao | 2018-11-11 | 7 | -20/+197 |
* | test: implement pulling in network layer (#314) | Mission Liao | 2018-11-09 | 4 | -43/+580 |
* | core: Extract VoteHeader (#313) | Mission Liao | 2018-11-09 | 7 | -61/+45 |
* | core: consensus-timestamp: add comments (#312) | haoping-ku | 2018-11-09 | 2 | -26/+39 |
* | simulation: use test.Governacne in simulation (#311) | Mission Liao | 2018-11-08 | 12 | -320/+185 |
* | core: Fix panic (#310) | Jimmy Hu | 2018-11-08 | 1 | -4/+11 |
* | core: lattice, total-ordering: remove newGenesisConfig (#308) | haoping-ku | 2018-11-08 | 7 | -159/+117 |
* | core: revert the revert for broken commit and fix (#309) | Mission Liao | 2018-11-08 | 3 | -69/+82 |
* | core: Optimize core (#307) | Jimmy Hu | 2018-11-08 | 6 | -32/+60 |
* | Revert "core: unbind global round in Consensus (#304)" (#306) | Mission Liao | 2018-11-08 | 3 | -63/+59 |
* | test: make StateChangeRequest broadcast-able (#305) | Mission Liao | 2018-11-07 | 5 | -278/+445 |
* | core: lattice: add round in NewLattice() (#303) | haoping-ku | 2018-11-07 | 3 | -9/+10 |
* | core: unbind global round in Consensus (#304) | Mission Liao | 2018-11-06 | 3 | -59/+63 |
* | core: Run DKG stuffs only if the node is in DKG set (#302) | Jimmy Hu | 2018-11-06 | 15 | -40/+165 |
* | misc: Rollback circleci workaround (#301) | Jimmy Hu | 2018-11-06 | 1 | -0/+1 |
* | core: lattice-data: fix details and add test (#299) | haoping-ku | 2018-11-06 | 7 | -152/+168 |
* | core: Fix deadlock (#298) | Jimmy Hu | 2018-11-05 | 1 | -0/+9 |
* | misc: Fix circleci (#300) | Jimmy Hu | 2018-11-05 | 1 | -1/+0 |
* | test: move simulation.network to test package (#297) | Mission Liao | 2018-11-05 | 8 | -245/+328 |
* | core: notify consensus height for genesis rounds (#296) | Mission Liao | 2018-11-05 | 6 | -7/+47 |
* | core: Fix dkg and CRS signature (#294) | Jimmy Hu | 2018-11-05 | 4 | -19/+68 |
* | core: New BA (#295) | Jimmy Hu | 2018-11-05 | 2 | -5/+7 |
* | core: Fix BA stuffs (#293) | Jimmy Hu | 2018-11-05 | 2 | -3/+15 |
* | core: Copy witness for empty block (#292) | Jimmy Hu | 2018-11-05 | 1 | -0/+3 |
* | core: Fix fork vote (#290) | Jimmy Hu | 2018-11-03 | 3 | -16/+18 |
* | core: total-ordering: fix details and add sync test (#288) | Haoping Ku | 2018-11-02 | 3 | -309/+401 |
* | core: reset CRS in leader selector by round (#286) | Mission Liao | 2018-11-02 | 7 | -34/+28 |
* | core: block deliver with position (#289) | Mission Liao | 2018-11-02 | 10 | -21/+26 |
* | core: Remove max block interval (#287) | Jimmy Hu | 2018-11-02 | 17 | -84/+41 |
* | Rename repo to dexon-consensus | Wei-Ning Huang | 2018-11-02 | 114 | -847/+847 |
* | core: Fix various locking issues (#285) | Jimmy Hu | 2018-11-02 | 3 | -24/+40 |
* | core: Total Ordering syncer (#277) | Jimmy Hu | 2018-11-01 | 2 | -0/+485 |
* | core: core.Lattice supports config change (#276) | Mission Liao | 2018-11-01 | 12 | -156/+499 |
* | core: fix possible fork vote (#283) | Jimmy Hu | 2018-11-01 | 2 | -15/+19 |
* | Add pprof to dexcon commands (#282) | Mission Liao | 2018-11-01 | 2 | -4/+12 |
* | core: Add PullVotes to Network. (#281) | Jimmy Hu | 2018-10-31 | 8 | -71/+69 |
* | core: Add a repeat vote state. (#280) | Jimmy Hu | 2018-10-31 | 3 | -12/+105 |
* | core: fix NotifyRoundHeight is not called when processing blocks | Mission Liao | 2018-10-31 | 1 | -10/+16 |
* | misc: Change bls stuffs for docker build (#278) | Jimmy Hu | 2018-10-31 | 1 | -2/+2 |
* | core: fix lattice bugs (#274) | Mission Liao | 2018-10-30 | 3 | -5/+38 |
* | test: integrate state to gov (#275) | Mission Liao | 2018-10-30 | 3 | -9/+113 |
* | core: Create an interface for TSigVerifierCache (#273) | Jimmy Hu | 2018-10-30 | 1 | -7/+24 |
* | core: fix consensus timestamp (#272) | Mission Liao | 2018-10-29 | 1 | -2/+12 |
* | core: Add BlockSkeleton and Verify functions (#271) | Jimmy Hu | 2018-10-29 | 6 | -3/+75 |
* | core: Fix goroutine leaks (#270) | Jimmy Hu | 2018-10-29 | 2 | -1/+8 |
* | core: Do not process vote/block in agreement if it has stopped (#269) | Jimmy Hu | 2018-10-29 | 1 | -4/+18 |
* | test: Handle blocks that should retry sanity check later. (#267) | Mission Liao | 2018-10-27 | 2 | -14/+36 |
* | core: Fix missing fields when cloning blocks. (#268) | Mission Liao | 2018-10-27 | 2 | -4/+33 |
* | core: Remove atomic (#266) | Jimmy Hu | 2018-10-27 | 2 | -14/+11 |
* | core: Unit test for BA sync (#265) | Jimmy Hu | 2018-10-26 | 2 | -0/+86 |
* | core: sync BA (#264) | Jimmy Hu | 2018-10-26 | 3 | -19/+72 |
* | test: clone types.Config, test.Governance, test.State (#262) | Mission Liao | 2018-10-26 | 6 | -42/+608 |
* | core: Pull block (#263) | Jimmy Hu | 2018-10-26 | 7 | -32/+141 |
* | core: Leader selector will retry sanityCheck (#261) | Jimmy Hu | 2018-10-26 | 8 | -27/+118 |
* | misc: Increase CircleCI no output time to 15 min (#260) | Jimmy Hu | 2018-10-26 | 1 | -0/+1 |
* | core: Lock entire lattice.ProcessBlock (#259) | Jimmy Hu | 2018-10-26 | 2 | -2/+7 |
* | misc: Add longer timeout for test in master (#258) | Jimmy Hu | 2018-10-25 | 2 | -8/+14 |
* | core: lattice sync (#257) | Jimmy Hu | 2018-10-25 | 12 | -119/+507 |
* | core: handle round 0 randomness in processFinalizedBlock (#256) | Jimmy Hu | 2018-10-25 | 2 | -12/+26 |
* | test: add test.Stopper to stop by round (#255) | Mission Liao | 2018-10-25 | 2 | -32/+162 |
* | core: Move dkg in types to types/dkg. (#253) | Jimmy Hu | 2018-10-25 | 19 | -278/+297 |
* | core: fix stuffs (#250) | Mission Liao | 2018-10-24 | 9 | -52/+33 |
* | test: Fix datarace in test (#251) | Jimmy Hu | 2018-10-24 | 1 | -6/+12 |
* | test: add test.State (#239) | Mission Liao | 2018-10-24 | 11 | -154/+1019 |
* | core: disable nonblocking temporarily (#249) | Mission Liao | 2018-10-24 | 2 | -10/+5 |
* | core: reduce calls to Application.VerifyBlock (#247) | Mission Liao | 2018-10-24 | 5 | -29/+25 |
* | core: fix panic when proposed block is nil (#248) | Mission Liao | 2018-10-24 | 1 | -0/+4 |
* | core: Change interface of Application.VerifyBlock (#246) | Jimmy Hu | 2018-10-23 | 7 | -10/+25 |
* | Change BLS to dexon-foundation (#245) | Jimmy Hu | 2018-10-23 | 7 | -19/+18 |
* | core: notify fullnode to snapshot configs when round change. (#243) | Mission Liao | 2018-10-23 | 1 | -8/+19 |
* | core: add equality checker for dkg related structure (#237) | Mission Liao | 2018-10-23 | 4 | -26/+379 |
* | core: add round parameter to ProposeCRS method (#244) | Wei-Ning Huang | 2018-10-23 | 5 | -5/+12 |
* | simulation: Cache network broadcasted message (#242) | Jimmy Hu | 2018-10-23 | 2 | -20/+41 |
* | core: Change dkg timing (#241) | Jimmy Hu | 2018-10-23 | 1 | -12/+17 |
* | core: remove duplicate BroadcastRandomnessResult call (#240) | Wei-Ning Huang | 2018-10-23 | 1 | -6/+1 |
* | core: prepare empty block if null block is confirmed by BA. (#231) | Jimmy Hu | 2018-10-23 | 7 | -23/+136 |
* | core: fix uninitialized variable in configuration chain (#238) | Wei-Ning Huang | 2018-10-22 | 2 | -1/+2 |
* | core: Handling self proposed DKG private share (#236) | Jimmy Hu | 2018-10-22 | 3 | -27/+34 |
* | core: total-ordering: add test TestRunFromNonGenesis (#226) | Haoping Ku | 2018-10-22 | 3 | -22/+96 |
* | crypto: dkg: implement rlp.Encoder, rlp.Decoder for PrivateKey (#235) | Sonic | 2018-10-20 | 2 | -0/+26 |
* | core: fix logging for SendDKGPrivateShare (#234) | Wei-Ning Huang | 2018-10-20 | 1 | -1/+2 |
* | Start Run() until dMoment. (#233) | Jimmy Hu | 2018-10-20 | 1 | -0/+2 |
* | core: types: implement rlp.Encoder and rlp.Decoder (#232) | Sonic | 2018-10-20 | 6 | -7/+379 |
* | core: initial commit for logger (#228) | Mission Liao | 2018-10-19 | 12 | -52/+280 |
* | misc: Fix simulation error (#230) | Jimmy Hu | 2018-10-19 | 6 | -24/+78 |
* | core: Sync from BA and test. (#224) | Jimmy Hu | 2018-10-19 | 2 | -64/+199 |
* | core: total-ordering: change early flag to mode (#227) | Haoping Ku | 2018-10-19 | 10 | -49/+64 |
* | crypto: ecdsa: make NodeID match dexon address (#229) | Sonic | 2018-10-19 | 3 | -51/+35 |
* | core: Append all config till Initial block (#225) | Jimmy Hu | 2018-10-18 | 1 | -0/+7 |
* | core: types: implements UnmarshalJSON from DKGMasterPublicKey (#223) | Wei-Ning Huang | 2018-10-18 | 1 | -0/+8 |
* | core: total ordering flush (#212) | Mission Liao | 2018-10-18 | 9 | -229/+737 |
* | core: sync compaction chain (#222) | Jimmy Hu | 2018-10-18 | 6 | -27/+391 |
* | core: consensus-timestamp: add sync (#219) | Haoping Ku | 2018-10-18 | 3 | -29/+118 |
* | core: Add init block to Run() (#221) | Jimmy Hu | 2018-10-18 | 6 | -14/+24 |
* | core: Some sync functions (#220) | Jimmy Hu | 2018-10-17 | 7 | -27/+107 |
* | core: Rebroadcast agreement and randomness result. (#218) | Jimmy Hu | 2018-10-17 | 3 | -30/+49 |
* | core: genesis consensus timestamp (#217) | Mission Liao | 2018-10-17 | 6 | -30/+48 |
* | core: Add stop function to all components (#216) | Jimmy Hu | 2018-10-17 | 5 | -28/+79 |
* | Finalization Height starts from 1 (#215) | Jimmy Hu | 2018-10-16 | 2 | -0/+7 |
* | core: consensus-timestamp: modify for round change (#214) | Haoping Ku | 2018-10-16 | 1 | -4/+12 |
* | core: New dexon ba (#210) | Jimmy Hu | 2018-10-16 | 8 | -479/+405 |
* | core: Fix corner cases (#211) | Jimmy Hu | 2018-10-16 | 4 | -2/+8 |
* | core: set genesis block finalization timestamp to zero time (#213) | Wei-Ning Huang | 2018-10-16 | 1 | -0/+2 |
* | core: Change First round dkg timing (#209) | Jimmy Hu | 2018-10-16 | 2 | -4/+6 |
* | core: fix block confirmed is not called when Debug is not implemented. (#208) | Mission Liao | 2018-10-16 | 2 | -3/+54 |
* | core: Change threshold (#205) | Jimmy Hu | 2018-10-15 | 1 | -1/+1 |
* | core: fix timestamp marshaling (#207) | Wei-Ning Huang | 2018-10-15 | 2 | -3/+3 |
* | Remove duplicated dMoment in Consensus.Run (#206) | Jimmy Hu | 2018-10-15 | 2 | -3/+5 |
* | core: Add NodeSetCacheInterface (#203) | Jimmy Hu | 2018-10-15 | 2 | -31/+42 |
* | core: Change DKG threshold (#204) | Jimmy Hu | 2018-10-15 | 3 | -6/+6 |
* | core: Fix simulation errors. (#202) | Jimmy Hu | 2018-10-15 | 4 | -35/+36 |
* | core: fix simulation error (#201) | Jimmy Hu | 2018-10-15 | 5 | -12/+29 |
* | test_config: sync default config (#200) | Wei-Ning Huang | 2018-10-15 | 2 | -2/+4 |
* | misc: Use prebuild bls docker image. (#199) | Jimmy Hu | 2018-10-15 | 2 | -5/+18 |
* | core: No randomness for round 0 (#198) | Jimmy Hu | 2018-10-15 | 3 | -1/+45 |
* | core: check if flush is required when round switching in total-ordering (#197) | Mission Liao | 2018-10-15 | 6 | -220/+304 |
* | core: blocks generation supports rounds (#196) | Mission Liao | 2018-10-14 | 6 | -219/+445 |
* | core: crypto: ecdsa: add method to create PrivateKey from ecdsa.PrivateKey (#... | Wei-Ning Huang | 2018-10-13 | 1 | -0/+9 |
* | core: modify interface (#194) | Mission Liao | 2018-10-12 | 9 | -20/+38 |
* | core: latticeData supports config change (#190) | Mission Liao | 2018-10-12 | 14 | -597/+802 |
* | core: change interface (#193) | Mission Liao | 2018-10-11 | 19 | -92/+110 |
* | core: Move BlockConfirmed to Application interface (#192) | Mission Liao | 2018-10-11 | 3 | -5/+5 |
* | core: types: fix nodeID generation (#191) | Wei-Ning Huang | 2018-10-11 | 4 | -6/+10 |
* | simulation: Fix docker build fail (#188) | Jimmy Hu | 2018-10-09 | 3 | -3/+9 |
* | Merge pull request #187 from dexon-foundation/w-bytes | Sonic | 2018-10-09 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'master' into w-bytes | Wei-Ning Huang | 2018-10-09 | 12 | -39/+74 |
| |\
| |/
|/| |
|
* | | Fix typo in crypto (#186) | Jimmy Hu | 2018-10-09 | 2 | -2/+16 |
* | | core: Add round to DKG methods in gov. Change network interface name (#185) | Jimmy Hu | 2018-10-09 | 10 | -37/+58 |
| * | common: add Bytes() method to Hash | Wei-Ning Huang | 2018-10-09 | 1 | -0/+5 |
|/ |
|
* | core: Add DKG final message. (#181) | Jimmy Hu | 2018-10-09 | 14 | -2/+175 |
* | core: update config variable name grammar and remove configuration (#184) | Wei-Ning Huang | 2018-10-08 | 8 | -64/+26 |
* | core: Fix timestamp (#182) | Jimmy Hu | 2018-10-08 | 2 | -5/+1 |
* | core: Remove round from gov.ProposeCRS (#183) | Jimmy Hu | 2018-10-08 | 5 | -18/+31 |
* | core: Check PrivateShare in DKGComplaint (#180) | Jimmy Hu | 2018-10-08 | 2 | -25/+75 |
* | core: Add block randomness in compaction-chain module (#179) | Jimmy Hu | 2018-10-08 | 6 | -32/+153 |
* | core: Block randomness generation. (#178) | Jimmy Hu | 2018-10-08 | 4 | -7/+73 |
* | core: General tsig (#177) | Jimmy Hu | 2018-10-05 | 14 | -73/+287 |
* | core: Add NotarySet and DKGSet to cache (#176) | Jimmy Hu | 2018-10-05 | 3 | -27/+94 |
* | types: Test block clone (#175) | Jimmy Hu | 2018-10-05 | 2 | -0/+73 |
* | core: find block in db (#174) | Mission Liao | 2018-10-05 | 7 | -79/+199 |
* | core: Use event to run DKG and CRS in Consensus. (#171) | Jimmy Hu | 2018-10-04 | 4 | -53/+71 |
* | core: Check sorted ack in sanity check (#173) | Jimmy Hu | 2018-10-04 | 4 | -1/+44 |
* | core: split lattice-data to another file (#172) | Mission Liao | 2018-10-04 | 4 | -1058/+1069 |
* | core: Check Witness height. Add ConsensusTime and ConsensusHeight to block. (... | Jimmy Hu | 2018-10-04 | 16 | -61/+159 |
* | common: Add an Event module (#169) | Jimmy Hu | 2018-10-04 | 2 | -0/+175 |
* | test: Short test applied to some long running tests (#168) | Jimmy Hu | 2018-10-04 | 3 | -3/+16 |
* | core: remove NumWitnessSet in governance config (#167) | Wei-Ning Huang | 2018-10-03 | 3 | -9/+3 |
* | core: export some crypto verification function (#166) | Wei-Ning Huang | 2018-10-03 | 3 | -7/+9 |
* | core: publish round based config (#165) | Mission Liao | 2018-10-03 | 11 | -33/+147 |
* | CurcleCI: Run full test on master (#164) | Jimmy Hu | 2018-10-03 | 2 | -1/+16 |
* | core: Add unit test for DKG CRS in consensus (#163) | Jimmy Hu | 2018-10-03 | 3 | -4/+120 |
* | core: Prevent duplicated nack complaint (#162) | Jimmy Hu | 2018-10-03 | 2 | -1/+14 |
* | core: remove shard (#161) | Mission Liao | 2018-10-02 | 7 | -683/+620 |
* | core: Export DKGGroupPublicKey and its verify function (#160) | Jimmy Hu | 2018-10-02 | 3 | -18/+21 |
* | core: replace reliable-broadcast with shard (#159) | Mission Liao | 2018-10-02 | 16 | -1458/+264 |
* | core: remove ProposeThresholdSignature/GetThresholdSignature (#158) | Wei-Ning Huang | 2018-10-02 | 4 | -48/+5 |
* | core: run DKG and CRS at background. (#155) | Jimmy Hu | 2018-10-02 | 15 | -57/+142 |
* | core: update data model to reflect new model (#157) | Wei-Ning Huang | 2018-10-01 | 23 | -611/+51 |
* | core: check block timestamp (#156) | Jimmy Hu | 2018-10-01 | 3 | -29/+73 |
* | test: Non-qualified node are accepted in test. (#154) | Jimmy Hu | 2018-10-01 | 4 | -12/+25 |
* | core: use notarySet for BA module. (#153) | Jimmy Hu | 2018-10-01 | 8 | -82/+117 |
* | core: integrate authenticator (#150) | Mission Liao | 2018-09-30 | 12 | -192/+153 |
* | test: tcp handshake (#151) | Jimmy Hu | 2018-09-30 | 1 | -49/+175 |
* | core: Allow more time for DKG to finish on CircleCI machine. (#152) | Jimmy Hu | 2018-09-29 | 1 | -1/+1 |
* | core: remove legacy mode (#149) | Mission Liao | 2018-09-28 | 8 | -77/+48 |
* | core: Add sizes of various nodeSets (#148) | Jimmy Hu | 2018-09-28 | 5 | -24/+81 |
* | core: hide types.NodeID from full node. (#147) | Mission Liao | 2018-09-28 | 21 | -251/+544 |
* | types: NodeSet and Selector (#146) | Jimmy Hu | 2018-09-27 | 2 | -0/+203 |
* | core: update governance interface and config (#145) | Wei-Ning Huang | 2018-09-27 | 9 | -57/+61 |
* | core: rename crypto/eth to crypto/ecdsa (#144) | Wei-Ning Huang | 2018-09-26 | 14 | -41/+41 |
* | core: use dexon-foundation/dexon instead of ethereum/go-ethereum (#143) | Wei-Ning Huang | 2018-09-26 | 5 | -23/+23 |