Commit Graph

236 Commits (008e98e4a5ee50dfd4bc2ae191011ea6c82c1a8d)

Author SHA1 Message Date
Leo Chen 9628430bdf slow down the pace of sending ping message after received pong 6 years ago
Leo Chen dd99219ee3 add NotifyService function in the service interface 6 years ago
Leo Chen 57ee1d6018 support multiple groups in discovery service 6 years ago
Leo Chen a27cff729c use a channel to signal consensus service to start 6 years ago
Eugene Kim 59d53cb294 Add //go:generate for mocks and .pb.go files 6 years ago
Eugene Kim 2680b7cc7d Fix gometalinter warnings 6 years ago
Rongjian Lan 91d7567c94 Reduce delay on the manager test 6 years ago
Leo Chen 7b0769c651 gossip all consensus messages 6 years ago
Leo Chen 25485c655c add stop servie in discovery service 6 years ago
Leo Chen 9ba931abb9 simplify networkinfo/discovery services 6 years ago
Rongjian Lan ffd06145ec Add message passing between drand leader/validator 6 years ago
Minh Doan f886b609d3 modify logic in staking service 6 years ago
Minh Doan 230dbdc2e2 modify logic of new proto 6 years ago
Rongjian Lan 8142b11aa7 Add channel for confirmed blocks and add that between node and drand 6 years ago
Rongjian Lan f8aa5a218e Add randomness service to beacon leader 6 years ago
Leo Chen b7838579de use mutex to simplify the locking 6 years ago
Leo Chen 98596f4f21 add connecthostpeer function 6 years ago
Leo Chen 7b16b3ceda add more debug log 6 years ago
Leo Chen 8820c257a6 add list of incoming/outgoing peers 6 years ago
Minh Doan 2cdcd201ef add staking for staking service 6 years ago
Minh Doan 9d9232dbb7 add predefined gas 6 years ago
Minh Doan 247eba500c refactor to use private key only 6 years ago
Minh Doan 6fa8eb7887 call beacon to get nonce&balance and create staking transaction 6 years ago
Leo Chen ec5102708e [libp2p] init integration of group message by pubsub 6 years ago
Minh Doan 80244773e4 quick doc for staking. 6 years ago
Minh Doan 0cfa7cf3ff cleanup syncing logging which prints very long debug code in deploy.sh 6 years ago
Minh Doan 0fb2a43315 modify staking proto 6 years ago
Minh Doan 86f145ff42 create staking transaction 6 years ago
Leo Chen 8dbc795ee5 add isBeacon flag to specify the node is a beacon chain node 6 years ago
Minh Doan 0bbf43fe7e change NewService to New 6 years ago
Minh Doan 2dd4c6ad12 fix logging usage 6 years ago
Leo Chen 11a68db13b split discovery service into two services 6 years ago
Minh Doan 51f7cf37e4 fix comments 6 years ago
Minh Doan a962c28ec0 change NewService to New 6 years ago
Eugene Kim 84e150a2df Handle peer channel closure gracefully 6 years ago
Minh Doan 5d4418c548 add staking service and hook up with networkinfo service 6 years ago
Minh Doan c287d9db3c add networkinfo service 6 years ago
Minh Doan 15cc4e04ba move run services to service manager 6 years ago
Leo Chen 1d71aac6ec construct p2p message using right function 6 years ago
ak 56606f7796 fixing a missed case 6 years ago
Minh Doan 583c949f7e add support client to service list 6 years ago
chaosma cd6475c7e5
make state syncing compatible with new BLS consensus code 6 years ago
Leo Chen 5ddab11138 use a separate function to handle peer found 6 years ago
Leo Chen ac26de397f send ping message to new peers 6 years ago
Leo Chen 31f4592b7e add peerdiscovery service type 6 years ago
Leo Chen 6b46b91b0e add discovery service in the new service framework 6 years ago
ak d01b40b646 using utils logs 6 years ago
ak d35ee4e0d5 staking service 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