Releases: ChainSafe/blst-z
Releases · ChainSafe/blst-z
Release v0.1.0-rc.7
v0.1.0-rc.7
Release v0.1.0-rc.6
What's Changed
- feat: implement thread pool by @twoeths in #27
- feat: implement MemoryPool for aggregateWithRandomness functions by @twoeths in #28
- feat: implement multi-threaded verifyMultipleAggregateSignatures by @twoeths in #29
- feat: implement pairing merge by @twoeths in #30
- feat: implement multi-threaded aggregateVerify() by @twoeths in #31
- fix: asyncAggregateWithRandomness() Bun binding by @twoeths in #33
- fix: more error codes by @twoeths in #35
- fix: thread safe spawnTask by @twoeths in #36
- fix: pin blst to v0.3.13 by @twoeths in #38
Full Changelog: v0.1.0-rc.5...v0.1.0-rc.6
Release v0.1.0-rc.5
Release v0.1.0-rc.4
What's Changed
- feat: integrate blst build by @twoeths in #21
- feat: run CI on different platforms by @twoeths in #22
Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4
Release v0.1.0-rc.3
What's Changed
Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3
Release v0.1.0-rc.2
Release v0.1.0-rc.1
What's Changed
Full Changelog: https://github.com/ChainSafe/blst-z/commits/v0.1.0-rc.1
Release v0.1.0-rc.0
What's Changed
- feat: map C functions to Zig by @twoeths in #1
- feat: bindings for blst_aux.h by @twoeths in #2
- feat: blst zig structs by @twoeths in #3
- feat: add Pairing by @twoeths in #4
- feat: add CI by @twoeths in #5
- feat: consume pairing by @twoeths in #6
- feat: implement SigVariant by @twoeths in #7
- feat: implement min_sig by @twoeths in #8
- feat: equal() for PublicKey and Signature by @twoeths in #9
- chore: simplify syntax by @twoeths in #10
- feat: implement MultiPoint struct by @twoeths in #11
- feat: implement multipoint apis for PublicKey and Signature by @twoeths in #12
- feat: export C-ABI functions by @twoeths in #13
- feat: refactor during Bun binding by @twoeths in #14
- feat: create Release flow by @twoeths in #16
Full Changelog: https://github.com/ChainSafe/blst-z/commits/v0.1.0-rc.0