Commit Graph

61 Commits (d829d227dc843bb257a5865a1c988332b24efdcf)

Author SHA1 Message Date
Leo Chen 525a618b81 [libp2p] do not advertise on beacon client 4 years ago
Leo Chen 0cbd2bcc8d [networkinfo] gradually increase the peer finding interval 4 years ago
Leo Chen f429192f6f [networkinfo] use goroutine to parallelize advertise 5 years ago
Edgar Aroutiounian b8798c3ff5
[project] Dead fields, staticcheck, update deprecated libp2p usages (#2825) 5 years ago
Edgar Aroutiounian 82b71619d2
[node] Redundant field removed - dead files & scripts , update deprecated libp2p package names, fold p2p code (#2817) 5 years ago
Edgar Aroutiounian 094a61301d
[project] Unused yaml files, staticcheck fixes, dead tests that only delay build (#2755) 5 years ago
Eugene Kim 65a066c70b Break import cycle at ./internal/utils → ./p2p 5 years ago
Eugene Kim c380acd891 Avoid tick resource leakage in networkinfo 5 years ago
Eugene Kim c28d79e4d0 Fix networkinfo context handling 5 years ago
Rongjian Lan 812bbcda5c Reduce wait time for bootnode connection to 30s 5 years ago
Rongjian Lan 98532249b4 Reduce wait time for bootnode connection to 1 min 5 years ago
Leo Chen 2240b8d48f [p2p] add network type prefix to group id 5 years ago
Eugene Kim 310e91e932 Make DHT datastore optional 5 years ago
Eugene Kim 0e48f13c1b Log DHT datastore path 5 years ago
Eugene Kim 2164a066a5 Extract DHT DB path out of networkinfo service 5 years ago
Eugene Kim 59d1939d40 Do not internally convert errors into panic 5 years ago
Rongjian Lan 6a3c0b256d Fix mainnet release todos 5 years ago
flicker-harmony 49b94e7bbb # This is a combination of 16 commits. 5 years ago
charleszqwang 469714261f Add Global Access to OS Temp Directory Variable and Move DHT Files Into Temp Directory 5 years ago
Leo Chen 83726b2e1d [netinfo] limit the number of discovery 5 years ago
Eugene Kim 30b63fc552 Revert "Merge pull request #1413 from rlan35/cross-shard-rj" 5 years ago
Leo Chen b765b8ba4b [node] every node uses persistent DHT storage 5 years ago
Eugene Kim 5dc3e1e654 Make all nodes beacon chain clients 5 years ago
Kai Lee 9e87c928f1 Replace all logs in api module to use zerolog 5 years ago
Rongjian Lan c7f2fed3e8 Remove unncesssary logs 6 years ago
Rongjian Lan 6540ffa70b Fine tune maxprocs and minpeer interval 6 years ago
Rongjian Lan daadeb3752 Lower findpeer interval 6 years ago
Rongjian Lan 7a64cc1a7d Revert findPeerInterval 6 years ago
Rongjian Lan 00b7a0a742 Adjust findpeer interval 6 years ago
Rongjian Lan 2644d59bea Make find peer interval const 6 years ago
Rongjian Lan dc4e79d269 Fix mistake 6 years ago
Rongjian Lan 2c0fc8d2f9 Fix p2p cpu issue 6 years ago
Rongjian Lan e4ca58e1cd Revert "fix cpu issues at networkinfo service" 6 years ago
Minh Doan e42091b95b fix cpu issues at networkinfo service 6 years ago
Yelin Lu 0d83532785 new rpc framework 6 years ago
Leo Chen 3e0a87b272 [p2p] move ctx out of struct 6 years ago
Leo Chen 9a578e68aa [p2p] move ctx out of struct 6 years ago
Rongjian Lan f72cb43b83 make 1+3 sharded network work locally with deploy.sh 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Leo Chen 1ffb6e2523 [networkinfo] regular advertise to bootnode 6 years ago
Leo Chen d451a965d3 [networkinfo] break the case if peer connection failed 6 years ago
Leo Chen 3462248e25 [networkinfo] retry for bootnode connection 6 years ago
Leo Chen 5a9b16ba0b #540 filter out private IP 6 years ago
Leo Chen bffacef496 we filter only valid IP addresses 6 years ago
chao 7e12ec03d7 remove go.sum, remove some logs 6 years ago
chao 51d42cc86c fix wallet not working issue 6 years ago
Minh Doan 9a2cfb9080 change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
Minh Doan a4d3c13a18 rename PubKey to BlsPubKey 6 years ago
Leo Chen 413ae2fd1e add bootnode parameter in networkinfo service 6 years ago
Leo Chen 634ada791c add beacon neighbor support 6 years ago