mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
d97596348e
* Revert "Revert New Attester Protection DB Logic (#8237)"
This reverts commit 6738fa3493
.
* Batch Attestation Records and Flush All at Once in Validator DB (#8243)
* begin flushing logic
* finalize logic before starting tests
* make code DRY
* better log fields
* gaz
* tweak parameter
* rename
* clarifying comment on error handling in event feed
* comprehensive tests
* more comments
* explain parameters in comments
* renamed consts
* Apply suggestions from code review
* gaz
* simplify
* typo
* comments
13 lines
383 B
Python
13 lines
383 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["progress.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/shared/progressutil",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@com_github_k0kubun_go_ansi//:go_default_library",
|
|
"@com_github_schollz_progressbar_v3//:go_default_library",
|
|
],
|
|
)
|