ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
183 stars 82 forks source link

nit: rename py_ecc.bls.g2_primatives and add an alias #105

Closed prestwich closed 3 years ago

prestwich commented 3 years ago

What was wrong?

the g2_primatives module name was misspelled.

How was it fixed?

Moved the file to a different name, and added an alias file to ensure imports under the old name work as expected.

Cute Animal Picture

Rattos

prestwich commented 3 years ago

I've taken the liberty of moving the linting step ahead of the test runs in tox.ini so tests can fail faster.

prestwich commented 3 years ago

closes #28