prysm-pulse/shared/petnames/BUILD.bazel
Raul Jordan e97d310453
Accounts V2: Derived Keymanager List Accounts (#6662)
* begin on list derived accounts
* begin on list derived accounts
* continued work on listing derived accounts
* deterministic pet name
* petnames
* finished list
* display deposit data
* lint
* use direct km
* tidy
* begin on revising tests for accounts list
* fix direct list test
* gaz
* tests all passing for derived list
* gaz
2020-07-21 05:06:11 +00:00

10 lines
282 B
Python

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["names.go"],
importpath = "github.com/prysmaticlabs/prysm/shared/petnames",
visibility = ["//visibility:public"],
deps = ["//shared/hashutil:go_default_library"],
)