prysm-pulse/shared
ahadda5 29d1959b81
Recursively Find Validator Database File In Slashing Protection Commands (#8518)
* issue/feature 8500 find validator.db automatically

* gazelle build

* remove less! why there?

* fixed errors import

* fixed errors import

* unit tested

* adding the find validator.db fileutil func to export and import slashing

* deleted the comment

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-26 11:04:18 -06:00
..
abool Clean up unused functions (#8403) 2021-02-05 18:39:15 +00:00
aggregation Attestation aggregation: optimizations and benchmarks (#7938) 2021-02-04 00:58:33 +00:00
asyncutil Improves asyncutils/Debounce (#7189) 2020-09-08 14:49:28 +00:00
attestationutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
backuputil Add Backup Webhooks to All Prysm Services With DBs (#8025) 2020-12-03 22:28:57 +00:00
benchutil ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
blockutil Remove custom block body root and block root methods (#8069) 2020-12-09 12:11:42 -06:00
bls Clean up unused functions (#8403) 2021-02-05 18:39:15 +00:00
browser Remove unused code (#8517) 2021-02-25 18:13:13 +00:00
bytesutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
cmd Configurable DB Mmap Size for Beacon Node and Validator Client (#8448) 2021-02-15 20:29:47 +00:00
debug Add Mutex and Block Profiling (#8435) 2021-02-11 20:20:19 +00:00
depositutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
event Shadowed Predeclared Indentifier analyzer (#7215) 2020-09-14 12:49:15 +02:00
featureconfig Better feature flag logging (#8457) 2021-02-16 19:57:42 +00:00
fileutil Recursively Find Validator Database File In Slashing Protection Commands (#8518) 2021-02-26 11:04:18 -06:00
grpcutils Introduce helper function for adding context metadata from gRPC headers (#8354) 2021-01-28 08:58:32 -06:00
hashutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
htrutils Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
interop Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
iputils Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
journald Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
keystore Remove unused code (#8517) 2021-02-25 18:13:13 +00:00
logutil Mask credentials for logging (#8429) 2021-02-15 21:54:19 +00:00
mathutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
maxprocs automaxprocs: Log error to DEBUG instead of panic (#6592) 2020-07-14 01:51:07 +00:00
mclockutil libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
messagehandler Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
mock Stream verified block (#8206) 2021-01-05 12:40:11 -08:00
mputil Fix Miscellaneous Deep Source Issues (#8007) 2020-11-30 19:55:30 -06:00
p2putils Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
pagination Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
params Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
petnames Accounts V2: Derived Keymanager Sign (#6667) 2020-07-21 21:15:47 +00:00
prereq Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
progressutil Add Back New Attester Protection DB Logic (#8242) 2021-01-11 23:59:17 +00:00
prometheus Reformat healthz message by adding a comma (#8472) 2021-02-18 16:31:16 +00:00
promptutil [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
rand Remove Recursive Read Lock in Shared/Rand (#7776) 2020-11-11 05:59:44 +00:00
runutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
slashutil Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
sliceutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
slotutil Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
sszutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
testutil Update to go 1.16 (#8521) 2021-02-25 21:38:19 +00:00
timeutils Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
tos Compare strings using strings.EqualFold() (#8193) 2021-01-04 16:46:22 +00:00
traceutil libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
tracing Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
trieutil Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
version Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
BUILD.bazel Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
service_registry_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
service_registry.go Change log level from panicf to errorf so that all services can be shutdown (#7600) 2020-10-21 23:41:01 +00:00