Update Prysm Libp2p Dependencies (#10958)

* add all changes in

* fix issues

* fix build

* remove curve check

* fix tool

* add test

* add tidy

* fmt

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Nishant Das
2022-07-01 23:34:11 +08:00
committed by GitHub
parent d4e7da8200
commit 2ecb905ae5
21 changed files with 427 additions and 387 deletions

View File

@@ -13,6 +13,7 @@ go_library(
"//async:go_default_library",
"//beacon-chain/core/signing:go_default_library",
"//config/params:go_default_library",
"//crypto/ecdsa:go_default_library",
"//encoding/bytesutil:go_default_library",
"//io/logs:go_default_library",
"//network:go_default_library",
@@ -68,6 +69,7 @@ go_test(
embed = [":go_default_library"],
flaky = True,
deps = [
"//crypto/ecdsa:go_default_library",
"//network:go_default_library",
"//runtime/maxprocs:go_default_library",
"//testing/assert:go_default_library",