Commit Graph

2132 Commits (8142b11aa7ee1bf53f7f82294c91e621c6577ba8)
 

Author SHA1 Message Date
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 0495ec9497 register service for newnode and beacon leader 6 years ago
Minh Doan 15cc4e04ba move run services to service manager 6 years ago
Leo Chen 455bfc8f83 split streamhandler into two functions 6 years ago
Leo Chen 1d71aac6ec construct p2p message using right function 6 years ago
alajko c2317c147e
Merge pull request #376 from harmony-one/staking-service 6 years ago
ak 56606f7796 fixing a missed case 6 years ago
alajko bf45d70ac8
Merge pull request #379 from harmony-one/beaconLeader 6 years ago
ak 9523b34019 Merge branch 'master' of github.com:harmony-one/harmony into staking-service 6 years ago
ak 598d740e09 fixing style issues 6 years ago
ak 2d4ddecada merging conflicts 6 years ago
ak 9c377ce08e Add deposit contract as a smart contract transaction on every node 6 years ago
Minh Doan 0ab102ec09 remove package-lock 6 years ago
Minh Doan cc26461297 clean up service call in harmony 6 years ago
Minh Doan 88dcf77b62 avoid node_modules 6 years ago
Minh Doan 583c949f7e add support client to service list 6 years ago
ak 00a83c5606 basic skeleton of beaconchain consensus 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 47545789c2 fix protocol not supported issue 6 years ago
Leo Chen ec2ee0766b add libp2p/go-libp2p-kad-dht to vendor 6 years ago
Leo Chen da0d9bc227 use a global BootNodes variable 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
Leo Chen 43e39bb52f ignore vendor directory 6 years ago
ak d01b40b646 using utils logs 6 years ago
ak d35ee4e0d5 staking service 6 years ago
alajko 0289d69366
Merge pull request #367 from harmony-one/deposit-contract 6 years ago
ak e7561e015f formatting and changing node name 6 years ago
ak 9fe7d7a8c2 formatting and changing node name 6 years ago
ak 9cf752ada9 tested deposit contract 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 dd4c94f66e change rgen to randgen 6 years ago
Minh Doan 0d71096104 fix comment 6 years ago
Minh Doan b3a9c744be wire up new block service 6 years ago
Minh Doan 3f25de399a add new block type in service manager 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 f8ffecdcbe refactor actionType to be public field 6 years ago
Minh Doan 44b13478cc refactor service store to manager 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 400da7b775 refactor service function 6 years ago
Minh Doan 65f3b5191f move service to api/service 6 years ago