From 80ab9201b35b543c245d190d0216eac9863155a1 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Sun, 4 Apr 2021 06:59:32 -0500 Subject: [PATCH] Update blst (#8703) * Update blst to v0.3.4 * go mod tidy Co-authored-by: Nishant Das --- deps.bzl | 6 +++--- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deps.bzl b/deps.bzl index 849208d38892..2b47abb1f35c 100644 --- a/deps.bzl +++ b/deps.bzl @@ -2890,11 +2890,11 @@ def prysm_deps(): http_archive( name = "com_github_supranational_blst", urls = [ - "https://github.com/supranational/blst/archive/575c3dd0219299ecf08d47d016ea392be9e47fe8.tar.gz", + "https://github.com/supranational/blst/archive/624d0351000111276aa70a32145945d2645e49a9.tar.gz", ], - strip_prefix = "blst-575c3dd0219299ecf08d47d016ea392be9e47fe8", + strip_prefix = "blst-624d0351000111276aa70a32145945d2645e49a9", build_file = "//third_party:blst/blst.BUILD", - sha256 = "6be8a61424fed7d31cdc0277c7c08cffbe5b0d13d6afc4456dd84d42f9423c59", + sha256 = "6118737ddc0652f3a874fbe29e09a80c66c604d933b8cd478e5f2b7454860c6e", ) go_repository( name = "com_github_syndtr_goleveldb", diff --git a/go.mod b/go.mod index fe4be9584af4..5a98df684cb7 100644 --- a/go.mod +++ b/go.mod @@ -92,7 +92,7 @@ require ( github.com/sirupsen/logrus v1.6.0 github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect github.com/stretchr/testify v1.6.1 - github.com/supranational/blst v0.3.3 + github.com/supranational/blst v0.3.4 github.com/trailofbits/go-mutexasserts v0.0.0-20200708152505-19999e7d3cef github.com/tyler-smith/go-bip39 v1.0.2 github.com/urfave/cli/v2 v2.2.0 diff --git a/go.sum b/go.sum index f1baf2192ef6..0273efb33f1d 100644 --- a/go.sum +++ b/go.sum @@ -1115,8 +1115,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/supranational/blst v0.3.3 h1:/Wf7rA3ewqjP5OjHuhXUL3ciTtd9DgHVlsrKqLn+WZ8= -github.com/supranational/blst v0.3.3/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw= +github.com/supranational/blst v0.3.4 h1:iZE9lBMoywK2uy2U/5hDOvobQk9FnOQ2wNlu9GmRCoA= +github.com/supranational/blst v0.3.4/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw= github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca h1:Ld/zXl5t4+D69SiV4JoN7kkfvJdOWlPpfxrzxpLMoUk= github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM=