Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update py-ecc to 7.0.1 #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates py-ecc from 1.6.0 to 7.0.1.

Changelog

7.0.1

--------------------------

Internal Changes - for py_ecc Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Template updates, notably adding python 3.12 support (`138 <https://github.com/ethereum/py_ecc/issues/138>`__)


Miscellaneous Changes
~~~~~~~~~~~~~~~~~~~~~

- `139 <https://github.com/ethereum/py_ecc/issues/139>`__

7.0.0

--------------------------

Breaking Changes
~~~~~~~~~~~~~~~~

- Drop support for python 3.6 and 3.7 (`130 <https://github.com/ethereum/py_ecc/issues/130>`__)


Features
~~~~~~~~

- Add support for python 3.11 (`130 <https://github.com/ethereum/py_ecc/issues/130>`__)


Internal Changes - for py_ecc Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Merge changes from python project template, including using pre-commit for linting and change the name of the ``master`` branch to ``main`` (`130 <https://github.com/ethereum/py_ecc/issues/130>`__)

6.0.0

-----

2021-12-16

* Fix x1 point check (https://github.com/ethereum/py_ecc/pull/121)
* Bump eth-typing dependency requirement (https://github.com/ethereum/py_ecc/pull/123)
* Bump eth-utils dependency requirement (https://github.com/ethereum/py_ecc/pull/123)
* Drop support for Python 3.5 (https://github.com/ethereum/py_ecc/pull/123)
* Add support for Python 3.9 and 3.10 (https://github.com/ethereum/py_ecc/pull/123)

5.2.0

-----

2021-03-09

* Fix prime_field_inv edge case (https://github.com/ethereum/py_ecc/pull/114)
* Extract `subgroup_check` from `signature_to_G2` (https://github.com/ethereum/py_ecc/pull/116)
* Add G1 and G2 point value check (https://github.com/ethereum/py_ecc/pull/117)
* Fix README example (https://github.com/ethereum/py_ecc/pull/115)

5.1.0

-----

2020-11-16

* Fix BLS G1 and G2 deserialization https://github.com/ethereum/py_ecc/pull/110
* Fix to follow IETF BLS draft 04 point at infinity checking procedure https://github.com/ethereum/py_ecc/pull/107

5.0.0

-----

2020-10-01

* Implement IETF BLS draft 04 (https://github.com/ethereum/py_ecc/pull/103)

4.1.0

-----

2020-09-23

* Implement IETF BLS draft 03 (https://github.com/ethereum/py_ecc/pull/102)
* Optimize BLS-12-381: Miller loop is now 33% faster (https://github.com/ethereum/py_ecc/pull/100)
* Improve final exponentiation efficiency (https://github.com/ethereum/py_ecc/pull/101)

4.0.0

-----

2020-05-13

* Implement IETF hash-to-curve draft 07 (https://github.com/ethereum/py_ecc/pull/94)

3.1.0

-----

2020-05-12

* Fix optimized_swu + update error messages (https://github.com/ethereum/py_ecc/pull/97)

3.0.0

-----

2020-05-12

* Implement IETF BLS signature draft 02 + hash-to-curve draft 06 (https://github.com/ethereum/py_ecc/pull/87)
* Fixes Typing errors for points at infinity (NoneTypes) (https://github.com/ethereum/py_ecc/pull/89)

2.0.0

-----

2020-01-08

* Implement [IETF BLS signature draft 00](https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-00)

1.7.1

-----

2019-07-12

* Introduce the `Domain` type as an alias for `bytes` of size 8 in BLS package.

1.7.0

-----

2019-05-23

* Update hash function for BLS Signatures https://github.com/ethereum/py_ecc/pull/70
Links

@pyup-bot pyup-bot mentioned this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant