mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Use mock web3/powchain for fuzz test (#8866)
* Use mock web3/powchain for fuzz test * gofmt * build viz
This commit is contained in:
@@ -8,7 +8,10 @@ go_library(
|
||||
"mock_powchain.go",
|
||||
],
|
||||
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/powchain/testing",
|
||||
visibility = ["//beacon-chain:__subpackages__"],
|
||||
visibility = [
|
||||
"//beacon-chain:__subpackages__",
|
||||
"//fuzz:__pkg__",
|
||||
],
|
||||
deps = [
|
||||
"//beacon-chain/powchain/types:go_default_library",
|
||||
"//beacon-chain/state/interface:go_default_library",
|
||||
|
||||
Reference in New Issue
Block a user