Conversation
Build-from-checkout of ethereum/c-kzg-4844 (submodules recursive pulls in the vendored BLST, whose build.sh auto-falls back to the portable C implementation on any arch outside x86_64/aarch64 via -D__BLST_NO_ASM__, so riscv64 needs no extra configuration). Mirrors upstream's python-release.yml CIBW_BEFORE_BUILD_LINUX (clang install + make -C src blst) and attempts both manylinux and musllinux riscv64, since the package has no runtime dependencies to block musl. Tests run the upstream bindings/python/tests.py suite against the full KZG test vector tree, which the checkout brings along (not part of the sdist).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ckzg2.1.8Python bindings for C-KZG-4844, Ethereum's KZG polynomial commitment library, statically linking the vendored BLST elliptic-curve library. Upstream publishes no riscv64 wheel.
Mirrors upstream's
python-release.yml. Nothing beyond the riscv64 image.Testing
bindings/python/tests.pyagainst the KZG test vectors, which the full checkout brings along (not part of the PyPI sdist)License: Statically links vendored BLST under the same Apache-2.0 licence text already shipped in the wheel.
Built on cp312-manylinux_riscv64 and cp312-musllinux_riscv64; all 10 upstream test groups passed, 0 skipped.