Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade blst to v0.3.12 #445

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Upgrade blst to v0.3.12 #445

merged 2 commits into from
Jun 27, 2024

Conversation

jtraglia
Copy link
Member

This PR upgrades blst to the latest version (v0.3.12) that was released last month.

@asn-d6
Copy link
Contributor

asn-d6 commented Jun 26, 2024

Can you shortly describe how you do these upgrades? Just so that I can replicate and make sure I get the same results (in particular wondering about the golang headers).

Thanks!

@jtraglia
Copy link
Member Author

Can you shortly describe how you do these upgrades?

Yes, of course. This is what I do:

Upgrade the blst submodule:

cd blst
git fetch
git checkout tags/v0.3.12
cd ..
git add blst

Copy new headers to Go bindings:

cp blst/bindings/blst*.h bindings/go/blst_headers
git add bindings/go/blst_headers

@asn-d6
Copy link
Contributor

asn-d6 commented Jun 27, 2024

Thanks a lot! LGTM!

@asn-d6 asn-d6 merged commit 305dbb7 into ethereum:main Jun 27, 2024
38 checks passed
@jtraglia jtraglia deleted the upgrade-blst branch June 27, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants