Commit Graph

381 Commits (cd6475c7e5b678045ef835c70f3ff46c08ffa26c)

Author SHA1 Message Date
chaosma cd6475c7e5
make state syncing compatible with new BLS consensus code 6 years ago
Minh Doan fc032c88c3 change newblock package to blockproposal 6 years ago
Minh Doan 456f9e8873 change action type NewBlock to BlockProposal 6 years ago
Minh Doan b3a9c744be wire up new block service 6 years ago
Minh Doan fb630dbcca finish logic of new block service 6 years ago
Minh Doan a3bd76e9cf create newblock service and decouple WaitForConsensusReady into a separate file 6 years ago
Minh Doan 24ca370926 retouch client support service 6 years ago
Minh Doan 3c7b0f8f90 retouch role conversion 6 years ago
Minh Doan c80e4b9f3a retouch rgen 6 years ago
Minh Doan d1f8e8c7cc retouch consensus service 6 years ago
Minh Doan 65f3b5191f move service to api/service 6 years ago
Minh Doan c64b6e8de3 rename services to service 6 years ago
Rongjian Lan d8c46c61d2 Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
Minh Doan 6fb68de941 place holder function 6 years ago
Minh Doan 50e1f1664c add more logic for chao 6 years ago
Minh Doan 0678caef79 fix logging 6 years ago
Minh Doan 9acb5a90b1 add role conversion service 6 years ago
Minh Doan 4a874f5a04 add place holder for random generation 6 years ago
Minh Doan 4ee87c5f11 update service doc 6 years ago
Minh Doan f93ca2d5c0 enable consensus service in service manager 6 years ago
Minh Doan d9a4d650a5 undo consensus service; will fix it later 6 years ago
Minh Doan 40a9a94244 change service interface for services 6 years ago
Minh Doan 38f6a1c427 add consensus service and change service interface 6 years ago
Minh Doan a12a72ba07 add consensus service 6 years ago
Minh Doan 743a3a1483 finish SupportClient service logic 6 years ago
Minh Doan 741735b73e add doc and fix conflict of merge 6 years ago
Minh Doan 47f7ab1525 add node.Role, AddAndRunServices method for Node, clean up code 6 years ago
Minh Doan 7f3e151c8b change service manager api 6 years ago
Leo Chen 9340ef4f86 move proto/pingping to discovery module 6 years ago
Rongjian Lan 8ecef22cbe Remove unintended code 6 years ago
Rongjian Lan bb4a648f9c Code clean up and adding multi-sigs to block 6 years ago
Eugene Kim cd44397168 Remove deprecated Ready field 6 years ago
Eugene Kim 24fd9d67b8 More goimports 6 years ago
Minh Doan b40d1b34b4 fix compilation problem 6 years ago
Minh Doan 85eb712d42 change Type to ServiceType and fix import 6 years ago
chaosma ed25ebdd18
fix nil dereference bug for state syncing (#332) 6 years ago
Minh Doan 0fd3441bad add comments 6 years ago
Minh Doan 6fa4f9b1f2 update doc 6 years ago
Minh Doan c1d97e4992 add service register 6 years ago
Minh Doan 350efc0bf9 add service type, action -- modify test for TakeAction 6 years ago
Minh Doan f1245c117b add node service managers 6 years ago
Eugene Kim fb4792bc9f goimports 6 years ago
Minh Doan 139d81113e only use logging singleton 6 years ago
Rongjian Lan 39b941d904 Migrate to BLS 6 years ago
Leo Chen 2984fb90ba fix go test errors in travis_checker.sh 6 years ago
chaosma 7b1578be59
remove IN SYNC log every 5 second (#295) 6 years ago
Leo Chen a78d42cc0a fix travis_checker go test error 6 years ago
chaosma 3161a42e49
state syncing integration (#283) 6 years ago
Minh Doan 9762ab75bd switch using disk-based db by default. logging singleton should have context of the node (ip and port) 6 years ago
Eugene Kim 4a2e1e2110 Move Host interface into the top-level p2p package 6 years ago