status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
523 stars 227 forks source link

bump geth to `v1.14.9` #6562

Closed etan-status closed 11 hours ago

etan-status commented 1 week ago
tersec commented 1 week ago

macOS builds are 404:

$ wget https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.14.9-c350d3ac.tar.gz
--2024-09-18 11:44:27--  https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.14.9-c350d3ac.tar.gz
Resolving gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)... 20.60.40.164
Connecting to gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)|20.60.40.164|:443... connected.
HTTP request sent, awaiting response... 404 The specified blob does not exist.
2024-09-18 11:44:27 ERROR 404: The specified blob does not exist..

$ wget https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.14.7-aa55f5ea.tar.gz
--2024-09-18 11:44:48--  https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.14.7-aa55f5ea.tar.gz
Resolving gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)... 20.60.40.164
Connecting to gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)|20.60.40.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16719638 (16M) [application/octet-stream]
Saving to: ‘geth-darwin-amd64-1.14.7-aa55f5ea.tar.gz’

geth-darwin-amd64-1.14 100%[==========================>]  15.94M  4.87MB/s    in 3.3s    

2024-09-18 11:44:52 (4.87 MB/s) - ‘geth-darwin-amd64-1.14.7-aa55f5ea.tar.gz’ saved [16719638/16719638]

$ wget https://gethstore.blob.core.windows.net/builds/geth-darwin-arm64-1.14.7-aa55f5ea.tar.gz
--2024-09-18 11:45:54--  https://gethstore.blob.core.windows.net/builds/geth-darwin-arm64-1.14.7-aa55f5ea.tar.gz
Resolving gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)... 20.60.40.164
Connecting to gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)|20.60.40.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15784273 (15M) [application/octet-stream]
Saving to: ‘geth-darwin-arm64-1.14.7-aa55f5ea.tar.gz’

geth-darwin-arm64-1.14.7-aa55f5ea.tar.gz                             100%[====================================================================================================================================================================>]  15.05M  4.57MB/s    in 3.4s    

2024-09-18 11:45:58 (4.41 MB/s) - ‘geth-darwin-arm64-1.14.7-aa55f5ea.tar.gz’ saved [15784273/15784273]

$ wget https://gethstore.blob.core.windows.net/builds/geth-darwin-arm64-1.14.9-c350d3ac.tar.gz
--2024-09-18 11:46:08--  https://gethstore.blob.core.windows.net/builds/geth-darwin-arm64-1.14.9-c350d3ac.tar.gz
Resolving gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)... 20.60.40.164
Connecting to gethstore.blob.core.windows.net (gethstore.blob.core.windows.net)|20.60.40.164|:443... connected.
HTTP request sent, awaiting response... 404 The specified blob does not exist.
2024-09-18 11:46:09 ERROR 404: The specified blob does not exist..
etan-status commented 1 week ago

https://geth.ethereum.org/downloads yep, also broken on their official site.