Skip to content

Tags: Chia-Network/bls-signatures

Tags

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add 3.12 to build-test.yml (#454)

2.0.3b1

Toggle 2.0.3b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to use OIDC publishing (#427)

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update src/CMakeLists.txt (#417)

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CMakeLists.txt to current blst/master (#416)

2.0.1b1

Toggle 2.0.1b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CMakeLists.txt to current blst/master (#416)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing release logic (#411)

2.0.0b3

Toggle 2.0.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use _add_or_double instead of just _add and pin BLST to specific revi…

…sion (#391)

* Use _add_or_double instead of just _add

* Pin BLST library to a8cd361c9f671577aeab3f074098443af92a53fc

2.0.0b2

Toggle 2.0.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GTElement serialization with memcpy (#390)

2.0.0b1

Toggle 2.0.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding pre-release vs release logic (#384)

1.0.16

Toggle 1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Python 3.11 (#332)

* Python 3.11

* Allow alpha through release Python versions

* add 3.11 to new wheels workflow

* cibw prerelease

* update to pybind11 2.10.0

* Update build-wheels.yml

* Update build-test.yaml

* just call cibuildwheel ourselves

* manylinux2014 for CPython 3.11 Intel

* just call cibuildwheel ourselves (more like the others)

* stop doubling up on allowing alpha pythons

* oops