From 9eff6ae476048c8cf663e4a1e6fc9243ec9371ae Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Thu, 13 Feb 2025 22:31:19 +0800 Subject: [PATCH] Update Blst to v3.14.0 (#14921) * updateBlst * changelog --- changelog/nisdas_update_blst.md | 3 +++ deps.bzl | 6 +++--- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 changelog/nisdas_update_blst.md diff --git a/changelog/nisdas_update_blst.md b/changelog/nisdas_update_blst.md new file mode 100644 index 0000000000..6afda289a6 --- /dev/null +++ b/changelog/nisdas_update_blst.md @@ -0,0 +1,3 @@ +### Changed + +- Updates blst to v3.14.0 and fixes the references in our deps.bzl file. \ No newline at end of file diff --git a/deps.bzl b/deps.bzl index c17937cd34..37674b0eae 100644 --- a/deps.bzl +++ b/deps.bzl @@ -4835,9 +4835,9 @@ def prysm_deps(): http_archive( name = "com_github_supranational_blst", urls = [ - "https://github.com/supranational/blst/archive/3dd0f804b1819e5d03fb22ca2e6fac105932043a.tar.gz", + "https://github.com/supranational/blst/archive/8c7db7fe8d2ce6e76dc398ebd4d475c0ec564355.tar.gz", ], - strip_prefix = "blst-3dd0f804b1819e5d03fb22ca2e6fac105932043a", + strip_prefix = "blst-8c7db7fe8d2ce6e76dc398ebd4d475c0ec564355", build_file = "//third_party:blst/blst.BUILD", - sha256 = "132124c074e59ead77e1828cc54b587a182ea67b781b72198e802af4696d78fe", + sha256 = "e9041d03594271c9739d22d9f013ea8b5c28403285a2e8938f6e41a2437c6ff8", ) diff --git a/go.mod b/go.mod index 1d234fb01a..f19523c038 100644 --- a/go.mod +++ b/go.mod @@ -69,7 +69,7 @@ require ( github.com/spf13/afero v1.10.0 github.com/status-im/keycard-go v0.2.0 github.com/stretchr/testify v1.9.0 - github.com/supranational/blst v0.3.13 + github.com/supranational/blst v0.3.14 github.com/thomaso-mirodin/intmath v0.0.0-20160323211736-5dc6d854e46e github.com/trailofbits/go-mutexasserts v0.0.0-20230328101604-8cdbc5f3d279 github.com/tyler-smith/go-bip39 v1.1.0 diff --git a/go.sum b/go.sum index ebd651bf84..0f4764b7a1 100644 --- a/go.sum +++ b/go.sum @@ -1013,8 +1013,8 @@ github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/supranational/blst v0.3.13 h1:AYeSxdOMacwu7FBmpfloBz5pbFXDmJL33RuwnKtmTjk= -github.com/supranational/blst v0.3.13/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw= +github.com/supranational/blst v0.3.14 h1:xNMoHRJOTwMn63ip6qoWJ2Ymgvj7E2b9jY2FAwY+qRo= +github.com/supranational/blst v0.3.14/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=