zeth icon indicating copy to clipboard operation
zeth copied to clipboard

Integration of Zerocash on Ethereum: https://arxiv.org/abs/1904.00905

Results 54 zeth issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....

dependencies

Bumps [grpcio](https://github.com/grpc/grpc) from 1.44 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

There appear to be some dependency or compiler updates which cause the CI to fail. It could be worth taking some steps to try to insulate ourselves from such automatic...

See: https://www.python.org/dev/peps/pep-0518/ for reference. Let's use `pyproject.toml` as a configuration file to store build system requirements for the client (Python). This, along with tools like [Poetry](https://python-poetry.org/) or [Flit](https://flit.readthedocs.io/en/latest/) can be...

build
python
tooling

For now, we use several tools on the python code, namely: [mypy](https://github.com/python/mypy), [flake8](https://github.com/PyCQA/flake8) and [pylint](https://github.com/PyCQA/pylint). Other tools such as: - [Black](https://github.com/psf/black) - [Yapf](https://github.com/google/yapf) - [isort](https://github.com/PyCQA/isort) - as well as other...

code-quality
python
tooling