prysm-pulse/slasher/db
Preston Van Loon d4e6ce6998
Fix deepsource findings (#7457)
* remove unused code

* Incomplete condition fix

* club append to single call

* anti-pattern fix 'should use for range instead of for { select {} }'

* use strings.ReplaceAll

* replace `len(parts[0]) == 0` with `parts[0] == ""`

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-08 08:36:47 +00:00
..
iface Implement flat spans cache into DB (#6248) 2020-06-17 10:26:08 -05:00
kv Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
testing enable cryptorand analyzer in slasher (#7417) 2020-10-02 19:32:21 +03:00
types Implement flat spans cache into DB (#6248) 2020-06-17 10:26:08 -05:00
alias.go Change slasher DB structure to mirror beacon-chains (#4848) 2020-02-13 10:19:46 -06:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
db_test.go Change slasher DB structure to mirror beacon-chains (#4848) 2020-02-13 10:19:46 -06:00
db.go Other Package Godocs for Prysm (#5681) 2020-04-29 21:32:39 +00:00