Author | SHA1 | Message | Date |
---|---|---|---|
JayT106 |
d4cda544ae
|
fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC (#6620) | 3 years ago |
Marko |
719e028e00
|
libs: internalize some packages (#6366)
## Description Internalize some libs. This reduces the amount ot public API tendermint is supporting. The moved libraries are mainly ones that are used within Tendermint-core. |
4 years ago |
Erik Grinaker |
2aad26e2f1
|
p2p: tighten up and test PeerManager (#6034)
This tightens up the `PeerManager` and related code, adds a ton of tests, and fixes a bunch of inconsistencies and bugs. |
4 years ago |
Aleksandr Bezobchuk |
17905cbaa2
|
sync: move closer to separate file (#6015)
Closes: #6013 |
4 years ago |
Aleksandr Bezobchuk |
68bd2116f0
|
mempool: p2p refactor (#5919) | 4 years ago |
Marko |
2ac5a559b4
|
libs: wrap mutexes for build flag with godeadlock (#5126)
## Description This PR wraps the stdlib sync.(RW)Mutex & godeadlock.(RW)Mutex. This enables using go-deadlock via a build flag instead of using sed to replace sync with godeadlock in all files Closes: #3242 |
4 years ago |