Ckzg

Latest version: v2.0.1

Safety actively analyzes 682382 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.3

Overview

This minor release improves the Python bindings and streamlines the Python release process, while also incorporating minor improvements and bug fixes across other bindings.

What's Changed
* fix: typos by omahs in https://github.com/ethereum/c-kzg-4844/pull/396
* Fix typos by rex4539 in https://github.com/ethereum/c-kzg-4844/pull/397
* python: check file pointer when loading trusted setup by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/401
* Rust: Always close fd on load_trusted_setup_file_inner() by asn-d6 in https://github.com/ethereum/c-kzg-4844/pull/402
* Add workflow to publish python package by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/395
* Update versions in preparation of release by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/403

New Contributors
* omahs made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/396
* rex4539 made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/397

**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.4.2...v0.4.3

0.4.2

Overview

This minor release activates the portable feature of `blst` by default within the Rust bindings.

What's Changed
* chore: make standalone portable feature, enabled by default by Rjected in https://github.com/ethereum/c-kzg-4844/pull/391


**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.4.1...v0.4.2

0.4.1

Overview

This is a minor release with various improvements to the bindings.

What's Changed
* C Ckzg.Bindings to become 0.4.0 by flcl42 in https://github.com/ethereum/c-kzg-4844/pull/378
* chore: npm publish 2.1.2 by g11tech in https://github.com/ethereum/c-kzg-4844/pull/379
* ci: ensure setuptools are installed by mattsse in https://github.com/ethereum/c-kzg-4844/pull/381
* feat: add missing new functions for byte types by mattsse in https://github.com/ethereum/c-kzg-4844/pull/380
* Fixed x86_64-pc-windows-gcc build for rust bindings by kaliubuntu0206 in https://github.com/ethereum/c-kzg-4844/pull/384
* chore: bump bindgen by Rjected in https://github.com/ethereum/c-kzg-4844/pull/385
* feat: enable blst portable by default by Rjected in https://github.com/ethereum/c-kzg-4844/pull/389
* feat: add more targets to ci by Rjected in https://github.com/ethereum/c-kzg-4844/pull/390
* Make Rust `bindgen` build dependency optional by DaniPopes in https://github.com/ethereum/c-kzg-4844/pull/382

New Contributors
* kaliubuntu0206 made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/384

**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.4.0...v0.4.1

0.4.0

Overview

This release incorporates the **official trusted setup** and removes the distinction between mainnet and minimal builds (see 377). The release also features several general improvements for the bindings.

What's Changed

* Use official trusted setup by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/377
* Use blst's generator functions by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/340
* Remove go bindings example by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/341
* Add -fPIC to csharp unix build by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/344
* Make C package versions match library versions by flcl42 in https://github.com/ethereum/c-kzg-4844/pull/349
* Remove optional dependency with issues; update versions by flcl42 in https://github.com/ethereum/c-kzg-4844/pull/350
* Use blst crate for Rust blst dep by michaelsproul in https://github.com/ethereum/c-kzg-4844/pull/351
* feat: add serde impls to Blob and Bytes48 by Rjected in https://github.com/ethereum/c-kzg-4844/pull/342
* Set /std:c11 ccflag for Windows in Rust bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/354
* Change the rust interface to take references by pawanjay176 in https://github.com/ethereum/c-kzg-4844/pull/356
* Support Rust `no_std` environments by DaniPopes in https://github.com/ethereum/c-kzg-4844/pull/347
* chore: bump bindgen version by rakita in https://github.com/ethereum/c-kzg-4844/pull/355
* chore: make num g2 points pub by mattsse in https://github.com/ethereum/c-kzg-4844/pull/360
* Added AsRef<[u8]> method for Blob by ethDreamer in https://github.com/ethereum/c-kzg-4844/pull/361
* Improve ckzg native library search path + small improvements by flcl42 in https://github.com/ethereum/c-kzg-4844/pull/372
* Update comment to say 7 is the primitive root by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/374
* Enable pedantic warnings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/371
* Fix edge case in expand_root_of_unity by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/375
* Add script for converting trusted setups by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/359

New Contributors

* DaniPopes made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/347
* rakita made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/355
* mattsse made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/360
* ethDreamer made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/361

**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.3.1...v0.3.2

0.3.1

Overview

This release focuses on quality of life improvements across the bindings. Notably:
- The blst library is now built with the portable flag (which will automatically use optimized code paths), ensuring optimal performance on supportive platforms and stability on others.
- Rust projects can now link two copies of `c-kzg-4844`, allowing for runtime switching between mainnet and minimal configurations.

What's Changed
* Fix typos/nits in README by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/321
* Add band-aid fix for Windows benchmark issue by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/322
* Use LIB_PREFIX in Rust bindings by michaelsproul in https://github.com/ethereum/c-kzg-4844/pull/317
* Adding constant for bytes per g1/g2 points by StefanBratanov in https://github.com/ethereum/c-kzg-4844/pull/329
* chore: add Apache-2.0 to rust license in Cargo.toml by Rjected in https://github.com/ethereum/c-kzg-4844/pull/328
* Update rust dependencies by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/333
* Test Go bindings on all platforms by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/332
* Upgrade blst to v0.3.11 by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/330
* Force use of portable blst in Nim bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/335
* Force use of portable blst in C bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/336
* Force use of portable blst in C by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/337
* Force use of portable blst in Rust bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/338
* Force use of portable blst in nodejs bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/339

New Contributors
* michaelsproul made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/317
* Rjected made their first contribution in https://github.com/ethereum/c-kzg-4844/pull/328

**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.3.0...v0.3.1

0.3.0

Overview

Most notably, this release switches to big-endian and fixes findings from the audit.

What's Changed
* Make BLS field elements big-endian by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/305
* [Go] Make UnmarshalText funcs safer by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/306
* Make from_hex() safer in rust bindings by jtraglia in https://github.com/ethereum/c-kzg-4844/pull/307
* Sanity check that trusted setup was loaded in Lagrange form by asn-d6 in https://github.com/ethereum/c-kzg-4844/pull/309
* chore: Publish to npm version 2.1.0 for big endian release by g11tech in https://github.com/ethereum/c-kzg-4844/pull/310
* test(node-bindings): add argument count unit tests by matthewkeil in https://github.com/ethereum/c-kzg-4844/pull/311
* Add java test for loading trusted setup not in Lagrange form by StefanBratanov in https://github.com/ethereum/c-kzg-4844/pull/316

**Full Changelog**: https://github.com/ethereum/c-kzg-4844/compare/v0.2.0...v0.3.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.