Author | SHA1 | Message | Date |
---|---|---|---|
JayT106 |
d9c9675e2a
|
p2p+flowrate: rate control refactor (#7828)
Adding `CurrentTransferRate ` in the flowrate package because only the status of the transfer rate has been used. |
3 years ago |
Sam Kleinman |
be83ec6664
|
p2p: pass start time to flowrate and cleanup constructors (#7838)
After poking around #7828, I saw the oppertunity for this cleanup, which I think is both reasonable on its own, and quite low impact, and removes the math around process start time. |
3 years ago |
Sam Kleinman |
d0e03f01fc
|
sync: remove special mutexes (#7438) | 3 years ago |
Sam Kleinman |
b15b2c1b78
|
flowrate: cleanup unused files (#7158)
I saw one of these tests fail and it looks like it was using code that wasn't being called anywhere, so I deleted it, and avoided the package name aliasing. |
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. |
3 years ago |