Skip to content

Commit

Permalink
[P2P] Optimize block pool requester retry and peer pick up logic (#170)
Browse files Browse the repository at this point in the history
* P2P Improvements: Fix block sync reactor and block pool retry logic
  • Loading branch information
yzang2019 authored Dec 20, 2023
1 parent c89451c commit 016c1b9
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 305 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tendermint/tendermint

go 1.17
go 1.19

require (
github.com/BurntSushi/toml v1.1.0
Expand Down
Loading

0 comments on commit 016c1b9

Please sign in to comment.