v2.1.0
Overview
This is a minor release which adds a compute_cells
method to all bindings.
What's Changed
- Fix profiling instructions for Linux by @agnxsh in #506
- Improve readme structure and fix dead link by @b-wagn in #507
- Fix findings from Dmitry's review by @jtraglia in #508
- Trivial improvements to eip7594 bindings by @asn-d6 in #513
- Fix inconsistent parameter doc in blob.c by @b-wagn in #514
- Add LOG_EXPANSION_FACTOR constant by @b-wagn in #515
- Delete trailing whitespace by @jtraglia in #516
- Update README.md by @flechemano in #517
- chore: fix typo in comment by @wangjingcun in #518
- chore: fix 404 status URL by @wangjingcun in #520
- Fix grammatical and spelling errors in documentation by @donatik27 in #521
- Pull in latest reference tests by @jtraglia in #522
- Update github actions versions due to deprecation by @parithosh in #525
- Fix NuGet packaging by @rubo in #529
- feat: add windows-gnu to rust tests by @Rjected in #531
- Add new VerifyCellKZGProofBatchParallel benchmark by @jtraglia in #532
- Upgrade blst to v0.3.14 by @jtraglia in #533
- Add back
compute_cells
function by @jtraglia in #534 - Make some small updates to the readme by @jtraglia in #538
- fix: fix issue with find_space_after returning None by @indmind in #537
- Allocate polynomials on heap instead of stack by @jtraglia in #539
- Add elixir bindings by @BlazeWasHere in #535
- Add
compute_cells
fuzzing support by @jtraglia in #541 - Update dependencies for all bindings by @jtraglia in #542
- Add files for oss-fuzz by @jtraglia in #543
- Make fixes for oss-fuzz by @jtraglia in #544
- Add section on precompute values to the readme by @jtraglia in #545
- Bump versions for v2.1.0 by @jtraglia in #546
New Contributors
- @flechemano made their first contribution in #517
- @wangjingcun made their first contribution in #518
- @donatik27 made their first contribution in #521
- @parithosh made their first contribution in #525
- @indmind made their first contribution in #537
- @BlazeWasHere made their first contribution in #535
Full Changelog: v2.0.1...v2.1.0