Commit Graph

33 Commits (cleanup/streamsync)

Author SHA1 Message Date
Konstantin 10119bd8d5
Fixed race errors in downloader & consensus (#4442) 1 year ago
Casey Gardiner d25b6c6ee2
Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
“GheisMohammadi” 5361044376 fix discovery issue for legacy sync 2 years ago
“GheisMohammadi” da66405571 terminal print the peer id and proto id 2 years ago
“GheisMohammadi” c9c57f8138 fix p2p discovery test issue 2 years ago
“GheisMohammadi” 905ff653cc refactor p2p host and routing 2 years ago
“GheisMohammadi” 390c9f99c1 refactor stream peer cooldown and fix protocol beacon node field 2 years ago
“GheisMohammadi” 7280edeb14 refactor p2p host creation 2 years ago
“GheisMohammadi” 57108cf7bf fix spell 2 years ago
“GheisMohammadi” 4617ef7563 fix protocol tests 2 years ago
“GheisMohammadi” dc3ee197f9 staged stream sync v1.0 2 years ago
frozen 3e7ceddb56 Cleanup and fix update pub keys. 2 years ago
“GheisMohammadi” f07dd5681a fix discovery issue for legacy sync 2 years ago
“GheisMohammadi” d23d98f689 terminal print the peer id and proto id 2 years ago
“GheisMohammadi” e49dfd7824 fix p2p discovery test issue 2 years ago
“GheisMohammadi” fecd4fdda3 refactor p2p host and routing 2 years ago
“GheisMohammadi” a4a656a6d5 refactor stream peer cooldown and fix protocol beacon node field 2 years ago
“GheisMohammadi” 35d393cc79 refactor p2p host creation 2 years ago
“GheisMohammadi” 70a37800b5 fix spell 2 years ago
“GheisMohammadi” eb15d13842 fix protocol tests 2 years ago
“GheisMohammadi” da83110429 staged stream sync v1.0 2 years ago
frozen f1b2f27c36 Cleanup and fix update pub keys. 2 years ago
Casey Gardiner a32a1755b3
Release Candidate hotfix: dev -> main (#4333) 2 years ago
Max b300a4ec4d
chore(build): upgrade golang to 1.19 (#4335) 2 years ago
Casey Gardiner 7ab8be3377
Release Candidate: dev -> main (#4319) 2 years ago
Gheis 8d3be78cc7
bump libp2p to version 0.24.0 and update its dependencies and relevant tests (#4315) 2 years ago
Konstantin 97eb8d972f Go vet fixed. 3 years ago
Jacky Wang 6e52ad4a88
[downloader] adjust default testnet downloader values, add sleep to unsuccessful download 3 years ago
Jacky Wang 8f24ee77b2
[p2p] fix the panic at cooldown cache 3 years ago
Jacky Wang 471bd1accc
[p2p] add cooldown mechanism at discover 3 years ago
Alex Chen 73ab26cf4e Fix Ticker cannot stop for releasing resource 4 years ago
Jacky Wang ca5333789b [stream] make doRequestAsync channel buffered 4 years ago
Jacky Wang 806180f4d3
[stream] use reset for close 4 years ago
Jacky Wang 1fccff3acc
[stream] a small bug fix in request manager 4 years ago
Jacky Wang dd0a109ba7
[stream] added more prometheus metrics 4 years ago
Jacky Wang 8629a6d45e [stream] fix the request manager race condition 4 years ago
Jacky Wang 1885f1df74
[stream] added some prometheus metric 4 years ago
Jacky Wang 6ef5bc5faa
[stream] elaborated log message to pickAvailableStream 4 years ago
Jacky Wang 72f74c08cb
[stream] request can be canceled from waitings in request manager 4 years ago
Jacky Wang f12b9be3d8
[stream] fix request manager tests for refresh stream 4 years ago
Jacky Wang e9f3a9e69e
[stream] requestmanager use refresh streams method instead of event based stream operation. 4 years ago
Jacky Wang fbed5bcf3b
[stream] added module request manager to manage over client side requests 4 years ago
Jacky Wang e08c2ce41e
[stream] added rate limiter (#3553) 4 years ago
Jacky Wang 8adce8925a
[stream] added stream manager module (#3554) 4 years ago