Anton Kaliaev
72851a12d3
libs/log: format []byte as hexidecimal string (uppercased) ( #5960 )
Closes : #5806
Co-authored-by: Lanie Hei <heixx011@umn.edu>
4 years ago
Marko
7e2cc1db5e
linter: (1/2) enable errcheck ( #5064 )
## Description
partially cleanup in preparation for errcheck
i ignored a bunch of defer errors in tests but with the update to go 1.14 we can use `t.Cleanup(func() { if err := <>; err != nil {..}}` to cover those errors, I will do this in pr number two of enabling errcheck.
ref #5059
4 years ago
Marko
f9cce282da
gocritic (2/2) ( #3864 )
Refs #3262
5 years ago
Anton Kaliaev
5f4d8e031e
[log] fix year format ( #3125 )
Refs #3060
6 years ago
yutianwu
60437953ac
[R4R] libs/log: add year to log format ( #2707 )
* add year to log format
* update documentation
6 years ago
Zarko Milosevic
7b88172f41
Implement BFT time ( #2203 )
* Implement BFT time
* set LastValidators when creating state in state helper
for heights >= 2
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago
Anton Kaliaev
69447564b8
encode complex types as "%+v" (Refs #18 )
7 years ago
Zach Ramsay
d6e03d2368
linting: add to Makefile & do some fixes
7 years ago
Anton Kaliaev
f202d02d0d
[log] add separator
8 years ago
Anton Kaliaev
b2a116863c
squash module key if multiple keyvals were provided
last keyvalue wins
8 years ago
Anton Kaliaev
2bf6ebf379
filter
8 years ago
Ethan Buchman
66c9401c07
log: Tm -> TM
8 years ago
Anton Kaliaev
ed76afd409
Logger interface and tmLogger impl based on go-kit
8 years ago