Skip to content

Tags: arpitjain799/bls-signatures

Tags

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 (Chia-Network#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

1.0.15

Toggle 1.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rework build matrix to a single workflow (Chia-Network#338)

* rework build matrix to a single workflow

* rm the others

* debug

* drop the inp_raw.c patch

* try dropping CIBW_ENVIRONMENT_WINDOWS

* just remove it

* Revert "debug"

This reverts commit 7a2e1af.

1.0.14

Toggle 1.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NPM Publish (Chia-Network#335)

* Use native job cancellation

* Add start to js bindings workflow

* Get the version info for a tag and replace in package.json

* Add/update setup-emsdk action

* Update artifact dir

* Set NPM TOKEN in the publish step

* Remove upload artifacts

* Fix dir

* publish packages as public

* Actually use npm token

* Fix cleanup file location

1.0.13

Toggle 1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Catch2 to v3.0.0-preview5. (Chia-Network#320)

1.0.12

Toggle 1.0.12's commit message
lighter-weight buffer handling

1.0.11

Toggle 1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a typo that resulted in skipping the wheel build preparing comman…

…d step for Linux. (Chia-Network#318)

1.0.10

Toggle 1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Link GMP dynamically in a consistent way. (Chia-Network#307)

1.0.9

Toggle 1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cibuildwheel to 2.3.1 (Chia-Network#302)

* Update cibuildwheel to 2.3.1

* use single quotes in setup.py

* Revert e73751e and change to single \ later

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build on main, tags, and PRs (Chia-Network#293)

As is this builds on any push and also any PR.  This results in double
workflows on PRs.

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug: invalid G1 and G2 cached in PrivateKey (Chia-Network#289)

* QA: test cache invalidation for PrivateKey copy assignment operator

* BugFix: Invalidate caches in PrivateKey copy assignment operator