Commit Graph

424 Commits (b8c632a0831d6af4a9ff1240601ee2dc7c71842a)

Author SHA1 Message Date
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
Leo Chen 550da64144 fix all the go test errors after p2p changes 6 years ago
Leo Chen 5822ec3c40 add a PeerID field for node.Info struct 6 years ago
Eugene Kim 0ec8fa1548 Rename state.StateDB to state.DB (#255) 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Minh Doan 4f4bc36af3 change benchmark to harmony 6 years ago
Leo Chen f35f3d25d0 fix go test error after libp2p enabled 6 years ago
Leo Chen 8801998f22 add a todo and more debug message in nodel handler 6 years ago
Rongjian Lan c78f6a1914 More comments and code fixes 6 years ago
Rongjian Lan 1763688ee0 Resolve comments 6 years ago