Commit Graph

7 Commits

Author SHA1 Message Date
William Banfield
6cab771cf2 use subtests 2021-07-19 00:04:20 -04:00
William Banfield
6b0aa7d75d fix error message 2021-07-19 00:04:19 -04:00
William Banfield
6e654f872a clist: add a few basic clist tests 2021-07-19 00:04:19 -04:00
William Banfield
fdc246e4a8 libs/clist: revert clear and detach changes while debugging (#6731) 2021-07-17 12:10:53 -04:00
rene
736364178a fix typo in log message (#6653)
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
2021-07-05 14:00:09 +00:00
JayT106
d66d1ada5b libs/CList: automatically detach the prev/next elements in Remove function (#6626)
closes #2207

Also added `Clear()` function if we want to clear whole elements in CList.
2021-06-30 08:47:25 +00:00
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.
2021-05-25 16:25:31 +00:00