From 36b0db876d940da9ea3c2a56fcc1a1545f353e04 Mon Sep 17 00:00:00 2001 From: nisdas Date: Thu, 13 Feb 2025 15:40:57 +0800 Subject: [PATCH 1/2] updateBlst --- 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 c17937cd341a..37674b0eae42 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 1d234fb01a68..f19523c038fa 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 ebd651bf8404..0f4764b7a17a 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= From e3f2cf8140485f6aa4e2dd1a2d16b97755ce0287 Mon Sep 17 00:00:00 2001 From: nisdas Date: Thu, 13 Feb 2025 15:42:44 +0800 Subject: [PATCH 2/2] changelog --- changelog/nisdas_update_blst.md | 3 +++ 1 file changed, 3 insertions(+) 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 000000000000..6afda289a6b7 --- /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